Versions Compared

Key

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

...

Loading "Human Readable" View

TBD

# Remove old records
cd ~/code/admin/remover
mvn install -PMapRecords -D$rc -Drefset.id=P450993002 

# Add updated records
cd ~/code/admin/loader
set file=/home/ihtsdo/data/doc/release/20160731/icpc/der2_iisssccRefset_ExtendedMapSnapshot_INT_20160731.txt
/bin/rm -f x.txt
perl -ne 's/450993002/P450993002/; @_=split/\t/;print if $_[4] eq "P450993002"; ' $file > x.txt
mvn install -PMapRecords -D$rc -Dinput.file=x.txt -Dmember.flag=false -Drecord.flag=true

 

Similar approach to ICD10 but using the "simple" map loader.  e.g.

...

-

...

Dinput.file=x.txt

...

-Dmember.flag=false

...

-Drecord.flag=true

...

 

  • n/a