AddScheduledProtocolCodeSequenceRow(ScheduledProcedureStepRow,string,string,string,string,long) Method

Summary
Adds a new ScheduledProtocolCodeSequenceRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddScheduledProtocolCodeSequenceRow( _ 
   ByVal parentScheduledProcedureStepRowByScheduledProcedureStepScheduledProtocolCodeSequence As ScheduledProcedureStepRow, _ 
   ByVal CodeValue As String, _ 
   ByVal CodingSchemeDesignator As String, _ 
   ByVal CodeMeaning As String, _ 
   ByVal CodingSchemeVersion As String, _ 
   ByVal OrderNumber As Long _ 
) As ScheduledProtocolCodeSequenceRow 
[DebuggerNonUserCodeAttribute()] 
public: 
ScheduledProtocolCodeSequenceRow^ AddScheduledProtocolCodeSequenceRow(  
   ScheduledProcedureStepRow^ parentScheduledProcedureStepRowByScheduledProcedureStepScheduledProtocolCodeSequence, 
   String^ CodeValue, 
   String^ CodingSchemeDesignator, 
   String^ CodeMeaning, 
   String^ CodingSchemeVersion, 
   int64 OrderNumber 
)  

Parameters

parentScheduledProcedureStepRowByScheduledProcedureStepScheduledProtocolCodeSequence
The parent Scheduled Procedure Step Row.

CodeValue
A System.String representing the Code Value.

CodingSchemeDesignator
A System.String representing the Coding Scheme Designator.

CodeMeaning
A System.String representing the Code Meaning.

CodingSchemeVersion
A System.String representing the Coding Scheme Version.

OrderNumber
The Order Number.

Return Value

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

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

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