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

Updated patient demographics for a reconciliation operation. More...

#include <patient_reconciliation_service.h>

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

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)
 

Detailed Description

Updated patient demographics for a reconciliation operation.

Definition at line 52 of file patient_reconciliation_service.h.

Member Data Documentation

◆ issuer_of_patient_id

std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::issuer_of_patient_id

◆ other_patient_ids

std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::other_patient_ids

◆ patient_birth_date

std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_birth_date

◆ patient_id

std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_id

◆ patient_name

std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_name

◆ patient_sex

std::optional<std::string> kcenon::pacs::services::pir::patient_demographics::patient_sex

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