PYTHON PROGRAMMING ONLY PLEASE I am doing a patient portal/record keeping system i already have the layout need help writing the code. Here is my layout below   Menu: View personal information Update personal information View medical history Update medical history Exit   DECISION BLOCKS View personal information: View patient personal information( Name, Date of Birth, Address, Phone Number)   Press Console: "You have chosen to view your personal information." Update personal information: Ask the patient to update personal information Update the patient personal information Print to the console: "You have chosen to update your personal information." View historical medical information: View patient medical history (medical history, surgery, medications, allergies, etc.)   Prints to console: "You have chosen to view your medical history." Update medical history: Prompt patient to enter updated medical information Update the patient's medical history Print to the console: "You have chosen to update your medical history." Exit: End program Print to the console: "Goodbye!"

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

PYTHON PROGRAMMING ONLY PLEASE

I am doing a patient portal/record keeping system i already have the layout need help writing the code.

Here is my layout below

 

Menu:

View personal information

Update personal information

View medical history

Update medical history

Exit

 

DECISION BLOCKS

  1. View personal information:
  2. View patient personal information( Name, Date of Birth, Address, Phone Number)  

Press Console: "You have chosen to view your personal information."

  1. Update personal information:
  2. Ask the patient to update personal information
  3. Update the patient personal information
  4. Print to the console: "You have chosen to update your personal information."
  5. View historical medical information:
  6. View patient medical history (medical history, surgery, medications, allergies, etc.)

 

Prints to console: "You have chosen to view your medical history."

Update medical history:

Prompt patient to enter updated medical information

Update the patient's medical history

Print to the console: "You have chosen to update your medical history."

Exit:

End program

Print to the console: "Goodbye!"

create the functions for each of the menu items that you created. Your program must have the
following characteristics:
• Use object-oriented design and consist of at least three different classes.
You must use some sort of inheritance for at least two of the classes. If you want all three classes to
be related by inheritance, that is fine as well.
You must have the ability to load whatever data you are tracker from a file. Provide a sample data file
that you are using for testing. The file must have data for at least 20 records (you can have more). Each
record should contain at least 3 fields (you can have more). You can either have the file being read by
your program when you start it, or you can have a menu option to read in the data.
You must document the fields in your data file somewhere in your program (either in a separate text
file or comments in your program)
Transcribed Image Text:create the functions for each of the menu items that you created. Your program must have the following characteristics: • Use object-oriented design and consist of at least three different classes. You must use some sort of inheritance for at least two of the classes. If you want all three classes to be related by inheritance, that is fine as well. You must have the ability to load whatever data you are tracker from a file. Provide a sample data file that you are using for testing. The file must have data for at least 20 records (you can have more). Each record should contain at least 3 fields (you can have more). You can either have the file being read by your program when you start it, or you can have a menu option to read in the data. You must document the fields in your data file somewhere in your program (either in a separate text file or comments in your program)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 7 steps with 2 images

Blurred answer
Knowledge Booster
Form
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education