You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Information on the GMDN mapping project.

  • ModuleId: 900000000000207008
  • RefsetId: 467614008

Setting Up

The following steps were used to create the projects:

  • Load the terminology
    • The data is available in the repo (see GMDN folder):
      • git.ihtsdotools.org:ihtsdo/ihtsdo-mapping-tool-data.git
  • Create and configure the project
    • Including users, scope definition, reports and QA checks.
    • INCLUDES
      • 272181003 |Clinical equipment and/or device (physical object)|
    • EXCLUDES
      • 314789007 |Diagnostic imaging equipment (physical object)|
      • 465254002 |Syringe pump (physical object)|
  • Load the previously published map records.
  • Compute workflow

Helpful Admin Commands

Remove

cd ~/code/admin/remover
mvn install -PMapRecords -D$rc -Drefset.id=467614008
mvn install -PTerminology -D$rc -Dterminology=GMDN -Dversion=16_1

Load

cd ~/code/admin/remover

mvn install -PGMDN -Dinput.dir=/home/ihtsdo/data/GMDN -Dterminology=GMDN -Dversion=16_1 -D$rc
mvn install -PSimpleMapRecords -D$rc -Dinput.file=/home/ihtsdo/data/GMDN/der2_sRefset_GMDNMapSimpleMapSnapshot_INT_20150731.txt -Dmember.flag=true -Drecord.flag=true

Compute
cd ~/code/admin/loader
mvn install -PComputeWorkflow -D$rc -Drefset.id=467614008

Release
cd ~/code/admin/release
mvn install -PBeginRelease -D$rc -Drefset.id=467614008 -Dtest.mode.flag=true
mvn install -PRelease -D$rc -Drefset.id=467614008 -Doutput.dir=. -Dtime=20160301 -Dmodule.id=900000000000207008 -Dtest.mode.flag=true
mvn install -PFinishRelease -D$rc -Drefset.id=467614008

... start editing cycle ...

 

  • n/a