Purpose: Develop a basic web portal for medical professionals to create and manage prescriptions for patients.
Medical professionals can:
- Log in with a username and password
- Create prescriptions for patients with basic medication requirements
- View a list of prescriptions they've created
- View patient records to see prescription history
- View basic graphs related to prescriptions
- Download prescription reports
- Simple username and password authentication
- Basic error handling for incorrect login attempts
- Display a welcome message after successful login
- Options:
- Create Prescription
- View Prescriptions
- View Patient Records
- View Graphs
- Download Prescription Reports
- Logout
- Input fields for patient details (name, age, medication, dosage)
- Ability to add multiple medications with basic details
- View a list of prescriptions created by the user
- Display basic prescription details (patient name, medication)
- No need for editing or deletion functionalities
- View a list of patient records with basic information
- Display basic patient details (name, age)
- Display basic graphs related to prescriptions, such as:
- Prescription count over time
- Most prescribed medications
- Provide functionality to download prescription reports in a CSV format