d0d42e10feed053d389b9098419d169208f19f50
This commit introduces the initial framework for a medical simulation library. It adds a `Patient` struct to hold vital signs, including: - Blood Pressure (Systolic and Diastolic) - Heart Rate - Respiration Rate - Body Temperature - Oxygen Saturation It also includes: - An `initializePatient` function to create a patient with baseline healthy vitals. - A placeholder `updatePatient` function for future simulation logic. - An updated example to demonstrate the new functionality.
Description
No description provided
Languages
C++
99%
CMake
0.7%
C
0.2%