{"id":19978059,"url":"https://github.com/yasminmuntasern/clinic-system","last_synced_at":"2026-05-08T00:41:05.764Z","repository":{"id":239915557,"uuid":"800378848","full_name":"YasminMuntaserN/clinic-system","owner":"YasminMuntaserN","description":"🏥 The Clinic Management System is a robust desktop application designed to streamline the management of clinic operations.","archived":false,"fork":false,"pushed_at":"2024-05-15T11:12:12.000Z","size":4871,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T19:15:20.742Z","etag":null,"topics":["clinical-trial-management-system","csharp","desktop-application","sql-server","three-tier-architecture","windows-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YasminMuntaserN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T08:12:05.000Z","updated_at":"2024-11-18T15:00:11.000Z","dependencies_parsed_at":"2024-05-16T01:20:15.749Z","dependency_job_id":"4444d6ac-9d71-4944-835e-e80bfc622d10","html_url":"https://github.com/YasminMuntaserN/clinic-system","commit_stats":null,"previous_names":["yasminmuntasern/csharpprojects_clinicsystem","yasminmuntasern/clinic-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YasminMuntaserN/clinic-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fclinic-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fclinic-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fclinic-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fclinic-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YasminMuntaserN","download_url":"https://codeload.github.com/YasminMuntaserN/clinic-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YasminMuntaserN%2Fclinic-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261469493,"owners_count":23163108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clinical-trial-management-system","csharp","desktop-application","sql-server","three-tier-architecture","windows-forms"],"created_at":"2024-11-13T03:30:18.077Z","updated_at":"2026-05-08T00:41:05.718Z","avatar_url":"https://github.com/YasminMuntaserN.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cH1  \u003e Clinic Management System \u003c/H1\u003e\n\u003c/br\u003e\nThis is a comprehensive clinic management system that allows you to efficiently manage patient records, doctor information, appointments, medical records, prescriptions, and payments.\n\nIt follows a three-tier architecture consisting of the Data Access Layer, Business Layer, and Presentation Layer for maintainability and scalability.\n\u003c/br\u003e\n\n\u003cH2\u003e Features \u003c/H2\u003e\n\u003c/br\u003e\n\u003cH4\u003e 1. Patients \u003c/H4\u003e\nThe system stores detailed information about patients. Each patient is assigned a unique identifier, and their profile includes their name, date of birth, gender, contact information (phone number, email), and address.\n\n\u003cH4\u003e2. Doctors \u003c/H4\u003e\nThe system maintains a comprehensive database of doctors. Each doctor is assigned a unique identifier, and their profile includes their name, specialization, date of birth, gender, contact information (phone number, email), and address.\n\n\u003cH4\u003e3. Appointments\u003c/H4\u003e\nThe system manages appointments effectively. Each appointment is assigned a unique identifier and includes the patient, doctor, appointment date and time, and appointment status. Appointment statuses include:\n\n\u003cp\u003ePending: The appointment has been scheduled but has not yet occurred.\u003c/p\u003e\n\u003cp\u003eConfirmed: The appointment has been confirmed by both the patient and the healthcare provider.\u003c/p\u003e\n\u003cp\u003eCompleted: The appointment has taken place as scheduled.\u003c/p\u003e\n\u003cp\u003eCanceled: The appointment has been canceled either by the patient or the healthcare provider.\u003c/p\u003e\n\u003cp\u003eRescheduled: The appointment has been rescheduled for a different date or time.\u003c/p\u003e\n\u003cp\u003eNo Show: The patient did not show up for the appointment without canceling or rescheduling.\u003c/p\u003e\n\n\u003cH4\u003e4. Medical Records\u003c/H4\u003e\nThe system maintains comprehensive medical records for patients. Each attended appointment is associated with a medical record. Each medical record is assigned a unique identifier and includes the patient, doctor, description of the visit, diagnosis, prescribed medication, and any additional notes.\n\n\u003cH4\u003e5. Prescription\u003c/H4\u003e\nThe system manages prescribed medications efficiently. For each medical record, there can be at most one prescription. Each prescription is assigned a unique identifier and includes the medical record, medication name, dosage, frequency, start date, end date, and any special instructions.\n\n\u003cH4\u003e6. Payments\u003c/H4\u003e\nThe system tracks payment information for appointments. Each payment is assigned a unique identifier and includes the patient, payment date, payment method, amount paid, and any additional notes. Payments are associated with individual appointments.\n\n\u003cH2\u003e Technology Used \u003c/H2\u003e\n\u003c/br\u003e\nThe clinic management system is built using the following technologies:\n\u003cp\u003e Programming Language : C#\u003c/p\u003e\n\u003cp\u003e Framework: .NET Framework\u003c/p\u003e\n\u003cp\u003e Database : Ms SQL Server\u003c/p\u003e\n\u003cp\u003e Data Access : ADO.NET\u003c/p\u003e\n\u003cp\u003e User Interface : WinForms\u003c/p\u003e\n\u003cp\u003e Integrated Development Environment : Visual Studio\u003c/p\u003e\n\u003c/br\u003e\n\u003cp\u003eTo see a demo of the project \u003ca style=\"margin-left: 40px;\" target=\"_blank\" href=\"https://youtu.be/vBZQVXpOF1s?si=KwhFc3kcmdsJxhYT\"\u003eclick here\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasminmuntasern%2Fclinic-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasminmuntasern%2Fclinic-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasminmuntasern%2Fclinic-system/lists"}