Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions 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)]
expand button
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
Check Mark
Knowledge Booster
Background pattern image
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
    Recommended textbooks for you
    Text book image
    Database System Concepts
    Computer Science
    ISBN:9780078022159
    Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
    Publisher:McGraw-Hill Education
    Text book image
    Starting Out with Python (4th Edition)
    Computer Science
    ISBN:9780134444321
    Author:Tony Gaddis
    Publisher:PEARSON
    Text book image
    Digital Fundamentals (11th Edition)
    Computer Science
    ISBN:9780132737968
    Author:Thomas L. Floyd
    Publisher:PEARSON
    Text book image
    C How to Program (8th Edition)
    Computer Science
    ISBN:9780133976892
    Author:Paul J. Deitel, Harvey Deitel
    Publisher:PEARSON
    Text book image
    Database Systems: Design, Implementation, & Manag...
    Computer Science
    ISBN:9781337627900
    Author:Carlos Coronel, Steven Morris
    Publisher:Cengage Learning
    Text book image
    Programmable Logic Controllers
    Computer Science
    ISBN:9780073373843
    Author:Frank D. Petruzella
    Publisher:McGraw-Hill Education