Determines whether the Procedure Step exists.
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
bool PerformedProcedureStepExists(
string
)
'Declaration
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
<OperationContractAttribute()>
Function PerformedProcedureStepExists( _
ByVal As String _
) As Boolean
'Usage
Dim instance As IBrokerService
Dim affectedSOPInstanceUID As String
Dim value As Boolean
value = instance.PerformedProcedureStepExists(affectedSOPInstanceUID)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
bool PerformedProcedureStepExists(
String^
)
Parameters
- affectedSOPInstanceUID
- The affected SOP instance UID.
Return Value
True if the performed procedure step having the specified Affected SOP instance exists; False otherwise.