XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / RetrieveImages Method / RetrieveImages(DicomDataSet) Method
The DICOM KOS images listing the images together with their AET and/or Image Source OIDs



RetrieveImages(DicomDataSet) Method
Retrieve set of images using Rad69, DICOM or WADO
Syntax
Public Overloads Function RetrieveImages( _
   ByVal KOS As DicomObjects.DicomDataSet _
) As DicomObjects.DicomDataSetCollection
Dim instance As XdsImagingClient
Dim KOS As DicomObjects.DicomDataSet
Dim value As DicomObjects.DicomDataSetCollection
 
value = instance.RetrieveImages(KOS)
public DicomObjects.DicomDataSetCollection RetrieveImages( 
   DicomObjects.DicomDataSet KOS
)
public:
DicomObjects.DicomDataSetCollection^ RetrieveImages( 
   DicomObjects.DicomDataSet^ KOS
) 

Parameters

KOS
The DICOM KOS images listing the images together with their AET and/or Image Source OIDs

Return Value

Collection of returned objects
Remarks

The AddWebServiceEndpoint or AddCMoveEndpoint methods must have been called before using this method to "set up" the XdsImagingClient object to provide the linkage between AET/OID and retrieval endpoints

If the retrieval method is Wado_Jpg, then the images returned by this method are temporary objects, imported from the supplied JPEG image(s)

Unlike RetrieveObjects, this method Requires DicomObjects, to interpret the KOS and to provide the structure for the return results

If necessary, multiple requests will be sent to different sources, if that is how the data in the KOS object is configured.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also