Medicare is a desktop application developed in C# that efficiently manages patient prescriptions. The application not only tracks prescriptions but also intelligently generates alarms for medication times. A standout feature is its ability to vocally announce the names of medications and their administration times, ensuring patients adhere to their medication schedules.
- Prescription Tracking: Organizes and maintains a detailed record of patient prescriptions.
- Alarm System: Generates timely alarms based on prescription schedules.
- Voice Announcements: Announces medication names and administration times vocally.
- .NET Framework
- Windows Operating System
- Clone the repo
- Open the project in your preferred C# IDE.
- Build and run the application.
- Add a Prescription: Input patient details and prescription information.
- Set Alarms: Configure alarm settings for each prescription.
- Monitor Alerts: Keep the application running to receive vocal medication alerts.
Contributions to improve Medicare are welcome. Please follow these steps:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request