Value Representation
UT Unlimited Text
- Category
- text
- Max Length
- 2^32-2 bytes
- Fixed Length
- No
- Source
- PS3.5 §6.2
Definition
A character string that may contain one or more paragraphs. It may contain the Graphic Character set and the Control Characters, CR, LF, FF, and ESC. It may be padded with trailing spaces, which may be ignored, but leading spaces are considered to be significant.
Attributes using UT
49 DICOM attributes declare this VR. Showing the first 24.
-
(0008,030E)Private Data Element DescriptionPrivateDataElementDescription -
(0008,030F)Private Data Element EncodingPrivateDataElementEncoding -
(0010,0013)Name to Use CommentNameToUseComment -
(0010,0016)Pronoun CommentPronounComment -
(0010,0042)Sex Parameters for Clinical Use Category CommentSexParametersForClinicalUseCategoryComment -
(0010,0045)Gender Identity CommentGenderIdentityComment -
(0010,0218)Strain Additional InformationStrainAdditionalInformation -
(0014,6043)Heat Source DescriptionHeatSourceDescription -
(0016,0003)Battery LevelBatteryLevel -
(0016,0017)Spectral SensitivitySpectralSensitivity -
(0016,0020)EXIF VersionEXIFVersion -
(0016,004D)Camera Owner NameCameraOwnerName -
(0016,004F)Lens MakeLensMake -
(0016,0050)Lens ModelLensModel -
(0016,0051)Lens Serial NumberLensSerialNumber -
(0016,0078)GPS SatellitesGPSSatellites -
(0016,0082)GPS Map DatumGPSMapDatum -
(0018,1009)Unique Device IdentifierUniqueDeviceIdentifier -
(0018,937B)Multi-energy Acquisition DescriptionMultienergyAcquisitionDescription -
(0018,937F)Decomposition DescriptionDecompositionDescription -
(0018,9901)Reference Location DescriptionReferenceLocationDescription -
(0018,990F)Protocol Planning InformationProtocolPlanningInformation -
(0018,9910)Protocol Design RationaleProtocolDesignRationale -
(0018,9917)Instruction DescriptionInstructionDescription
Working with UT 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.