AddProcedureCodeSequenceRow(PPSInformationRow,string,string,string,string) Method

Summary

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

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddProcedureCodeSequenceRow( _ 
   ByVal _parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence As PPSInformationRow, _ 
   ByVal CodeValue As String, _ 
   ByVal CodingSchemeDesignator As String, _ 
   ByVal CodingSchemeVersion As String, _ 
   ByVal CodeMeaning As String _ 
) As ProcedureCodeSequenceRow 
[DebuggerNonUserCodeAttribute()] 
public: 
ProcedureCodeSequenceRow^ AddProcedureCodeSequenceRow(  
   PPSInformationRow^ _parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence, 
   String^ CodeValue, 
   String^ CodingSchemeDesignator, 
   String^ CodingSchemeVersion, 
   String^ CodeMeaning 
)  

Parameters

parentPPSInformationRowByPPS_Information_Procedure_Code_Sequence
The parent PPS (Performed Procedure Step) Information Row.

CodeValue
A System.String representing the Code Value.

CodingSchemeDesignator
A System.String representing the Coding Scheme Designator.

CodingSchemeVersion
A System.String representing the Coding Scheme Version.

CodeMeaning
A System.String representing the Code Meaning.

Return Value

The ProcedureCodeSequenceRow 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