|
PACS System 0.1.0
PACS DICOM system library
|
Updated patient demographics for a reconciliation operation. More...
#include <patient_reconciliation_service.h>

Public Attributes | |
| std::optional< std::string > | patient_name |
| Patient Name (0010,0010) | |
| std::optional< std::string > | patient_id |
| Patient ID (0010,0020) | |
| std::optional< std::string > | patient_birth_date |
| Patient Birth Date (0010,0030) | |
| std::optional< std::string > | patient_sex |
| Patient Sex (0010,0040) | |
| std::optional< std::string > | issuer_of_patient_id |
| Issuer of Patient ID (0010,0021) | |
| std::optional< std::string > | other_patient_ids |
| Other Patient IDs (0010,1000) | |
Updated patient demographics for a reconciliation operation.
Definition at line 52 of file patient_reconciliation_service.h.
| std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::issuer_of_patient_id |
Issuer of Patient ID (0010,0021)
Definition at line 66 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::apply_demographics().
| std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::other_patient_ids |
Other Patient IDs (0010,1000)
Definition at line 69 of file patient_reconciliation_service.h.
| std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_birth_date |
Patient Birth Date (0010,0030)
Definition at line 60 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::apply_demographics().
| std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_id |
Patient ID (0010,0020)
Definition at line 57 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::apply_demographics().
| std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_name |
Patient Name (0010,0010)
Definition at line 54 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::apply_demographics().
| std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_sex |
Patient Sex (0010,0040)
Definition at line 63 of file patient_reconciliation_service.h.
Referenced by kcenon::pacs::services::pir::patient_reconciliation_service::apply_demographics().