presentation/clinical/patient_exam/widgets/drawers/vital_constants library

Classes

VitalBound
This class is a blueprint for storing vital constants

Constants

highText → const String
lowText → const String
normalText → const String

Properties

normalBloodPressureRange VitalBound
The range of the normal systolic blood pressure. Units of measurements are mmHg
getter/setter pair
normalBMIRange VitalBound
The range of the normal Body Mass Index (BMI). Units of measurements are (kg/m2)
getter/setter pair
normalPulseRange VitalBound
the following values were retrieved from the NEWS 2 Final Report page 29 downloaded from https://www.rcplondon.ac.uk/file/8636/download from the website https://www.rcplondon.ac.uk/projects/outputs/national-early-warning-score-news-2
getter/setter pair
normalRespiratoryRateRange VitalBound
The range of the normal respiratory rate. Units of measurements are Beats Per Minute
getter/setter pair
normalSpo2Range VitalBound
The range of the Blood Oxygen Concentration (SpO2). Units of measurements are a percentage (%)
getter/setter pair
normalTemperatureRange VitalBound
The range of the normal temperature. Units of measurements are Degrees Celsius
getter/setter pair

Functions

checkVitals({required String value, required VitalType vitalType, required BehaviorSubject updateValue}) → void
getVitalColor({required String? vitalText, required BuildContext context}) Color