Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 570 Bytes

File metadata and controls

28 lines (20 loc) · 570 Bytes

ocb-lab-data-migration-formatter


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.

Sample Command

node main.js -F sample_file.csv

Prerequisites

  • node
  • Node Package Manager (npm/yarn)

⚠️ NOTE

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