Type Alias: VR
VR =
"AE"|"AS"|"AT"|"CS"|"DA"|"DS"|"DT"|"FL"|"FD"|"IS"|"LO"|"LT"|"OB"|"OD"|"OF"|"OL"|"OV"|"OW"|"PN"|"SH"|"SL"|"SQ"|"SS"|"ST"|"SV"|"TM"|"UC"|"UI"|"UL"|"UN"|"UR"|"US"|"UT"|"UV"
The 33 standard DICOM Value Representations from PS3.5 §6.2 plus the 64-bit
additions (OV, SV, UV) introduced in DICOM 2018.
Note that some attributes in the data dictionary list MULTIPLE possible VRs
- see DictionaryEntry.vr (which is always an array, possibly empty for retired entries with no VR or special "See Note" entries).
Example
const vr: VR = "PN"; // Person Name