Added IMPACT (Index for Mortality Prediction After Cardiac Transplantation) score

This commit is contained in:
2026-03-31 01:18:23 +05:30
parent 5a63ee26e6
commit d306871025
7 changed files with 297 additions and 9 deletions

View File

@@ -1,7 +1,17 @@
import { cockcroftGault } from "./miscellaneous/cockcroft-gault-eq";
import { IMPACT } from "./transplantation/IMPACT";
import { Section } from "./types";
export const CalculatorRegistry : Record<string, Section> = {
transplantation:{
id:"transplantation",
displayName:"Transplantation",
textColor:"#ccc",
svg:"",
calculators:[
IMPACT
]
},
miscellaneous:{
id:"miscellaneous",
displayName:"Miscellaneous",