Value Representation
LO Long String
- Category
- string
- Max Length
- 64 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 5CH (Backslash) shall not be present as it is used as the delimiter between values in multi-value data elements.
Attributes using LO
363 DICOM attributes declare this VR. Showing the first 24.
-
(0008,0041)Data Set SubtypeDataSetSubtype -
(0008,0070)ManufacturerManufacturer -
(0008,0080)Institution NameInstitutionName -
(0008,0101)Extended Code ValueExtendedCodeValue -
(0008,0104)Code MeaningCodeMeaning -
(0008,0112)Coding Scheme RegistryCodingSchemeRegistry -
(0008,0122)Mapping Resource NameMappingResourceName -
(0008,0222)Manufacturer's Related Model GroupManufacturerRelatedModelGroup -
(0008,0302)Private Creator ReferencePrivateCreatorReference -
(0008,1030)Study DescriptionStudyDescription -
(0008,103E)Series DescriptionSeriesDescription -
(0008,1040)Institutional Department NameInstitutionalDepartmentName -
(0008,1080)Admitting Diagnoses DescriptionAdmittingDiagnosesDescription -
(0008,1088)Pyramid DescriptionPyramidDescription -
(0008,1090)Manufacturer's Model NameManufacturerModelName -
(0008,2132)Event Timer Name(s)EventTimerNames -
(0010,0020)Patient IDPatientID -
(0010,0021)Issuer of Patient IDIssuerOfPatientID -
(0010,0033)Patient's Birth Date in Alternative CalendarPatientBirthDateInAlternativeCalendar -
(0010,0034)Patient's Death Date in Alternative CalendarPatientDeathDateInAlternativeCalendar -
(0010,0213)Strain NomenclatureStrainNomenclature -
(0010,0214)Strain Stock NumberStrainStockNumber -
(0010,0217)Strain SourceStrainSource -
(0010,0223)Genetic Modifications NomenclatureGeneticModificationsNomenclature
Working with LO 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.