XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / CreateRequestsFromKOS Method
The DICOM KOS object being used



CreateRequestsFromKOS Method
Create a list of XdsImagingRetrieveRequest objects corresponding to a DICOM KOS object
Syntax
Public Function CreateRequestsFromKOS( _
   ByVal KOS As DicomObjects.DicomDataSet _
) As List(Of XdsImagingRetrieveRequest)
Dim instance As XdsImagingClient
Dim KOS As DicomObjects.DicomDataSet
Dim value As List(Of XdsImagingRetrieveRequest)
 
value = instance.CreateRequestsFromKOS(KOS)
public List<XdsImagingRetrieveRequest> CreateRequestsFromKOS( 
   DicomObjects.DicomDataSet KOS
)
public:
List<XdsImagingRetrieveRequest^>^ CreateRequestsFromKOS( 
   DicomObjects.DicomDataSet^ KOS
) 

Parameters

KOS
The DICOM KOS object being used

Return Value

Create a list of XdsImagingRetrieveRequest objects
Remarks

Currently, this method returns one request per series, as the KOS is permitted to include multiple series each available from a different endpoint.

Either the RepositoryUID(0040,E011) - if present or if not, the AET(0008,0054) is used to identify the endpoint to retrive the images from, using lookup information previously set up via calls to AddWebServiceEndpoint

Although the structure returned is based o that needed for a RetrieveImagingDocumentSet (Rad-69) transaction, it may equally well be used for retrieval via WADO

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