This is a simple Health care record generator to generate data to support big data research or dummy big data
this generator run with nodejs, so must install nodejs first.
> npm i
> node ./index.js
{
"counter": {
"patient": 100000,
"doctor": 40,
"consultationRangeStart": 1,
"consultationRangeEnd": 15
}
}
counter.patient
set how much patient
counter.doctor
set how much doctor
counter.consultationRangeStart
set how much patient's cosultation range start
counter.consultationRangeEnd
set how much patient's cosultation range end