←Select platform

InsertCodeSequence Method

Summary

Inserts a code sequence row into the database table.

Syntax
C#
VB
C++
protected virtual void InsertCodeSequence( 
   string tableName, 
   string definitionSequenceGuid, 
   string codeValue, 
   string codingSchemeDesignator, 
   string codingSchemeVersion, 
   string codeMeaning 
) 
Protected Overridable Sub InsertCodeSequence( 
   ByVal tableName As String, 
   ByVal definitionSequenceGuid As String, 
   ByVal codeValue As String, 
   ByVal codingSchemeDesignator As String, 
   ByVal codingSchemeVersion As String, 
   ByVal codeMeaning As String 
) 
protected:  
   virtual void InsertCodeSequence( 
       String^ tableName, 
      String^ definitionSequenceGuid, 
      String^ codeValue, 
      String^ codingSchemeDesignator, 
      String^ codingSchemeVersion, 
      String^ codeMeaning 
   ) 

Parameters

*

tableName Table name to insert definition into.

command

Type: System.Data.IDbCommand The database command that will be initialized to execute the insert.

definitionSequenceGuid

Unique Id of the sequence.

codeValue

Sequence code value.

codingSchemeDesignator

Sequence coding schema designator.

codingSchemeVersion

Sequence coding schema version.

codeMeaning

Sequence code meaning.

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

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