XdsObjects Help file
XdsObjects Namespace / PixQuery Class / GetRawQuery Method
XdsDomain object that carries the PIX manager URI
The foreign Patient ID root
Current Patient details



GetRawQuery Method
Returns Raw PIX query as byte array
Syntax
Public Shared Function GetRawQuery( _
   ByVal Domain As XdsDomain, _
   ByVal WantedRoot As IEnumerable(Of String), _
   ByVal CurrentInfo As XdsPatient _
) As Byte()
Dim Domain As XdsDomain
Dim WantedRoot As IEnumerable(Of String)
Dim CurrentInfo As XdsPatient
Dim value() As Byte
 
value = PixQuery.GetRawQuery(Domain, WantedRoot, CurrentInfo)

Parameters

Domain
XdsDomain object that carries the PIX manager URI
WantedRoot
The foreign Patient ID root
CurrentInfo
Current Patient details
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