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

FindRequestedProcedure Method (IBrokerService)

Show in webframe





A departmental IS-generated number that identifies the order for the Imaging Service Request.
Identifier that identifies the Requested Procedure in the Imaging Service Request.
Finds the requested procedure having the specified Accession Number and requested Procedure ID.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
WCFRequestedProcedure FindRequestedProcedure( 
   string accessionNumber,
   string requestedProcedureID
)
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function FindRequestedProcedure( _
   ByVal accessionNumber As String, _
   ByVal requestedProcedureID As String _
) As WCFRequestedProcedure
'Usage
 
Dim instance As IBrokerService
Dim accessionNumber As String
Dim requestedProcedureID As String
Dim value As WCFRequestedProcedure
 
value = instance.FindRequestedProcedure(accessionNumber, requestedProcedureID)

            

            
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
WCFRequestedProcedure^ FindRequestedProcedure( 
   String^ accessionNumber,
   String^ requestedProcedureID
) 

Parameters

accessionNumber
A departmental IS-generated number that identifies the order for the Imaging Service Request.
requestedProcedureID
Identifier that identifies the Requested Procedure in the Imaging Service Request.

Return Value

The requested procedure if found; null otherwise.
Example
For an example refer to AddRequestedProcedure
Requirements

Target Platforms

See Also

Reference

IBrokerService Interface
IBrokerService Members

 

 


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