XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / RetrieveDocumentSet Method
The XDS domain, including a list of the audit repositories to be used
The name of the source system
The repository address
ID of the patient
The response received from the repository
False if this message is being sent by the document consumer (True if it is being logged by the repository)



RetrieveDocumentSet Method (XdsAudit)
Log that an XDS-b RetrieveDocumentSet transaction has been performed
Syntax
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)

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
Remarks

For UDP repositories, there is no confirmation that the message was successfully received

Ensure that the Domain is fully set up before making this call.

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