Expand description
DICOM XML representation (PS3.19 Native DICOM Model).
Ports DCMTK’s dcmtk/dcmdata/dcrledrg.h XML output capability.
The XML format uses <NativeDicomModel> as root, with <DicomAttribute> for
each element, matching the Native DICOM Model (PS3.19 §A.1).
Functions§
- to_xml
- Serialize a
DataSetto a DICOM XML (Native DICOM Model) string.