Queries for a specific set of modality-performed procedure steps.
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
WCFPPSInformation[] QueryMPPS(
MPPSQuery
)
'Declaration
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
<OperationContractAttribute()>
Function QueryMPPS( _
ByVal As MPPSQuery _
) As WCFPPSInformation()
'Usage
Dim instance As IBrokerService
Dim query As MPPSQuery
Dim value() As WCFPPSInformation
value = instance.QueryMPPS(query)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
array<WCFPPSInformation^>^ QueryMPPS(
MPPSQuery^
)
Parameters
- query
- The query to perform.
Return Value
A list of modality-performed procedure steps that meet the query criteria.