Files
hpos-web/src/constants.js
Pritimay Sarkar fb602e56d7 fix dounut chart tooltip
- add constants
	- add container row in analytics page to reduce scroll
2023-07-31 17:24:07 +05:30

11 lines
275 B
JavaScript

const constants = {
categoryshortname: {
"SICKLECELLTRAIT": "Trait",
"SICKLECELLDISEASE": "Disease",
"NEGATIVEBORDERLINE": "-Borderline",
"POSITIVEBORDERLINE": "+Borderline",
"NORMAL": "Normal",
},
};
export default constants;