Value Representation
UC Unlimited Characters
- Category
- string
- Max Length
- 2^32-2 bytes
- Fixed Length
- No
- Source
- PS3.5 §6.2
Definition
A character string that may be of unlimited length. The string may be padded with trailing spaces; leading spaces are significant.
Attributes using UC
14 DICOM attributes declare this VR.
-
(0008,0119)Long Code ValueLongCodeValue -
(0008,030C)Private Data Element NamePrivateDataElementName -
(0008,030D)Private Data Element KeywordPrivateDataElementKeyword -
(0010,0212)Strain DescriptionStrainDescription -
(0010,0222)Genetic Modifications DescriptionGeneticModificationsDescription -
(0010,2162)Ethnic GroupsEthnicGroups -
(0016,0008)OECF Column NamesOECFColumnNames -
(0016,000C)Spatial Frequency Response Column NamesSpatialFrequencyResponseColumnNames -
(0018,9367)X-Ray Source IDXRaySourceID -
(0018,9371)X-Ray Detector IDXRayDetectorID -
(0018,9908)Potential Reasons for ProcedurePotentialReasonsForProcedure -
(0018,990A)Potential Diagnostic TasksPotentialDiagnosticTasks -
(0072,006F)Selector UC ValueSelectorUCValue -
(3010,001B)Device Alternate IdentifierDeviceAlternateIdentifier
Working with UC 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.