←Select platform

PrepareInsertCodeSequenceCommand Method

Summary

Initializes a System.Data.IDbCommand object to insert a code sequence.

Syntax
C#
protected abstract void PrepareInsertCodeSequenceCommand( 
   string tableName, 
   IDbCommand command, 
   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