Weight
-- kg
ETT cuffed
--
Defib shock
--
Fluid bolus
--
Calculated Drugs
0 items| Drug | Indication | Dose | Calculated amount | Volume | Max / Safety |
|---|---|---|---|---|---|
| Enter weight to calculate emergency doses. | |||||
Admin Access
Default code: 2026. Change it in app.js before publishing.
Admin Dashboard
Records are stored in Cloudflare D1 when the Pages binding is connected.
Total records0
Today0
Average weight--
Pending sync0
Records by Condition
Records by Area
Saved Calculations
0 records| Date | Patient | Age | Weight | Condition | Area | Clinician | Actions |
|---|
Cloudflare Pages + D1 Setup
- Create the D1 database with
wrangler d1 create pediatric-drugs. - Copy the returned
database_idintowrangler.toml. - Run
wrangler d1 execute pediatric-drugs --file=schema.sql --remote. - Deploy with
wrangler pages deploy public --project-name=pediatric-drug-app. - In Cloudflare Pages settings, add a D1 binding named
DBand redeploy.
The app calls Cloudflare Pages Functions under /api. The drug library and saved calculations persist in D1.
Medication Library
Default doses are for app setup and must be reviewed by your medical governance team. Edit DRUG_LIBRARY in app.js to match Maxicare protocol.