Patient Management System in Django
This project is tested with BrowserStack.
- Profile Page
- View/Update Profile
- Change password
- Facilities Management
- List, Create, View, Update, Delete
- Filtering + Searching
Pending
- User management without Django Admin Interface
- Profile Page
- View/Update Profile
- Change password
- Patient Management
- List, Create, View, Update, Delete
- Searching Patients across any attribute
- Patient Information Management
- Patient Family Details
- List, Create, View, Update, Delete Family members
- Patient Treatment Details
- List, Create, View, Update, Delete Treatment
- Treatment Notes on per visitation basis
- Patient Disease History Details
- List, Create, View, Update, Delete Disease History
- Patient Family Details
Pending
- Treatment Notes on per visitation basis
- Email Reports, Visitations and Schedules
- User login
- Only
is_verified=True
users are allowed to login - Access control on each URL endpoint
-
DistrictAdminAccessMixin
-
NurseAccessMixin
-
Pending
- More Responsive Design
-
Access Credentials
- District Admin
- Username: distadmin
- Password: distadmin
- Primary Nurse
- Username: primarynurse
- Password: primarynurse
- Secondary Nurse
- Username: secondarynurse
- Password: secondarynurse
- District Admin
-
Patient named Rahmatali Jhah contains sample data for Family, Treatment and Disease History.
-
Primary Nurse with username
primarynurse
contains sample data for all Patients and is already assigned to a Facility -
District Admin with username
distadmin
contains sample data for Facilities.