←Select platform

AddRequestAttributeSequenceRow(SeriesRow,string,string) Method (RequestAttributeSequenceDataTable)

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public RequestAttributeSequenceRow AddRequestAttributeSequenceRow( 
   SeriesRow parentSeriesRowByFKSeriesRequestAttributeSequence, 
   string RequestedProcedureID, 
   string ScheduledProcedureStepID 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddRequestAttributeSequenceRow( 
   ByVal parentSeriesRowByFKSeriesRequestAttributeSequence As SeriesRow, 
   ByVal RequestedProcedureID As String, 
   ByVal ScheduledProcedureStepID As String 
) As RequestAttributeSequenceRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   RequestAttributeSequenceRow^ AddRequestAttributeSequenceRow( 
      SeriesRow^ parentSeriesRowByFKSeriesRequestAttributeSequence, 
      String^ RequestedProcedureID, 
      String^ ScheduledProcedureStepID 
   ) 

Parameters

parentSeriesRowByFKSeriesRequestAttributeSequence

Type: SeriesRow. The parent Series Row.

RequestedProcedureID

A System.String representing the Requested Procedure ID.

ScheduledProcedureStepID

A System.String representing the Scheduled Procedure Step ID.

Return Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize