pub fn find_last_dose_time_before(subject: &Subject, obs_time: f64) -> f64
Find the time of the last dose (bolus or infusion) before a given observation time. Returns 0.0 if no dose exists before obs_time.
0.0
obs_time