←Select platform

IsPerformedProcedureStepExist Method

Summary

Decides whether a performed procedure exists.

Syntax

C#
VB
C++
public virtual bool IsPerformedProcedureStepExist( 
   string affectedSOPInstance 
) 
  
Public Overridable Function IsPerformedProcedureStepExist( _ 
   ByVal affectedSOPInstance As String _ 
) As Boolean 
public: 
virtual 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly