XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / RetrieveObjects Method
The request to send, including the OID of the image source.
The XDS Domain used as part of the retrieval



In This Topic
    RetrieveObjects Method
    In This Topic
    Do a "raw" RetrieveImagingDocumentSet or WADO transaction
    Syntax
    Public Function RetrieveObjects( _
       ByVal Request As XdsImagingRetrieveRequest, _
       ByVal Domain As XdsDomain _
    ) As List(Of XdsDocument)
    Dim instance As XdsImagingClient
    Dim Request As XdsImagingRetrieveRequest
    Dim Domain As XdsDomain
    Dim value As List(Of XdsDocument)
     
    value = instance.RetrieveObjects(Request, Domain)

    Parameters

    Request
    The request to send, including the OID of the image source.
    Domain
    The XDS Domain used as part of the retrieval

    Return Value

    Listof XdsDocument objects
    Remarks

    This sends a single transaction, and unlike RetrieveImages(DicomDataSet) does not require use of DicomObjects, since it is the responsibility of the calling application to populate the request fully.

    The use of the XdsDocument type for the return values is something of an overkill, but it does enable the Data and its associated MimeType to be associated with asociated with each specific requested item, since the InstanceUIDs are placed into the UniqueID for each result.

    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