DicomObjects Reference
DicomObjects Reference / DicomQuery Object / DoQuery Method
DoQuery Method
Description
Send a C_FIND query request to a DICOM server, and return the results
Syntax
Visual Basic
Public Function DoQuery() As DicomDataSets
Remarks
This method takes no parameters, as all values are set as properties of the DicomQuery Object.
The returned value is an object of type DicomDataSets, containing one DicomDataSet for each successful match.  An unsuccessful search produces no error, but the Count property of the returned DicomDataSets objects will be zero.
See Also