Concept
When user searches a drug name → exact text from the PDF is shown.
No calculations. No changes. Exact text, exactly as written in the source.
Two Sources
| Source |
Book |
Coverage |
| Neonatology |
Neofax |
NICU drugs — neonatal dosing |
| Paediatrics |
Harriet Lane |
Paediatric drugs — older children |
How It Works (Technical)
- Dr. Sunil uploads Neofax PDF + Harriet Lane PDF
- We extract all text from both PDFs using Python
- Each drug entry is saved as structured JSON files
- Files are bundled INTO the app (offline — no internet needed)
- User searches drug name → app finds and displays exact text
- Search handles partial names and spelling variations
App UI
Drug Formulary Screen:
- Toggle: Neonatology / Paediatrics
- Search bar
- Recent searches
- Drug entry: exact text from PDF, source badge, bookmark button
- Disclaimer on every entry
Steps