Value Representation
OB Other Byte
- Category
- binary-stream
- Max Length
- 2^32-2 bytes
- Fixed Length
- No
- Source
- PS3.5 §6.2
Definition
A string of bytes where the encoding of the contents is specified by the negotiated Transfer Syntax. OB is a VR that is insensitive to Byte Ordering. The string of bytes shall be padded with a single trailing NULL byte value (00H) when necessary to achieve even length.
Attributes using OB
43 DICOM attributes declare this VR. Showing the first 24.
-
(0002,0001)File Meta Information VersionFileMetaInformationVersion -
(0002,0031)RTV Meta Information VersionRTVMetaInformationVersion -
(0002,0035)RTV Source IdentifierRTVSourceIdentifier -
(0002,0036)RTV Flow IdentifierRTVFlowIdentifier -
(0002,0102)Private InformationPrivateInformation -
(0008,041B)Record KeyRecordKey -
(0008,041C)Prior Record KeyPriorRecordKey -
(0014,2210)Coordinate System Axis ValuesCoordinateSystemAxisValues -
(0014,3050)Dark Current CountsDarkCurrentCounts -
(0014,3070)Air CountsAirCounts -
(0014,3080)Bad Pixel ImageBadPixelImage -
(0014,4109)Byte Numeric ValueByteNumericValue -
(0016,002B)Maker NoteMakerNote -
(0016,004B)Device Setting DescriptionDeviceSettingDescription -
(0016,0062)Interoperability VersionInteroperabilityVersion -
(0016,0070)GPS Version IDGPSVersionID -
(0016,008B)GPS Processing MethodGPSProcessingMethod -
(0016,008C)GPS Area InformationGPSAreaInformation -
(0028,2000)ICC ProfileICCProfile -
(0034,0002)Flow IdentifierFlowIdentifier -
(0034,0005)Source IdentifierSourceIdentifier -
(0034,0007)Frame Origin TimestampFrameOriginTimestamp -
(0040,A074)Object Binary Identifier (Trial)ObjectBinaryIdentifierTrial -
(0040,A089)Object Directory Binary Identifier (Trial)ObjectDirectoryBinaryIdentifierTrial
Working with OB 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.