{"id":21560650,"url":"https://github.com/armanx200/hospital_system","last_synced_at":"2025-04-30T13:11:56.588Z","repository":{"id":220591730,"uuid":"752025313","full_name":"Armanx200/Hospital_System","owner":"Armanx200","description":"Hospital Information System","archived":false,"fork":false,"pushed_at":"2024-04-24T16:50:35.000Z","size":32,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-24T09:16:37.110Z","etag":null,"topics":["arman-kianian","github","popular","popular-repositories","project","python","trending-repositories","trending-topics","trends"],"latest_commit_sha":null,"homepage":"https://github.com/Armanx200","language":"Python","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/Armanx200.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}},"created_at":"2024-02-02T21:05:47.000Z","updated_at":"2024-09-04T13:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"109a68ef-d3e5-40dc-ae26-03f4ede9ee0c","html_url":"https://github.com/Armanx200/Hospital_System","commit_stats":null,"previous_names":["armanx200/hospital_system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanx200%2FHospital_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanx200%2FHospital_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanx200%2FHospital_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Armanx200%2FHospital_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Armanx200","download_url":"https://codeload.github.com/Armanx200/Hospital_System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235426488,"owners_count":18988420,"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":["arman-kianian","github","popular","popular-repositories","project","python","trending-repositories","trending-topics","trends"],"created_at":"2024-11-24T09:16:39.618Z","updated_at":"2025-01-24T11:13:57.961Z","avatar_url":"https://github.com/Armanx200.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hospital Information System\n\nThis GitHub repository contains a Python implementation of a Hospital Information System, designed to manage patient and doctor records, appointments, hospitalizations, and reporting. The system is built using object-oriented programming principles and leverages Pandas for data manipulation, and Excel files for persistent data storage.\n\n## Key Components\n\n### 1. Hospital Class (`Hospital.py`)\n\n#### Functionality\n- Patient registration.\n- Doctor registration.\n- Admission of patients to specific departments.\n- Generation of patient reports with hospitalization costs.\n- Patient discharge from a specific department.\n- Search for patients and doctors based on ID.\n\n#### Dependencies\n- Requires `Pandas` for data manipulation.\n- Integrates with `Patient` and `Doctor` classes for managing individual records.\n- Utilizes `MedicalDepartment` class for handling medical department operations.\n\n### 2. MedicalDepartment Class (`MedicalDepartment.py`)\n\n#### Functionality\n- Represents a medical department with attributes such as name, cost per appointment, and an appointments file.\n- Manages hospitalization of patients, appointment reservations, and cost calculation.\n\n#### Dependencies\n- Requires `Pandas` for data manipulation.\n- Utilizes `datetime` for timestamping appointments.\n- Inherits from `ABC` for abstract methods and adheres to an interface defined in the `Person` class.\n\n### 3. Patient Class (`Patient.py`)\n\n#### Functionality\n- Represents a patient with attributes inherited from the `Person` class.\n- Displays patient information.\n\n#### Dependencies\n- Inherits from the abstract `Person` class.\n\n### 4. Doctor Class (`Doctor.py`)\n\n#### Functionality\n- Represents a doctor with attributes inherited from the `Person` class.\n- Displays doctor information.\n\n#### Dependencies\n- Inherits from the abstract `Person` class.\n\n### 5. Person Class (`Person.py`)\n\n#### Functionality\n- Abstract class defining common attributes for patients and doctors.\n- Provides an abstract method for displaying information.\n\n#### Dependencies\n- Inherits from `ABC` for abstract methods.\n- Utilizes `datetime` for timestamping.\n\n### 6. Main Execution Script (`main.py`)\n\n#### Functionality\n- Handles user interaction and menu-driven execution of the hospital system.\n- Utilizes the `Hospital` class for managing patient and doctor functionalities.\n- Allows users to choose between patient and doctor operations or exit the system.\n\n## Usage Instructions\n\n1. Run the `main.py` script to initiate the Hospital Information System.\n2. Choose between patient and doctor operations or exit the system using the provided menu.\n\n## Note\n\nEnsure that the necessary dependencies (`Pandas`, `datetime`) are installed before running the system.\n\nArman Kianian\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmanx200%2Fhospital_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmanx200%2Fhospital_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmanx200%2Fhospital_system/lists"}