You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
aips2sqlite - creates an SQLite DB from AIPS, Swissmedic, BAG and Refdata
Requirements
java version "1.8.0_92" (tested on Windows, Linux, Mac OS X)
Build aips2sqlite.jar from commandline
make aips2sqlite
the output will be placed here:build/libs
Clean the build folder
make clean
Caveats
On some systems it may be necessary to increase the heap space with the Java option -Xmx, see below for an example.
Options
--alpha=<char> generate sqlite database or xml file for meds whose title starts with 'char'--help print help--indications generate report about keywords found in section indications (folder output)--inter generate drug interaction files as an sqlite database and a csv data file--lang=<arg> generate database with given language, two options are supported: 'de' and 'fr'--nodown do not download the aips, swissmedic, bag and refdata files--owner=<owner> generate sqlite database or xml file for meds whose holder starts with 'owner'--pinfo generate Patinfo (default is Fachinfo)--quiet be extra quiet--regnr=<number> generate sqlite database or xml file for meds whose registration number starts with 'number'--reports generate parse and owner error reports (folder output)--verbose be extra verbose--version print the version information and exit--xml generate xml file --zip generate zipped versions sqlite database or xml file
Examples
Generate German SQLite database including report file: