Skip to content

Ashesh3/arike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patient Management System in Django

This project is tested with BrowserStack.

District Admin

  • Profile Page
    • View/Update Profile
    • Change password
  • Facilities Management
    • List, Create, View, Update, Delete
    • Filtering + Searching

Pending

  • User management without Django Admin Interface

Nurse (Primary & Secondary)

  • 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

Pending

  • Treatment Notes on per visitation basis
  • Email Reports, Visitations and Schedules

Access control

  • User login
  • Only is_verified=True users are allowed to login
  • Access control on each URL endpoint
    • DistrictAdminAccessMixin
    • NurseAccessMixin

Pending

  • More Responsive Design

Notes

  • Access Credentials

    • District Admin
      • Username: distadmin
      • Password: distadmin
    • Primary Nurse
      • Username: primarynurse
      • Password: primarynurse
    • Secondary Nurse
      • Username: secondarynurse
      • Password: secondarynurse
  • 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.

Screenshots

image

image

image

image

image

image

image

About

Patient Management System in Django

Resources

License

Stars

Watchers

Forks

Languages