custom2sda
1
1
Initial Release
This is a sample how to convert from a custom patient data format to the InterSystems SDA format, using IRIS for Health productions.
Open IRIS Namespace with Interoperability Enabled. Open Terminal and call: USER>zpm "install custom2sda"
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/custom2sda.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Open the production and start it. (user _SYSTEM and password SYS) It will read patients.csv and convert to SDA.
Initial Release