←Select platform

UpdateRequestedProcedure Method (IBrokerService)

Summary

Updates the requested procedure having the specified Accession Number and requested Procedure ID.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
void UpdateRequestedProcedure(  
   string accessionNumber, 
   string requestedProcedureID, 
   Leadtools.Medical.Worklist.Wcf.Entities.WCFRequestedProcedure procedure 
) 
<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 Leadtools.Medical.Worklist.Wcf.Entities.WCFRequestedProcedure _ 
) 
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
void UpdateRequestedProcedure(  
   String^ accessionNumber, 
   String^ requestedProcedureID, 
   Leadtools.Medical.Worklist.Wcf.Entities.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

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