XdsObjects Help file
XdsObjects Namespace / MultiPatientStoredQueryHandler Delegate
The request received
Details of the incoming request



MultiPatientStoredQueryHandler Delegate
Delegate used by the RegistryStoredQueryReceived and XdsSoapServer.MultiPatientStoredQuery events
Syntax
Public Delegate Function MultiPatientStoredQueryHandler( _
   ByVal Request As XdsQueryRequest, _
   ByVal RequestInfo As XdsRequestInfo _
) As XdsQueryResponse
Dim instance As New MultiPatientStoredQueryHandler(AddressOf HandlerMethod)
public delegate XdsQueryResponse MultiPatientStoredQueryHandler( 
   XdsQueryRequest Request,
   XdsRequestInfo RequestInfo
)
public delegate XdsQueryResponse^ MultiPatientStoredQueryHandler( 
   XdsQueryRequest^ Request,
   XdsRequestInfo^ RequestInfo
)

Parameters

Request
The request received
RequestInfo
Details of the incoming request
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