←Select platform

QueryMPPS Method

Summary

Queries for a specific set of modality-performed procedure steps.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(System.Type)] 
public WCFPPSInformation[] QueryMPPS( 
   MPPSQuery query 
) 
  
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
<OperationContractAttribute()> 
Function QueryMPPS( _ 
   ByVal query As Leadtools.Medical.Worklist.Wcf.Entities.MPPSQuery _ 
) As Leadtools.Medical.Worklist.Wcf.Entities.WCFPPSInformation() 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
[OperationContractAttribute()] 
Leadtools.Medical.Worklist.Wcf.Entities.array<WCFPPSInformation^>^ QueryMPPS(  
   Leadtools.Medical.Worklist.Wcf.Entities.MPPSQuery^ query 
)  

Parameters

query
The query to perform.

Return Value

A list of modality-performed procedure steps that meet the query criteria.

Example

For an example refer to Leadtools.Medical.Worklist.Wcf.Entities.MPPSQuery

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly