# Example 1: Lupus Dosing (Chronic)
# 60kg patient (Max 5mg/kg = 300mg)
hydroxychloroquine_dosing(60, "lupus")
# Example 2: Malaria Treatment (Acute)
# 50kg patient
hydroxychloroquine_dosing(50, "malaria_treatment")
Run the code above in your browser using DataLab