Public Shared Function DICOMQuery( _ ByVal Domain As XdsDomain, _ ByVal Sender As String, _ ByVal Receiver As String, _ ByVal SOPClassUID As String, _ ByVal TransferSyntax As String, _ ByVal RawQuery() As Byte _ ) As Integer
Dim Domain As XdsDomain Dim Sender As String Dim Receiver As String Dim SOPClassUID As String Dim TransferSyntax As String Dim RawQuery() As Byte Dim value As Integer value = XdsAudit.DICOMQuery(Domain, Sender, Receiver, SOPClassUID, TransferSyntax, RawQuery)
public static int DICOMQuery( XdsDomain Domain, string Sender, string Receiver, string SOPClassUID, string TransferSyntax, byte[] RawQuery )
public: static int DICOMQuery( XdsDomain^ Domain, String^ Sender, String^ Receiver, String^ SOPClassUID, String^ TransferSyntax, array<byte>^ RawQuery )
Parameters
- Domain
- The XDS domain, including a list of the audit repositories to be used
- Sender
- The Name of the sender
- Receiver
- The Name of the receiver
- SOPClassUID
- The SOP Class UID queried
- TransferSyntax
- The Transfer Syntax used for the query
- RawQuery
- The raw data sent as the query
Return Value
The number of audit repositories to which the message was successfully sent