XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / UpdateDocument 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
Submission set UID
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)



UpdateDocument Method
Log that an XDS Update Document Set transaction has been performed
Syntax
Public Shared Function UpdateDocument( _
   ByVal Domain As XdsDomain, _
   ByVal Source As String, _
   ByVal DestinationURI As WebServiceEndpoint, _
   ByVal patientID As String, _
   ByVal SubmissionSetUniqueId As String, _
   ByVal Response As XdsRegistryResponse, _
   ByVal SourceAudit As Boolean _
) As Integer
Dim Domain As XdsDomain
Dim Source As String
Dim DestinationURI As WebServiceEndpoint
Dim patientID As String
Dim SubmissionSetUniqueId As String
Dim Response As XdsRegistryResponse
Dim SourceAudit As Boolean
Dim value As Integer
 
value = XdsAudit.UpdateDocument(Domain, Source, DestinationURI, patientID, SubmissionSetUniqueId, 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
SubmissionSetUniqueId
Submission set UID
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)
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