IsPerformedProcedureStepExist Method

Summary

Decides whether a performed procedure exists.

Syntax
C#
VB
C++
public bool IsPerformedProcedureStepExist( 
   string affectedSOPInstance 
) 
  
Function IsPerformedProcedureStepExist( _ 
   ByVal affectedSOPInstance As String _ 
) As Boolean 
bool IsPerformedProcedureStepExist(  
   String^ affectedSOPInstance 
)  

Parameters

affectedSOPInstance
The SOP Instance UID for the Performed procedure step.

Return Value

true if the performed procedure step exists; otherwise, false.

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.DataAccessLayer Assembly