|
PACS System 0.1.0
PACS DICOM system library
|
Classes | |
| struct | demographics_update_request |
| Request to update patient demographics. More... | |
| struct | patient_demographics |
| Updated patient demographics for a reconciliation operation. More... | |
| struct | patient_merge_request |
| Request to merge two patients. More... | |
| class | patient_reconciliation_service |
| struct | reconciliation_audit_record |
| Audit record of a reconciliation operation. More... | |
| struct | reconciliation_result |
| Result of a reconciliation operation. More... | |
Enumerations | |
| enum class | reconciliation_type { demographics_update , patient_merge , patient_link } |
| Type of patient reconciliation operation. More... | |
Functions | |
| std::string | to_string (reconciliation_type type) |
| Convert reconciliation_type to string. | |
|
strong |
Type of patient reconciliation operation.
| Enumerator | |
|---|---|
| demographics_update | ADT^A08: update patient demographics. |
| patient_merge | ADT^A40: merge two patients. |
| patient_link | ADT^A24: link related patients. |
Definition at line 39 of file patient_reconciliation_service.h.
|
nodiscard |
Convert reconciliation_type to string.
Definition at line 254 of file patient_reconciliation_service.cpp.
References demographics_update, patient_link, and patient_merge.