FindMPPS Method

Summary

Finds the a modality performed procedure step instance.

Syntax
C#
VB
C++
public WCFPPSInformation FindMPPS( 
   string mppsSOPInstanceUID 
) 
  
Public Function FindMPPS( _ 
   ByVal mppsSOPInstanceUID As String _ 
) As WCFPPSInformation 
public: 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly