Public Shared Function PIXQuery( _ ByVal Domain As XdsDomain, _ ByVal SenderIP As String, _ ByVal ReceiverIP As String, _ ByVal PatientID As String, _ ByVal RawQuery() As Byte _ ) As Integer
Dim Domain As XdsDomain Dim SenderIP As String Dim ReceiverIP As String Dim PatientID As String Dim RawQuery() As Byte Dim value As Integer value = XdsAudit.PIXQuery(Domain, SenderIP, ReceiverIP, PatientID, RawQuery)
public static int PIXQuery( XdsDomain Domain, string SenderIP, string ReceiverIP, string PatientID, byte[] RawQuery )
public: static int PIXQuery( XdsDomain^ Domain, String^ SenderIP, String^ ReceiverIP, String^ PatientID, array<byte>^ RawQuery )
Parameters
- Domain
- The XDS domain, including a list of the audit repositories to be used
- SenderIP
- The IP address of the PIX client
- ReceiverIP
- The IP address of the PIX Server
- PatientID
- ID of the patient whose other IDs are being requested
- RawQuery
- The raw data sent as the query
Return Value
The number of audit repositories to which the message was successfully sent