|
PACS System 0.1.0
PACS DICOM system library
|
Request to update patient demographics. More...
#include <patient_reconciliation_service.h>

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. | |
Request to update patient demographics.
Definition at line 75 of file patient_reconciliation_service.h.
| std::optional<std::string> kcenon::pacs::services::pir::demographics_update_request::operator_name |
Operator performing the update.
Definition at line 86 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::update_demographics().
| std::optional<std::string> kcenon::pacs::services::pir::demographics_update_request::reason |
Reason for update.
Definition at line 83 of file patient_reconciliation_service.h.
| std::string kcenon::pacs::services::pir::demographics_update_request::target_patient_id |
Patient ID to update.
Definition at line 77 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::update_demographics().
| patient_demographics kcenon::pacs::services::pir::demographics_update_request::updated_demographics |
Updated demographics.
Definition at line 80 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::update_demographics().