Added IMPACT (Index for Mortality Prediction After Cardiac Transplantation) score
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user