Initializes a System.Data.IDbCommand object to insert a code sequence.
protected override void PrepareInsertCodeSequenceCommand(
string tableName,
IDbCommand command,
string definitionSequenceGuid,
string codeValue,
string codingSchemeDesignator,
string codingSchemeVersion,
string codeMeaning
)
Protected Overrides Sub PrepareInsertCodeSequenceCommand(
ByVal tableName As String,
ByVal command As System.Data.IDbCommand,
ByVal definitionSequenceGuid As String,
ByVal codeValue As String,
ByVal codingSchemeDesignator As String,
ByVal codingSchemeVersion As String,
ByVal codeMeaning As String
)
protected:
virtual void PrepareInsertCodeSequenceCommand(
String^ tableName,
System::Data::IDbCommand^ command,
String^ definitionSequenceGuid,
String^ codeValue,
String^ codingSchemeDesignator,
String^ codingSchemeVersion,
String^ codeMeaning
) override
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET