DicomObjects Reference
DicomObjects Reference / DicomConnection Object / ReturnedImages Property
In This Topic
    ReturnedImages Property
    In This Topic
    Description
    Images returned following asynchronous C-GET operation
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property ReturnedImages As DicomImages
    Remarks

    These properties contain the results of outgoing operations on the DicomConnection, and if Mode is doAsync or doNoSync, they are therefore valid only once the operation is signaled as completed, either through the ActionComplete event, use of the Wait method, or when isReady is true.  The relevant property depends on the operation performed, and is shown below:

    Operation Property
    Find ReturnedDataSets
    Get ReturnedImages
    Normalised operations ReturnedDataSet




     

    See Also