FindScheduledProcedureStep Method

Summary
Finds the Scheduled Procedure Step havimg the specified Scheduled Procedure Step ID.
Syntax
C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(System.Type)] 
public WCFScheduledProcedureStep FindScheduledProcedureStep( 
   string scheduledProcedureStepID 
) 
  
<OperationContractAttribute()> 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
Function FindScheduledProcedureStep( _ 
   ByVal scheduledProcedureStepID As String _ 
) As WCFScheduledProcedureStep 
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
WCFScheduledProcedureStep^ FindScheduledProcedureStep(  
   String^ scheduledProcedureStepID 
)  

Parameters

scheduledProcedureStepID
Identifier that identifies the Scheduled Procedure Step.

Return Value

The Scheduled Procedure Step if found; null otherwise.

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.