PharmacistCheckerWinForms is a Windows Forms application designed to help pharmacists manage patients, drugs, and prescriptions efficiently. The application provides an easy-to-use interface for entering and managing patient information, drug details, and prescription records.
- Patient Management: Add and edit patient details, including name, age, and allergies.
- Drug Management: Add and edit drug information, including name, maximum dose, controlled status, and drug interactions.
- Prescription Management: Create and manage prescriptions, linking patients and drugs, specifying dose and refills.
- Clone the repository:
git clone https://github.com/ytsnake/PharmacistCheckerWinForms.git - Open the solution in Visual Studio.
- Build and run the application.
- Use the forms to add or edit patients, drugs, and prescriptions.
- The application uses dropdowns and numeric controls for easy data entry.
- All data is managed in-memory for demonstration purposes.
PatientForm.cs- Handles patient data entry and editing.DrugForm.cs- Handles drug data entry and editing.PrescriptionForm.cs- Handles prescription creation and editing.
- .NET Framework (suitable for Windows Forms applications)
- Visual Studio (recommended for development)
This project is for educational and demonstration purposes.