‘Niramoy’ is a platform which stores patient data and we can update those data if we want.
- Receiptionists can insert and update some data of patient excluding medical tests.
- Doctors can insert and update medical test data and other data.
- We can search data by patient image or patient id.
1. Splash screen: This screen will be shown during starting of the application.
2.To add record: We can add record of blood pressure and heart rate measurements with date and time
3. Show records: We can see the stored records if needed.
4. Update records: We can update the stored records if needed.
5. Save records in database We will store those records in a local database.
6. To delete records: We can delete the stored records if needed.