Expand description
DICOM JSON serialization and deserialization (PS3.18 Annex F).
Ports DCMTK’s dcjson.h / dcjsonrd.h. The DICOM JSON model encodes each
element as { "GGGGEEEE": { "vr": "XX", "Value": [...] } }.
Enums§
- Binary
Value Mode - Controls how binary values are represented when serializing DICOM JSON.
Functions§
- from_
json - Deserialize a DICOM JSON string into a
DataSet. - to_json
- Serialize a
DataSetto a DICOM JSON string (PS3.18 §F.2). - to_
json_ pretty - Serialize a
DataSetto a pretty-printed DICOM JSON string. - to_
json_ with_ binary_ mode - Serialize a
DataSetto a DICOM JSON string using an explicit binary-value policy.