polivagit / Medlink

Main repoistory for Medlink project (2023).
0 stars 0 forks source link

Medlink - Android App #1

Open polivagit opened 1 year ago

polivagit commented 1 year ago

Android App (Java)

This application will be focused on the view of treatments for the patient. This application can be used by the patient's caregiver or by the patient himself. Both types of user can access and view the same information.

User Interface mock-up

Model design (Classes)

Login

First of all, the user must introduce their credentials in the login screen. This screen also provides the 'password recovery' functionality in case the user forgets their password.

Functionalities:

View Treatments

Patients/Caregivers can View their treatments.

Functionalities:

View Medicines of Selected Treatment

When selecting a treatment, a new view (page) will be loaded, showing all medicines used in the treatment.

Functionalities:

polivagit commented 1 year ago

Sample code (Login) for WebService communication: https://github.com/polivagit/Medlink/blob/305e22b8fac6f787f0f490b73c8bb068d9b725fa/CommonFiles/Help/Java_WebService_Communication.java