Updates the requested procedure with the specified Accession Number and requested Procedure ID.
public void UpdateRequestedProcedure(
string accessionNumber,
string requestedProcedureID,
WCFRequestedProcedure procedure
)
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.
For an example refer to AddRequestedProcedure