UpdateRequestedProcedure Method
Summary
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)>
Sub UpdateRequestedProcedure( _
ByVal accessionNumber As String, _
ByVal requestedProcedureID As String, _
ByVal procedure As WCFRequestedProcedure _
)
[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.