←Select platform

PerformedProcedureStepExists Method (IBrokerService)

Summary

Determines whether the Procedure Step exists.

Syntax

C#
VB
C++
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
[OperationContractAttribute()] 
bool PerformedProcedureStepExists(  
   string affectedSOPInstanceUID 
) 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
<OperationContractAttribute()> 
Function PerformedProcedureStepExists( _ 
   ByVal affectedSOPInstanceUID As String _ 
) As Boolean 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
[OperationContractAttribute()] 
bool PerformedProcedureStepExists(  
   String^ affectedSOPInstanceUID 
) 

Parameters

affectedSOPInstanceUID
The affected SOP instance UID.

Return Value

True if the performed procedure step having the specified Affected SOP instance exists; False otherwise.

Example

For an example refer to HandleUnscheduledMPPS

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Worklist.Wcf Assembly
Click or drag to resize