Public Shared Function RetrieveDocumentSet( _ ByVal Domain As XdsDomain, _ ByVal Source As String, _ ByVal DestinationURI As WebServiceEndpoint, _ ByVal patientID As String, _ ByVal Response As XdsRetrieveResponse, _ ByVal SourceAudit As Boolean _ ) As Integer
Dim Domain As XdsDomain Dim Source As String Dim DestinationURI As WebServiceEndpoint Dim patientID As String Dim Response As XdsRetrieveResponse Dim SourceAudit As Boolean Dim value As Integer value = XdsAudit.RetrieveDocumentSet(Domain, Source, DestinationURI, patientID, Response, SourceAudit)
public static int RetrieveDocumentSet( XdsDomain Domain, string Source, WebServiceEndpoint DestinationURI, string patientID, XdsRetrieveResponse Response, bool SourceAudit )
public: static int RetrieveDocumentSet( XdsDomain^ Domain, String^ Source, WebServiceEndpoint^ DestinationURI, String^ patientID, XdsRetrieveResponse^ Response, bool SourceAudit )
Parameters
- Domain
- The XDS domain, including a list of the audit repositories to be used
- Source
- The name of the source system
- DestinationURI
- The repository address
- patientID
- ID of the patient
- Response
- The response received from the repository
- SourceAudit
- False if this message is being sent by the document consumer (True if it is being logged by the repository)
Return Value
The number of audit repositories to which the message was successfully sent