Home - Rifat-Ahmed-103/Cardiac-Recorder GitHub Wiki
CardiacRecorder
CardiacRecorder is an Application which keeps Record of Measured Blood Pressure and Heart Rate data of any User with Proper Date & Time. Any User can Add, View, Update and Delete measurement of his/her Blood pressure and Heart rate data which will be shown in a list at the Home page of the app.
To add a new measurement, user have to press Add a new Measurement button at the bottom and it will take him to a new View named Add Measurement Page where exists a form requiring data about Date of measurement, Time of measurement, Systolic blood pressure, Diastolic blood pressure , Heart rate and any Comment of the user if exists which is optional to fill up. Then if he clicks Save button, a new measurement will be Appended at the bottom of the list of the records in the home page of the app. This changes will also be reflected in Database. If the measured record have any Unusual data about blood pressure and heart rate then there will appear a Red Box at the Top-Right Corner of the record indicating some or all inserted data are Unusual. And If the measured record does not have any Unusual data then there will appear a Green Box indicating all inserted data are Normal.
Again if any User wants to Edit the Previously Recorded Data, he can simply press the Edit Icon at Bottom-Right of that record and it will take him to a new View named Update Measurement Page where he can Edit the Inserted Values in each part of the form and then click Update button. The list will be updated in the Home page. This changes will also be reflected in Database. Now If the Newly Edited record have any Unusual data then there will appear a Red Box at the Top-Right Corner of the record indicating some or all inserted data are Unusual. And If the Edited record does not have any Unusual data then there will appear a Green Box indicating all inserted data are Normal.
Now, if any User wants to see the Details of any Previously Recorded Measurement, he can simply Tap on the record & it will take him to a new View named Measurement Details Page where he can See the Inserted Values in each part of the form. If he finds any Inconsistency, he can press back & go to Home page and then press the Edit button at Bottom-Right of that record and it will take him to a new View named Update Measurement Page where he can Edit the Inserted Values in each part of the form and then click Update button. The list will be updated in the Home page & also in the Database.
Lastly, if any User wants to Delete any record that is not necessary anymore, he can delete the record and click the Delete Icon at Bottom-Left of that record and it will delete the record from the list. The list will be updated in the Home page. This changes will also be reflected in Database.
As there will be All measured record of their health in a list side by side, they can compare records of their Health Status from the Record List and get a Clear Picture of the trajectory of their health status whether their health is getting Better or Deteriorating. Thus they can take necessary actions to Stay Healthy including eating healthy food and exercising on a daily basis.