c3432e41785de25a89dbf5d70935f15362319735
- Adds `getOrganSummary` and `getPatientSummary` to retrieve human-readable string summaries of organ vitals. - Adds a templated function `getOrgan<T>` which allows for type-safe, direct access to specific organ objects. This enables calling organ-specific methods to retrieve raw data values (e.g., `heart->getHeartRate()`). The example `main.cpp` has been updated to demonstrate the usage of all new functions.
Description
No description provided
Languages
C++
99%
CMake
0.7%
C
0.2%