Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Child vaccination chart Objective Take user inputs and add them to the nested dictionary data structure. Action [in Python] The insert function should take patient's

Child vaccination chart

Objective

Take user inputs and add them to the nested dictionary data structure.

Action [in Python]

The insert function should take patient's first name, last name, the birth month when the vaccine was administered. The birth month should be an integer. Check the sample sheetLinks to an external site.. (Use loop when possible).

Use nested dictionary. Use patient variable to store the dictionary. Each entry in the dictionary should have a "record number" which serve as a key. Research how nested dictionary is defined. Each record number represents single patient and has nested key:value.

Verify that the patient dictionary has all data.

Call the insert function again and add one record. The new record should be appended and not overwritten existing records. Verify that the patient dictionary has all data.

Your code clearly shows the working of the tasks mentioned above. Include comments in the code to improve readability. Submit code in .py extension and record your video which includes explanation of the code and the result.image text in transcribed

Patient name: Olivia James Patient record number: R002 Vaccine months HepB 0 RV DTaP Hib PCV13 IPV IIV4 Annual MMR 12 VAR 12 HepA 12

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

Students also viewed these Databases questions

Question

How would we like to see ourselves?

Answered: 1 week ago

Question

How can we visually describe our goals?

Answered: 1 week ago

Question

What metaphors might describe how we work together?

Answered: 1 week ago