DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / LastInstanceUID Property






In This Topic
    LastInstanceUID Property
    In This Topic
    Holds the InstanceUID created or used by the last normalised operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastInstanceUID As System.String
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.String
     
    value = instance.LastInstanceUID
    public System.string LastInstanceUID {get;}
    public read-only property LastInstanceUID: System.String; 
    public function get LastInstanceUID : System.String
    public: __property System.string* get_LastInstanceUID();
    public:
    property System.String^ LastInstanceUID {
       System.String^ get();
    }
    Remarks

    Although this property could be used for checking the UID involved in any normalised operation, its primary purpose is to allow retrieval of the UID of the object created in response to an NCreate operation.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also