XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / MultiPatientStoredQuery Method
the query being sent



MultiPatientStoredQuery Method
Send a Multi-Patient Stored Query to a Registry (or equivalently to an initiating gateway)
Syntax
Public Function MultiPatientStoredQuery( _
   ByVal query As XdsQueryRequest _
) As XdsQueryResponse
Dim instance As XdsDomain
Dim query As XdsQueryRequest
Dim value As XdsQueryResponse
 
value = instance.MultiPatientStoredQuery(query)
public XdsQueryResponse MultiPatientStoredQuery( 
   XdsQueryRequest query
)
public:
XdsQueryResponse^ MultiPatientStoredQuery( 
   XdsQueryRequest^ query
) 

Parameters

query
the query being sent

Return Value

the results of the query
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