Value Representation
UR URI/URL
- Category
- string
- Max Length
- 2^32-2 bytes
- Fixed Length
- No
- Source
- PS3.5 §6.2
Definition
A string of characters that identifies a URI or a URL as defined in [RFC3986]. Leading spaces are not allowed. Trailing spaces shall be ignored. Data Elements with this VR shall not be multi-valued.
Attributes using UR
17 DICOM attributes declare this VR.
-
(0002,0026)Source Presentation AddressSourcePresentationAddress -
(0002,0027)Sending Presentation AddressSendingPresentationAddress -
(0002,0028)Receiving Presentation AddressReceivingPresentationAddress -
(0008,010E)Coding Scheme URLCodingSchemeURL -
(0008,0120)URN Code ValueURNCodeValue -
(0008,0407)Stored Instance Base URIStoredInstanceBaseURI -
(0008,0408)Folder Access URIFolderAccessURI -
(0008,0409)File Access URIFileAccessURI -
(0008,040B)Filename in ContainerFilenameInContainer -
(0008,1190)Retrieve URLRetrieveURL -
(0010,0047)Sex Parameters for Clinical Use Category ReferenceSexParametersForClinicalUseCategoryReference -
(0028,7FE0)Pixel Data Provider URLPixelDataProviderURL -
(0040,4073)Storage URLStorageURL -
(0040,E010)Retrieve URIRetrieveURI -
(0068,7005)Relative URI Reference Within Encapsulated DocumentRelativeURIReferenceWithinEncapsulatedDocument -
(0072,0071)Selector UR ValueSelectorURValue -
(0074,100A)Contact URIContactURI
Working with UR 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.