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

In This Topic
    ReturnedIdentifiers Property
    In This Topic
    Hold data returned from outgoing operations
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReturnedIdentifiers As DicomDataSetCollection
    public DicomDataSetCollection ReturnedIdentifiers {get;}
    Remarks
    This property contain the results of outgoing C-FIND and C-GET Operations on the DicomAssociation.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also