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
    public System.string LastInstanceUID {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