DeleteRequestedProcedure Method
Summary
Deletes the requested procedure having the specified Accession Number and requested Procedure ID.
Syntax
vb[VB Syntax]
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
<OperationContractAttribute()>
Sub DeleteRequestedProcedure( _
ByVal _accessionNumber_ As String, _
ByVal _requestedProcedureID_ As String _
)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
void DeleteRequestedProcedure(
String^ accessionNumber,
String^ requestedProcedureID
)
Parameters
accessionNumber
A departmental IS-generated number that identifies the order for the Imaging Service Request.
requestedProcedureID
Identifier that identifies the Requested Procedure in the Imaging Service Request.