AddScheduledStationNamesRow(ScheduledProcedureStepRow,string) Method

Summary

Adds a new ScheduledStationNamesRow to the System.Data.DataTable.Rows collection.

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddScheduledStationNamesRow( _ 
   ByVal parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationNames As ScheduledProcedureStepRow, _ 
   ByVal ScheduledStationName As String _ 
) As ScheduledStationNamesRow 

Parameters

parentScheduledProcedureStepRowByScheduledProcedureStepScheduledStationNames
The parent Scheduled Procedure Step Row.

ScheduledStationName
A System.String representing the Scheduled Station Name.

Return Value

The ScheduledStationNamesRow which is added to the System.Data.DataTable.Rows collection.

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.DataAccessLayer Assembly