DICOM PS3.18 2019e - Web Services |
---|
The value representation (VR) is included in each DICOM JSON Model attribute object and named "vr". For example:
"vr": "CS"
All DICOM Value Representations are mapped to specified JSON Data Types (see Table F.2.3-1). The JSON encodings shall conform to the Definition, Character Repertoire (if applicable) and Length of Value specified for that Value Representation (see Section 6.2 “Value Representation (VR)” in PS3.5 ) with the following exceptions:
Table F.2.3-1. DICOM VR to JSON Data Type Mapping
Object containing Person Name component groups as strings (see Section F.2.2) |
||
Universal Resource Identifier or Universal Resource Locator (URI/URL) |
||
Although data, such as dates, are represented in the DICOM JSON model as strings, it is expected that they will be treated in the same manner as the original attribute as defined by Chapter 6 in PS3.6 .
DICOM PS3.18 2019e - Web Services |
---|