←Select platform

UpdateRequestedProcedure Method

Summary

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

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(System.Type)] 
public void UpdateRequestedProcedure( 
   string accessionNumber, 
   string requestedProcedureID, 
   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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly