i.) The use case description for the check-in patient is given below. Determine the interface and entity classes that are required to implement the check-in patient use case. Define the attributes...

1 answer below »
Please help with patient check-in assignment


i.) The use case description for the check-in patient is given below. Determine the interface and entity classes that are required to implement the check-in patient use case. Define the attributes (variables) of entity classes that store data or information. Name: Check-in patient Summary: The staff checks in a patient to the system Actors: Staff, Health Insurance Pre-conditions: None Main sequence: 1. The staff checks if a patient has an appointment. 2. If the patient has an appointment, the staff enters or updates patient information to the system, which include patient name, address, phone number, social security number and health insurance. 3. System sends the patient’s health insurance information to the health insurance. If the health insurance approves the patient’s doctor visit, the health insurance confirmation number is created and sent back to the system. 4. System adds the patient name to a list of patients being served by a doctor. Alternatives: •If the system cannot find the patient’s appointment, the staff cancels check-in. • If the health insurance denies the patient’s doctor visit request and patient does not want to pay all cost, the staff cancels check-in. • If the health insurance denies and the patient wants to pay all cost, staff adds the patient name to a list of patients being served by a doctor. Post-conditions: The staff has checked in a patient. ii.) Write a program that asks the user the names of two files. The first file should be opened for reading and the second file should be opened for writing. The program should read the contents of the first file, change all characters to uppercase, and store the results in the second file. The second file will be a copy of the first file, except that all the characters will be uppercase. Use Notepad or another text editor to create the first file that stores two lines of strings, which are used to test your program.
Answered Same DayJul 27, 2021

Answer To: i.) The use case description for the check-in patient is given below. Determine the interface and...

Arun Shankar answered on Jul 28 2021
140 Votes
HW3/.DS_Store
__MACOSX/HW3/._.DS_Store
HW3/bin/Driver.class
HW3/bin/myfile.txt
This is my input
file. I am going
to convert this to another file
with all characters converted to upper case.
Below is some sample text.
Donald Trump is the President of the
United States of America.
2 is the only even prime number.
The symbols on a keyboard are !@#$%^&*()
in that order.
ABCDEFGHIJKLMNOPQRSTUVWXYZ are the capital letters.
abcdefghijklmnopqrstuvwxyz are the small letters.
1234567890 are the ten digits in the Decimal System of numbers.
HW3/.classpath

    
        
            
        
    
    
    ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here