{"id":25855664,"url":"https://github.com/codemaster1022/hospital--management","last_synced_at":"2026-04-11T00:57:15.296Z","repository":{"id":245925934,"uuid":"790594024","full_name":"CodeMaster1022/Hospital--Management","owner":"CodeMaster1022","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-21T05:01:51.000Z","size":46699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T06:18:39.326Z","etag":null,"topics":["c","csharp","database","mysql","odp-net"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeMaster1022.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-23T07:02:56.000Z","updated_at":"2025-02-21T05:06:03.000Z","dependencies_parsed_at":"2025-02-21T06:28:43.921Z","dependency_job_id":null,"html_url":"https://github.com/CodeMaster1022/Hospital--Management","commit_stats":null,"previous_names":["codemaster1022/havel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMaster1022%2FHospital--Management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMaster1022%2FHospital--Management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMaster1022%2FHospital--Management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMaster1022%2FHospital--Management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMaster1022","download_url":"https://codeload.github.com/CodeMaster1022/Hospital--Management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241399560,"owners_count":19956921,"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":["c","csharp","database","mysql","odp-net"],"created_at":"2025-03-01T17:29:49.046Z","updated_at":"2025-12-31T01:05:47.300Z","avatar_url":"https://github.com/CodeMaster1022.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Horas Management System (HMS)\nHoras Management System is a Hospital Management System using C#, Windows Forms and Oracle Database. \u003cbr\u003e\n\n# Description\nThe HMS is organized into clinics. Each clinic has a name, working hours and floor number. We keep track of :\n- **Medical Staff** (first and last name, age, gender, specialization, shifting time, year of employment, and contact number). The Medical Staff Includes [Doctors - Receptionists]\n- **Patient** (National ID number, full name, conditional illness, responsible doctor, and the room he stayed at)\n- **The current available Medicine** (code number, name, quantity, and price).\n\n# Prerequisites\n1. Install Visual Studio \n2. Install Crystal Reports with the same version of VS\n3. Any Oracle Database.\n\n# Getting into the project\n\n\u003cdetails\u003e\n  \u003csummary\u003eERD\u003c/summary\u003e\n\u003cp\u003e\n    \n![ERD](https://user-images.githubusercontent.com/48657780/121788332-bbd50980-cbcc-11eb-94cf-6c6a0b282b88.png)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eSchema\u003c/summary\u003e\n\u003cp\u003e\n  \n ![Schema](https://user-images.githubusercontent.com/48657780/121788243-17eb5e00-cbcc-11eb-85d4-7dc1b006daed.png)\n  \n\u003c/p\u003e\n\u003c/details\u003e\n\n\n🔸 [Database SQL Script](HospitalMS/Database/HMS_Database.sql) \u003cbr\u003e\n🔸 [Database Procedures](HospitalMS/Database/Procedures) \n\n\n’Login’ Page where the Doctors \u0026 Receptionists can login into their accounts. \u003cbr\u003e\n\n![Screenshot (180)](https://user-images.githubusercontent.com/48657780/121788826-d90bd700-cbd0-11eb-93b4-a2e3d6ed0778.png)\n\n’Register’ Page allows Doctors \u0026 Receptionists to register and make an account, all fields have validation checkers. \u003cbr\u003e\n\n![Screenshot (182)](https://user-images.githubusercontent.com/48657780/121789016-8df2c380-cbd2-11eb-97e4-745eb7d551de.png)\n\n**’Doctor Part’** consists of 4 pages: \u003cbr\u003e\n1. **Home**, where the doctor can show all the reports that he has made\n2. **My Data**, where he can edit any thing related to his profile like the name, shift time or ...\n3. **My Clinic**\n4. **Add Report.**\n\n![Screenshot (185)](https://user-images.githubusercontent.com/48657780/121789197-3ead9280-cbd4-11eb-9b5c-9d93e5781e83.png)\n\n’Clinic’ Page, where the doctor can show the clinic name, working hours or display all the other clinics. \n\n![Screenshot (188)](https://user-images.githubusercontent.com/48657780/121789424-23438700-cbd6-11eb-9f0f-c4c05ea71976.png)\n\n’Add Report’ Page, Each doctor writes a detailed Report for each patient describing the medicines which the patient took,\nthe duration patient spent and his conditional illness.\n\n![Screenshot (191)](https://user-images.githubusercontent.com/48657780/121789512-d613e500-cbd6-11eb-9700-968b191e27cb.png)\n\n**’Receptionist Part’** consists of 5 pages: \u003cbr\u003e\n1. **Home**, where the receptionist can show all the bills of the patients\n2. **My Data**, where he can edit any thing related to his profile like the name, shift time or ...\n3. **Make an Appointment**\n4. **Make a Bill**\n5. **Show Rooms.**\n\n’Make an Appointment’ Page, where the receptionist can make an appointment between the doctor and the patient.\n\n![Screenshot (196)](https://user-images.githubusercontent.com/48657780/121789825-9ac6e580-cbd9-11eb-9955-7fd87edca19f.png)\n\n’Make a Bill’ Page, where the receptionist makes a bill contains the patient name, medicine and cost.\n\n![Screenshot (199)](https://user-images.githubusercontent.com/48657780/121789882-1163e300-cbda-11eb-9185-9ba2fb19d788.png)\n\n’Show Rooms’ Page, where the receptionist shows all the rooms. Each room has a unique number, floor number, number of all beds and taken beds.\n\n![Screenshot (203)](https://user-images.githubusercontent.com/48657780/121789922-7ae3f180-cbda-11eb-97f4-ea3b99f8db9d.png)\n\n\n# Other Screenshots \n\n\u003cdetails\u003e\n  \u003csummary\u003eReports\u003c/summary\u003e\n\u003cp\u003e\n    \n![](Screenshots/3.%20Reports/ReportForm.png)\n![](Screenshots/3.%20Reports/DisplayReports.png)\n  \n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eBills\u003c/summary\u003e\n\u003cp\u003e\n\n![](Screenshots/6.%20Bills/DisplayBillsForm.png)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n  \n\u003cdetails\u003e\n  \u003csummary\u003ePharmacy\u003c/summary\u003e\n\u003cp\u003e\n    \n![](Screenshots/7.%20Pharmacy/PharmacyForm.png)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eMedical Stuff Data\u003c/summary\u003e\n\u003cp\u003e\n  \n![](Screenshots/8.%20Stuff/UserDataForm.png)\n  \n\u003c/p\u003e\n\u003c/details\u003e\n  \n  \u003cdetails\u003e\n  \u003csummary\u003eChange Password\u003c/summary\u003e\n\u003cp\u003e\n  \n  ![](Screenshots/9.%20Password/ChangePasswordForm.png)\n  \n\u003c/p\u003e\n  \u003c/details\u003e\n  \n  \u003cdetails\u003e\n  \u003csummary\u003eShow Patients\u003c/summary\u003e\n\u003cp\u003e\n  \n  ![](Screenshots/10.%20Patients/PatientsForm.png)\n  \n\u003c/p\u003e\n  \u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemaster1022%2Fhospital--management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemaster1022%2Fhospital--management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemaster1022%2Fhospital--management/lists"}