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)
public XdsRetrieveResponse RetrieveDocumentSet( XdsRetrieveRequest Retrieve, XdsPatient Patient )
public: XdsRetrieveResponse^ RetrieveDocumentSet( XdsRetrieveRequest^ Retrieve, XdsPatient^ 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