LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

PerformedProcedureStepExists Method (IBrokerService)

Show in webframe





The affected SOP instance UID.
Determines whether the Procedure Step exists.
Syntax
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
[OperationContractAttribute()]
bool PerformedProcedureStepExists( 
   string affectedSOPInstanceUID
)
'Declaration
 
<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
'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^ 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

See Also

Reference

IBrokerService Interface
IBrokerService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.