Versions Compared

Key

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

...

https://github.com/shyamvis/ACT-COVID-Ontology/raw/master/ArchiveOntologyFiles/AdapterMappingCovidAll.zip

Rename from AdapterMappingCovidAll.csv to AdapterMapping.csv

Depending on the details of your i2b2, you may need to edit AdapterMappings.csv to match the terms used in your local i2b2.

If you change the name of the ontology file from the default name AdapterMappings.csv, you will need to configure SHRINE to use this file by setting the adapterMappingsFileName value to the name of that file in shrine.conf's adapter section:

Code Block
languagebash
themeRDark
titleshrine.conf
shrine { 
...
  adapter {
...
    adapterMappingsFileName = "RenamedAdapterMappings.csv"
...
  }
...
} 

...