Question: PYTHON VERSION 3.7.0 is what we are currently using in Python Create a Flask web-application that implements this following design A therapist creates a patient
PYTHON VERSION 3.7.0 is what we are currently using
in Python Create a Flask web-application that implements this following design
A therapist creates a patient account
The therapist indicate desire to create a new patient account. - The system prompts the therapist to provide the patients information.
Therapist enters information about the patient. - System create a new Patients.
System returns account information of patient, and prompting the therapist to validate them.
The therapist recognizes something wrong with the data, and indicate desire to edit the patient information.
System retrieves patients account information.
3.2 System returns a form, populated with patientsinformation, for the therapist to update.
The therapist updates patient information
. System create a new Patients.
System returns account information of patient, and prompting the therapist to validate them.
Therapist indicate that the information is valid.
System returns a message acknowledging account creation
. Therapist request a list of patients.
System returns the list of patients assigned to the therapist.

The patien information is not provided in the question so we can use first and last name and email address and a made up street address
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
