Adding info on hover over svg feature and CHA2_DS2-VASc calculator

This commit is contained in:
2026-04-03 14:53:31 +05:30
parent 66d178472a
commit 0b913dcf67
12 changed files with 295 additions and 16 deletions

View File

@@ -0,0 +1,24 @@
### MAP (Mean Arterial Pressure)
#### Mean Arterial Pressure or MAP is the average blood pressure within the arteries during one cardiac cycle (systole and diastole).
#### Unit:- mmHg
#### Parameters required:-
| Parameters | Unit |
| ---------- | ---- |
| Systolic Blood Pressure | mmHg |
| Diastolic Blood Pressure | mmHg |
#### Interpretation range:-
| Range | Interpretation |
| ----- | -------------- |
| <60 mmHg | Vital organs are poorly perfused |
| 60-65 mmHg | Vital orgaans are borderline perfused |
| 65-70 mmHg | Vital organs are adequately perfused |
| 70-100 mmHg | Vital organs are well perfused |
| >100 mmHg | Vital organs are hyper perfused |
#### Formula:-
$$
\text{MAP} = \text{DBP} + \frac{1}{3} \times\text{(SBP - DBP)}
$$