DeleteScheduledProcedureStep Method

Summary

Deletes the scheduled procedure step having the specified Scheduled Procedure Step ID.

Syntax
C#
VB
C++
[FaultContractAttribute(System.Type)] 
[OperationContractAttribute()] 
public void DeleteScheduledProcedureStep( 
   string scheduledProcedureStepID 
) 
  
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
<OperationContractAttribute()> 
Sub DeleteScheduledProcedureStep( _ 
   ByVal scheduledProcedureStepID As String _ 
)  
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
[OperationContractAttribute()] 
void DeleteScheduledProcedureStep(  
   String^ scheduledProcedureStepID 
)  

Parameters

scheduledProcedureStepID
Identifier that identifies the Scheduled Procedure Step.

Example

For an example refer to AddScheduledProcedureStep

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