Loads UMLS content, provided as a collection of RRF files in a
single directory. Files may comprise the entire UMLS distribution
or pruned via the MetamorphoSys tool. A complete list of
source vocabularies is available online at
http://www.nlm.nih.gov/research/umls/metaa1.html.
Example: java org.LexGrid.LexBIG.admin.LoadUmlsBatchWithMetadata
-in,--input URI or path of the directory containing the NLM files. Path string must be preceded by "file:",
-s,--source vocabularies to load.
-meta --meatadata input <uri> URI or path specifying location of the metadata source file.
metadata is applied to the code system and code system version being loaded.
-metav --validate metadata <int> Perform validation of the metadata source file
without loading data. Supported levels of validation include:
0 = Verify document is valid.
metadata is validated against the code system and code system version being loaded.
-metao, --overwrite If specified, existing metadata for the code system
will be erased. Otherwise, new metadata will be appended to
existing metadata (if present).
-metaf,--force Force overwrite (no confirmation).
Example: java -Xmx512m -cp lgRuntime.jar
org.LexGrid.LexBIG.admin.LoadUmlsBatchWithMetadata -in "file:///path/to/directory/" -s "PSY"
-or-
org.LexGrid.LexBIG.admin.LoadUmlsBatchWithMetadata -in "file:///path/to/directory/" -s "PSY" -meta "file:///path/to/metadata.xml" -metao