XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / RetrieveDocumentSet Method
Details of the objects to retrieve
The details of the patient to whom the documents are related. This is only used for auditing, as the documents themselves are reference by their unique IDs.



In This Topic
    RetrieveDocumentSet Method (XdsDomain)
    In This Topic
    Retrieve set of documents from repositories
    Syntax
    Public Function RetrieveDocumentSet( _
       ByVal Retrieve As XdsRetrieveRequest, _
       ByVal Patient As XdsPatient _
    ) As XdsRetrieveResponse
    Dim instance As XdsDomain
    Dim Retrieve As XdsRetrieveRequest
    Dim Patient As XdsPatient
    Dim value As XdsRetrieveResponse
     
    value = instance.RetrieveDocumentSet(Retrieve, Patient)

    Parameters

    Retrieve
    Details of the objects to retrieve
    Patient
    The details of the patient to whom the documents are related. This is only used for auditing, as the documents themselves are reference by their unique IDs.

    Return Value

    The requested objects and/or error information
    Remarks

    For now, all documents must be found in the same repository (i.e. have the same RepositoryUID), but this will change in future versions.

    The identity and details (including security information) of the repository to use is looked up internally from the RepositoryAddresses

    Documents which contain a HomeCommunityID are retrieved from the RetrieveGateway

    collection.

    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