←Select platform

FindMPPS Method

Summary

Finds the modality-performed Procedure Step instance.

Syntax

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

Parameters

mppsSOPInstanceUID
The UID of the requested MPPS instance.

Return Value

The MPPS instance if found; null otherwise.

Example

For an example refer to AddMPPS

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