DicomObjects Reference
DicomObjects Reference / DicomConnection Object / ReturnedDataSet Property
ReturnedDataSet Property
Description
DataSet returned following outgoing normalised operations
Property type
Read-only property
Syntax
Visual Basic
Public Property ReturnedDataSet As DicomDataSet
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