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






In This Topic
    InstanceUID Property (DicomImage)
    In This Topic
    Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property InstanceUID As System.String
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.InstanceUID = value
     
    value = instance.InstanceUID
    public System.string InstanceUID {get; set;}
    public read-write property InstanceUID: System.String; 
    public function get,set InstanceUID : System.String
    public: __property System.string* get_InstanceUID();
    public: __property void set_InstanceUID( 
       System.string* value
    );
    public:
    property System.String^ InstanceUID {
       System.String^ get();
       void set (    System.String^ value);
    }

    Property Value

    The Instance UID
    Remarks
    A shortcut for attribute (0008, 0018)
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also