XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / PIXQuery Method
The XDS domain, including a list of the audit repositories to be used
The IP address of the PIX client
The IP address of the PIX Server
ID of the patient whose other IDs are being requested
The raw data sent as the query



PIXQuery Method
Log that a Pixequery has been performed
Syntax
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)

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
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