PerformedProcedureStepExists Method

Summary
Specifies whether the procedure step exists.
Syntax
C#
VB
C++
public bool PerformedProcedureStepExists( 
   string affectedSOPInstanceUID 
) 
  
Public Function PerformedProcedureStepExists( _ 
   ByVal affectedSOPInstanceUID As String _ 
) As Boolean 
public: 
bool PerformedProcedureStepExists(  
   String^ affectedSOPInstanceUID 
)  

Parameters

affectedSOPInstanceUID
The affected SOP instance UID.

Return Value

True if the performed procedure step with the specified affected SOP instance exists; otherwise, false.

Example

For an example refer to HandleUnscheduledMPPS

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.