UpdateScheduledProcedureStep Method

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

Parameters

scheduledProcedureStepID
The ID for the Scheduled Procedure Step.

procedureStep
Identifier that identifies the Scheduled Procedure Step.

Example

For an example refer to AddScheduledProcedureStep

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.