Add doc to script file
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
/**
|
||||
* Pharmacokinetic Calculation Utilities
|
||||
*
|
||||
* Combines multiple dose profiles over time to create complete concentration
|
||||
* curves. Handles steady-state calculations, dose accumulation, and empty
|
||||
* value filtering for robust simulation.
|
||||
*
|
||||
* @author Andreas Weyer
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
import { timeToMinutes } from './timeUtils';
|
||||
import { calculateSingleDoseConcentration } from './pharmacokinetics';
|
||||
import type { Dose, Deviation, SteadyStateConfig, PkParams, ConcentrationPoint } from '../constants/defaults';
|
||||
|
||||
Reference in New Issue
Block a user