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

UpdateRequestedProcedure Method (IBrokerService)

Show in webframe





A departmental IS-generated number that identifies the order for the Imaging Service Request.
The original identifier that identifies the Requested Procedure in the Imaging Service Request.
The requested procedure to update.
Updates 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)]
void UpdateRequestedProcedure( 
   string accessionNumber,
   string requestedProcedureID,
   WCFRequestedProcedure procedure
)
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub UpdateRequestedProcedure( _
   ByVal accessionNumber As String, _
   ByVal requestedProcedureID As String, _
   ByVal procedure As WCFRequestedProcedure _
) 
'Usage
 
Dim instance As IBrokerService
Dim accessionNumber As String
Dim requestedProcedureID As String
Dim procedure As WCFRequestedProcedure
 
instance.UpdateRequestedProcedure(accessionNumber, requestedProcedureID, procedure)

            

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

Parameters

accessionNumber
A departmental IS-generated number that identifies the order for the Imaging Service Request.
requestedProcedureID
The original identifier that identifies the Requested Procedure in the Imaging Service Request.
procedure
The requested procedure to update.
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.