https://github.com/programmershahjalal/docswift-pro
Hospital Management System
https://github.com/programmershahjalal/docswift-pro
django python
Last synced: 3 months ago
JSON representation
Hospital Management System
- Host: GitHub
- URL: https://github.com/programmershahjalal/docswift-pro
- Owner: ProgrammerShahJalal
- Created: 2023-09-03T03:36:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T09:04:24.000Z (over 1 year ago)
- Last Synced: 2025-01-10T01:42:36.758Z (4 months ago)
- Topics: django, python
- Language: JavaScript
- Homepage: http://djangoshahjalal.pythonanywhere.com/
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DocSwift Pro
## Features:
### User Accounts:
- [x] Enable doctors to create accounts securely.
- [x] Implement a login and logout system for easy access

.
### 2. Patient Details Entry:
- [x] Once logged in, doctors should be able to input and save details about their patients.
- [x] Each patient's information should include some details like, name, age, address and more

### 3. Doctor Profile Page:
- [x] Display all patient records associated with a specific doctor on their profile page.
- [x] Allow doctors to easily review and manage their patients' information like edit, delete
.

### 4. Data Display:
- [x] Create a homepage that showcases all the records entered by doctors.
- [x] Display relevant patient information in a structured and organized format.


### 5. Search and Sort Functionality:
- [x] Implement a search bar to quickly locate specific patient records.
- [x] Enable doctors to sort patient records by categories such as "Heart Patients" and "Liver Patients."


