This repository is about format the lab result data of MSF-OCB (FUCHIA and Tier.net) to Bahmni result format.
As a input it needs a CSV file.
node main.js -F sample_file.csv
- node
- Node Package Manager (npm/yarn)
To run the script first you should install all the dependencies.
To install dependencies run one of the following command
npm install # if you have npm installed
yarn install # if you have yarn installed