←Select platform

InsertCodeSequence Method

Summary

Inserts a code sequence row into the database table.

Syntax
C#
C++/CLI
protected virtual void InsertCodeSequence( 
   string tableName, 
   string definitionSequenceGuid, 
   string codeValue, 
   string codingSchemeDesignator, 
   string codingSchemeVersion, 
   string codeMeaning 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

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