←Select platform

InsertCodeSequence Method

Summary

Inserts a code sequence row into the database table.

Syntax
C#
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly