Text to SQL Converter. Format of the text files is as follows: Format a:
(ignore the *'s) (this does not display properly in HTML - please see the
readme file)
<codingSchemeName>\t<codingSchemeId>\t<defaultLanguage>\t<formalName>[\t<version>][\t<source>][\t<description>][\t<copyright>]
<name1>[\t <description>]
\t <name2>[\t <description>]
\t\t <name3>[\t <description>]
\t\t <name4>[\t <description>]
Where the leading tabs represent hierarchical hasSubtype relationship
nesting (name1 hasSubtype name2 and name2 hasSubtype name3,) The line
that starts with keyword Relation is used to setup the association
information.
Lines starting with "#" are view comments - they are completely ignored.
Rules - if
doesn't already exist in the database, assign it a
unique numeric concept code. Name becomes the entity description and
preferred presentation. If description is supplied, it becomes the
definition. - if already exists in the database, use the
pre-assigned code. If is supplied (a) if one doesn't exist,
already, use the supplied one (b) if one exists already and it doesn't
match - issue a warning.
Format b:
<code>
\t<name>[\t<description>]
Same as (a) except that the concept codes are part of the input. If the
same code occurs twice, the names must match. Description rules same as
above