Public Shared Function RegistryStoredQuery( _ ByVal Domain As XdsDomain, _ ByVal Source As String, _ ByVal DestinationURI As WebServiceEndpoint, _ ByVal PatientID As String, _ ByVal Query As XdsQueryRequest, _ ByVal Response As XdsQueryResponse, _ ByVal consumer As Boolean _ ) As Integer
Dim Domain As XdsDomain Dim Source As String Dim DestinationURI As WebServiceEndpoint Dim PatientID As String Dim Query As XdsQueryRequest Dim Response As XdsQueryResponse Dim consumer As Boolean Dim value As Integer value = XdsAudit.RegistryStoredQuery(Domain, Source, DestinationURI, PatientID, Query, Response, consumer)
public static int RegistryStoredQuery( XdsDomain Domain, string Source, WebServiceEndpoint DestinationURI, string PatientID, XdsQueryRequest Query, XdsQueryResponse Response, bool consumer )
public: static int RegistryStoredQuery( XdsDomain^ Domain, String^ Source, WebServiceEndpoint^ DestinationURI, String^ PatientID, XdsQueryRequest^ Query, XdsQueryResponse^ Response, bool consumer )
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
- Query
- The query which has been sent
- Response
- The response received from the repository
- consumer
- Indicate if the the Audit message is generated by Document Consumer
Return Value
The number of audit repositories to which the message was successfully sent