Specifies whether the procedure step exists.
public bool PerformedProcedureStepExists(
string
)
'Declaration
Public Function PerformedProcedureStepExists( _
ByVal As String _
) As Boolean
'Usage
Dim instance As BrokerService
Dim affectedSOPInstanceUID As String
Dim value As Boolean
value = instance.PerformedProcedureStepExists(affectedSOPInstanceUID)
public:
bool PerformedProcedureStepExists(
String^
)
Parameters
- affectedSOPInstanceUID
- The affected SOP instance UID.
Return Value
True if the performed procedure step with the specified affected SOP instance exists; otherwise, false.