PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::pir::demographics_update_request Struct Reference

Request to update patient demographics. More...

#include <patient_reconciliation_service.h>

Collaboration diagram for kcenon::pacs::services::pir::demographics_update_request:
Collaboration graph

Public Attributes

std::string target_patient_id
 Patient ID to update.
 
patient_demographics updated_demographics
 Updated demographics.
 
std::optional< std::string > reason
 Reason for update.
 
std::optional< std::string > operator_name
 Operator performing the update.
 

Detailed Description

Request to update patient demographics.

Definition at line 75 of file patient_reconciliation_service.h.

Member Data Documentation

◆ operator_name

std::optional<std::string> kcenon::pacs::services::pir::demographics_update_request::operator_name

◆ reason

std::optional<std::string> kcenon::pacs::services::pir::demographics_update_request::reason

◆ target_patient_id

std::string kcenon::pacs::services::pir::demographics_update_request::target_patient_id

◆ updated_demographics


The documentation for this struct was generated from the following file: