polivagit / Medlink

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

Medlink - Desktop App #3

Open polivagit opened 1 year ago

polivagit commented 1 year ago

Desktop App (Universal Windows Platform - C#) - BASE GUIDELINES

This application will be focused on the management of Patients and their Treatments. Only Doctors have access to the app.

Project base structure

User Interface mock-up

Model design (Classes)

PAGES

Login (LoginPage)

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

Form UI:

Functionalities:

Password Recovery (PasswordRecoveryPage)

Here, doctors can recover their password.

Form UI:

Functionalities:

Password Change (PasswordChangePage)

Here, doctors can change their password.

Form UI:

Functionalities:

CRUD Patients (PatientPage)

The doctor can View, Add, Update and Delete patients.

Form UI:

Functionalities:

CRUD Treatments of selected Patient (TreatmentPage)

The doctor can View, Add, Update and Delete treatments for each Patient.

Form UI:

Functionalities:

CRUD Medicines of selected Treatment (MedicinePage)

The doctor can View, Add, Update and Delete medicines for each Treatment.

Form UI:

Functionalities: