Value Representation
SH Short String
- Category
- string
- Max Length
- 16 chars
- Fixed Length
- No
- Source
- PS3.5 §6.2
Definition
A character string that may be padded with leading or trailing spaces. The character code 05CH (the BACKSLASH "\" in ISO-IR 6) shall not be present, as it is used as the delimiter between values for multiple data elements.
Attributes using SH
126 DICOM attributes declare this VR. Showing the first 24.
-
(0002,0013)Implementation Version NameImplementationVersionName -
(0008,0010)Recognition CodeRecognitionCode -
(0008,0050)Accession NumberAccessionNumber -
(0008,0094)Referring Physician's Telephone NumbersReferringPhysicianTelephoneNumbers -
(0008,0100)Code ValueCodeValue -
(0008,0102)Coding Scheme DesignatorCodingSchemeDesignator -
(0008,0103)Coding Scheme VersionCodingSchemeVersion -
(0008,0201)Timezone Offset From UTCTimezoneOffsetFromUTC -
(0008,1010)Station NameStationName -
(0008,2120)Stage NameStageName -
(0008,2127)View NameViewName -
(0010,2154)Patient's Telephone NumbersPatientTelephoneNumbers -
(0010,2160)Ethnic GroupEthnicGroup -
(0010,2180)OccupationOccupation -
(0014,2016)Indication LabelIndicationLabel -
(0014,2032)Property LabelPropertyLabel -
(0014,4074)Procedure VersionProcedureVersion -
(0014,5106)Wedge Model NumberWedgeModelNumber -
(0014,510B)Wedge MaterialWedgeMaterial -
(0014,510F)Wedge NameWedgeName -
(0014,5110)Wedge Manufacturer NameWedgeManufacturerName -
(0018,0024)Sequence NameSequenceName -
(0018,0085)Imaged NucleusImagedNucleus -
(0018,1022)Video Image Format AcquiredVideoImageFormatAcquired
Working with SH in integration code
VR-aware transformations are where most DICOM integration bugs hide — truncating a PN's 5-component structure, misaligning OB padding, or dropping leading zeros on IS. Saga IT builds production DICOM pipelines that respect VR semantics across Mirth Connect transformers, DIMSE gateways, and cloud DICOM services.