DicomObjects Reference
DicomObjects Reference / DicomQuery Object / GetImages Method
GetImages Method
Description
Send a C_GET retrieve request to a DICOM server, and returns the resulting images
Syntax
Visual Basic
Public Function GetImages() As DicomImages
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 DicomImages, 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, the GetUsingMove method is advised as an alternative.
See Also