Value Representation
LT Long Text
- Category
- text
- Max Length
- 10,240 chars
- 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 LT
60 DICOM attributes declare this VR. Showing the first 24.
-
(0008,0108)Extended Code MeaningExtendedCodeMeaning -
(0008,0401)Inventory PurposeInventoryPurpose -
(0008,0402)Inventory Instance DescriptionInventoryInstanceDescription -
(0008,0418)Transaction Status CommentTransactionStatusComment -
(0008,4000)Identifying CommentsIdentifyingComments -
(0010,0012)Name to UseNameToUse -
(0010,2155)Patient's Telecom InformationPatientTelecomInformation -
(0010,21B0)Additional Patient HistoryAdditionalPatientHistory -
(0010,4000)Patient CommentsPatientComments -
(0014,0046)Material NotesMaterialNotes -
(0014,3099)Calibration NotesCalibrationNotes -
(0014,3100)Linearity Correction TechniqueLinearityCorrectionTechnique -
(0014,3101)Beam Hardening Correction TechniqueBeamHardeningCorrectionTechnique -
(0014,4006)Pulser NotesPulserNotes -
(0014,400C)Receiver NotesReceiverNotes -
(0014,400F)Pre-Amplifier NotesPreAmplifierNotes -
(0014,4082)Probe Drive NotesProbeDriveNotes -
(0018,4000)Acquisition CommentsAcquisitionComments -
(0018,7006)Detector DescriptionDetectorDescription -
(0018,7008)Detector ModeDetectorMode -
(0018,7040)Grid Absorbing MaterialGridAbsorbingMaterial -
(0018,7041)Grid Spacing MaterialGridSpacingMaterial -
(0018,7062)Exposure Control Mode DescriptionExposureControlModeDescription -
(0018,9424)Acquisition Protocol DescriptionAcquisitionProtocolDescription
Working with LT 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.