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

PerformedProcedureStepExists Method (BrokerService)

Show in webframe





The affected SOP instance UID.
Specifies whether the procedure step exists.
Syntax
public bool PerformedProcedureStepExists( 
   string affectedSOPInstanceUID
)
'Declaration
 
Public Function PerformedProcedureStepExists( _
   ByVal affectedSOPInstanceUID 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^ 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

See Also

Reference

BrokerService Class
BrokerService Members

 

 


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