Files
hpos-web/src/constants.js

11 lines
275 B
JavaScript
Raw Normal View History

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