Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mojo: TerminologyRemoverMojo.java (in admin/mojo/src/main/resources/java/org/ihtsdo/otf/mapping/mojo)

Project: admin/remover

Configuration Parameters

  • A profile of "Terminology" must be passed
  • run.config - the standard configuration file specified as a -D parameter
  • terminology - the terminology to remove (e.g. ICPC)
  • version - the terminology version to remove, the default is "latest"


The map remover can be used to delete simple or complex map refset members from the database (by refset id).  This is useful for dropping and reloading a particular set of maps (e.g. to set the initial state correctly).

Mojo: TerminologyMapRemoverMojo.java (in admin/mojo/src/main/resources/java/org/ihtsdo/otf/mapping/mojo)

Project: admin/remover

Configuration Parameters

  • A profile of "MapRefsets" must be passed
  • run.config - the standard configuration file specified as a -D parameter
  • refset.id - the refset id of the complex or simple maps to remove

Sample

Sample command line call of the admin tool to load SNOMEDCT using the version "latest":

...