The clinic system helps clinicians monitor a group of participants with Raynauds. Raynaud is a condition where certain body areas feel numb and cool in specific circumstances.
This system consists of three main components:
- a Mobile Health app that allows participants to record when and where their Raynauds attacks occur.
- a RESTful backend that is connected to a database. This backend sends, receives, and stores the data for all participants.
- a Web Portal for clinicians. This portal displays reports and analysis of the Raynauds records collected from the app.
- Angular + Ionic + Capacitor
- Spring Boot + Spring MVC + Spring Data JPA
- MySQL
-
RESTful Backend(server + database)
Functions Done or not Save Profile of new participants Y Save Raynauds attack report records Y Save Profile of Clinician to let them login in the Dashboard Y -
Web Portal
Functions Done or not Login Page Y Patient List Page (a dashboard) Y Patient Detail Page Y -
App (Keep updating)
Functions Done or not An identification for the participant (app user) Y Report attack (Raynauds occurred) on a time Y Raynauds daily report Y
-
RESTful Backend(server + database)
-
Web Portal
-
Login Page
-
Patient List Page (a dashboard)
-
A list of all participants currently using the app (registered in the study) in table with columns: username, alert (or not), last time of report (the latest reported record's time), respectively
-
In the "alert (or not)" column, clinicians should be notified if a participant has not reported attacks for more than 2 days before today. An alert, such as a highlighted icon, should be shown. The participant with the alert should be displayed first. The longer a participant goes without reporting, the higher their priority. For example, if participant A has not reported for the past 3 days and participant B has not reported for the past 2 days, A should be sorted above B.
-
-
Patient Detail Page
-
Any participant in the list on dashboard can be selected to navigate to the participant's detail page
-
A table to show all Raynauds records in a time reverse manner (the latest record should be shown on the top). The columns of the table is "attack date", "attack time", "location". If there are more than 10 records for a patient, you need to make a pagination.
-
A bar chart to show the daily number of records for the past seven days since TODAY
-
-
-
App (Keep updating)
-
An identification for the participant (app user)
-
Ask the participant to input the username for the first time using the app.
-
Send the username and device uuid to the server and save in database
-
Since the second time use of the app, the app should remember the username of the participant. Besides, the username should always be shown on top with words like "Hello, xxx"
-
-
Report attack (Raynauds occurred) on a time (attacks may be reported MORE THAN ONCE in one day)
-
Add attack
-
Edit attack
-
List today's attacks
-
-
Raynauds daily report
-
- Please watch the video to see more information details about this demo.












