Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 1 In a medical clinic, each time a patient visits the clinic, a record file is being created. This task is to perform a

Task 1 In a medical clinic, each time a patient visits the clinic, a record file is being created. This task is to perform a Linked List of filenames, ordered by date and time of visit, for at least 10 patients, 3 of the patients has visited the clinic 3 times. Tips: i. student may simulate/generate name, date and time of patient visit on his/her own. show this table in your report, avoid using online data or using table generated by your classmate. ii. print the whole list of filenames one after the other. iii. student is expected to keep length of filename manageable, e.g. use of pandas, dict, or abbreviation whichever is deemed fit. iv. being able to demonstrate ease of adding new patient visit (i.e. without the need to add codes, but only need command add codes, but only need command line interaction) into the linked list would be a plus. Task 2 Klinik Bukit Jalil has 13 patients today. These patients have different medical complains which can be categorised into General Consultation Obstetrics and Gynaecology Minor Surgery. This task is to create queue for each category above for these 13 patients. Print all 3 queues showing the patient names. Then, use Command Line Interface (CLI) to allow a category to be chosen, and patient to be called, and update the queue (pop). i. Tips: student shall simulate/generate name of patient and date/time of visit on his/her own. For all visits in this task, use the date which you are doing this task. Show this table in your report, avoid using online data or using table generated by your classmate. ii. able to add schedule (time) to calling of patients would be a plus. Do the task above, don't use import

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

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions