DicomObjects.NET.V8
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 String
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As String
     
    value = instance.LastInstanceUID
    public string LastInstanceUID {get;}
    public:
    property String^ LastInstanceUID {
       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.0 or higher

    See Also