Summ

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Start application by login

If admin don’t have account:


• admin signup to use application and wait to accept his request

Super:
• return pending admin
• review data of pending admin
• accept admin and make this account active to use app
• return active admin
• add medicines

Admin:
• add users with role (doctor , nurse)
• return all users that he added
• update user and delete
• add users (doctor , nurse) to each other
• delete users (doctor , nurse) from each other
• get related users (doctor -> nurse , nurse -> doctor)

• Patients :
▪ add patients
▪ get all patients
▪ update and delete patient
▪ delete user (doctor, nurse) from patient
▪ get patient for each user

Doctor:
• get nurse that added for him
• get patient that added for him
Reports:
• Doctor Report:
▪ add report for one or multi or all (nurse) about patient status
▪ get all reports that he added
▪ update , delete report
▪ get reports that nurse added for him
▪ After added report , a notification is sent to nurse to whom the report was added

Medicine:
▪ Doctor:
▪ add medicine to patient and sent it to nurse (this medicine is with time or
immediately)
▪ After added medicine, a notification is sent to nurse

You might also like