UpdateRequestedProcedure Method
Summary
Updates the requested procedure having the specified Accession Number and requested Procedure ID.
Syntax
vb[VB 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.