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)
public static int UpdateDocument( XdsDomain Domain, string Source, WebServiceEndpoint DestinationURI, string patientID, string SubmissionSetUniqueId, XdsRegistryResponse Response, bool SourceAudit )
public: static int UpdateDocument( XdsDomain^ Domain, String^ Source, WebServiceEndpoint^ DestinationURI, String^ patientID, String^ SubmissionSetUniqueId, XdsRegistryResponse^ 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
- 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)