Create a GUI program, When to Seek a Physician!, the user (sick patient) should have a list from age to symptoms, which should display options of when the user should seek help. The selection should tell the user the difference between a cold and flu, and a difference between an adult and a child sickness that needs to see a doctor.” Below, you should use these examples to help you with your program. Again, based on the user selection, the message should tell the differences between a cold and flu, and an adult and a child sickness.
“Create a GUI program, When to Seek a Physician!, the user (sick
patient) should have a list from age to symptoms, which should display
options of when the user should seek help. The selection should tell the
user the difference between a cold and flu, and a difference between an
adult and a child sickness that needs to see a doctor.” Below, you
should use these examples to help you with your program. Again,
based on the user selection, the message should tell the differences
between a cold and flu, and an adult and a child sickness.
Please use the links below for more assistance on symptoms:
Mayo Clinic on Cold
To seek a doctor, it should show this message for adults with cold:
“For adults — seek medical attention if you have:
•
Fever greater than 101.3 F (38.5 C)
•
Fever lasting five days or more or returning after a fever-free period
•
Shortness of breath
•
Wheezing
•
Severe sore throat, headache or sinus pain”
For children, your program should show this message below:
“For children — in general, your child doesn’t need to see the doctor for
a common cold. But seek medical attention right away if your child has
any of the following:
•
Fever of 100.4 F (38 C) in newborns up to 12 weeks
•
Rising fever or fever lasting more than two days in a child of any age
•
Symptoms that worsen or fail to improve
•
Severe symptoms, such as headache or cough
•
Wheezing
•
Ear pain
•
Extreme fussiness
•
Unusual drowsiness
•
Lack of appetite ”
CDC on Flu
You should have a message for both adults and children if their
symptom is severe that the should seek a doctor. In other words, the
message should tell them that they should seek help.
Remember GUI program is based on your reading in chapter 10. I will
take off points if your program does not include comments. I need all
your material submitted meaning .py, and .txt, or any other format
used. Please let me know if you have any question.
Thank you.