Decides whether a performed procedure exists.
public virtual bool IsPerformedProcedureStepExist(
string
)
'Declaration
Public Overridable Function IsPerformedProcedureStepExist( _
ByVal As String _
) As Boolean
'Usage
Dim instance As WorklistDbDataAccessAgent
Dim affectedSOPInstance As String
Dim value As Boolean
value = instance.IsPerformedProcedureStepExist(affectedSOPInstance)
public:
virtual bool IsPerformedProcedureStepExist(
String^
)
Parameters
- affectedSOPInstance
- The SOP Instance UID for the Performed procedure step.
Return Value
true if the performed procedure step exists; otherwise, false.