DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomQuery Class / InstanceUID Property






    InstanceUID Property (DicomQuery)
    Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property InstanceUID As System.String
     
    'Usage
     
    
    Dim instance As DicomQuery
    Dim value As System.String
     
    instance.InstanceUID = value
     
    value = instance.InstanceUID
    Remarks
    InstanceUID value is used to uniquely identify each single DICOM instance.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also