Parameters
- Request
DicomDataSet containing the search criteria
DicomDataSet containing the search criteria
This method is intended for advanced users, requiring more control over the query DataSet than can be achieved using the Query object's standard properties, and methods. Note that the Level value (Attribute 0008, 0052), must be included in the DataSet.
The returned value is an object of type DicomDataSetCollection, containing one DicomImage for each successful match. An unsuccessful retrieval produces no error, but the Count property of the returned DicomImages objects will be zero.
Note that many servers do not support the C-GET protocol required for this method, requiring instead C-MOVE. In this case, use the Move method instead.