UpdateRequestedProcedure Method

Summary

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

Syntax
C#
VB
C++
public void UpdateRequestedProcedure( 
   string accessionNumber, 
   string requestedProcedureID, 
   WCFRequestedProcedure procedure 
) 
  
Public Sub UpdateRequestedProcedure( _ 
   ByVal accessionNumber As String, _ 
   ByVal requestedProcedureID As String, _ 
   ByVal procedure As WCFRequestedProcedure _ 
)  
public: 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly