cqCompound = Compound(name: "Chloroquinine", abbreviation: "cq", halfLife: 45)
cqDrug = Drug(name: "Chloroquinine", abbreviation: "cq")
cqDrug.include 300.mg, of: cqCompound
regimen {
take 2.pills, of: cqDrug, in: 0.day
take 2.pills, of: cqDrug, in: 1.day
take 1.pill, of: cqDrug, in: 2.days
}
effect(
name: "General"
formula: { 3.8 / ( 1 + km1 / cq ) }
parameters: [km1: 68.0]
)