←Select platform

PrepareInsertCodeSequenceCommand Method

Summary

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

Syntax
C#
C++/CLI
protected abstract void PrepareInsertCodeSequenceCommand( 
   string tableName, 
   IDbCommand command, 
   string definitionSequenceGuid, 
   string codeValue, 
   string codingSchemeDesignator, 
   string codingSchemeVersion, 
   string codeMeaning 
) 
protected:  
   virtual void PrepareInsertCodeSequenceCommand( 
       String^ tableName, 
      IDbCommand^ command, 
      String^ definitionSequenceGuid, 
      String^ codeValue, 
      String^ codingSchemeDesignator, 
      String^ codingSchemeVersion, 
      String^ codeMeaning 
   ) abstract 

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.