UML Diagram - Tashin-Ahamed/Cardiac-Measurement-Recorder GitHub Wiki
Unified Modeling Language
RECORDS
-DATE
• date measured (presented in dd-mm-yyyy format)
getDate() will get user input of specific DATE
setDate() will set the value of DATE takes from user
-TIME
• time measured (presented in hh:mm format)
getTime() will get user input of the current Time of that moment
setTime() will set the value of TIME taken from the user
-Systolic
• Systolic pressure in mm Hg (non-negative integer)
getSystolic() will get user input of the current Time of that moment
setSystolic() will set the value of TIME taken from the user
-Diastolic
• Diastolic pressure in mm Hg (non-negative integer)
getDiastolic() will get user input of the current Time of that moment
setSystolic() will set the value of TIME taken from the user
-Heartrate
• heart rate in beats per minute (non-negative integer)
getHeartrate() will get user input Heartrate
setHeartrate() will set the value taken from the user
-Comment
• it will let the user add notes (textual, up to 20 characters)
getComment() will get user input Comment
setComment() will set the value taken from the user
-RECORD_LIST
-addRecords
• Table of Records
-deleteRecords
• Will delete Records
-fatchRecordfromDB
• Will fatch Record from Database
-updateRecords
• Will update Records