Create A Task Analysis Diagram For Sending A Short Message To The Hospital System

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

MCS 535 – Human Computer Interaction 1st sem 2021-2022

ASSIGNMENT #12
TOPIC: Task Analysis
NAME: Rey Martin Esperida COURSE YR. & SEC: MSCS 2A

Create a task analysis diagram for sending a short message to the hospital system.

Maria home-visit doctor, needs to update the hospital’s system with her whereabouts (i.e., that she’s left
one patient to go to the next) via text message. Maria uses a custom device which appears to be a mobile
phone but is tailored for use by doctors. All she needs to do is send a short SMS-like text with the words
“next patient” to a certain number.
Goal: 1. Send a text message to hospital’s system
Subgoals:
1.1. Open the messaging application on her mobile phone.
1.2. Enter the hospital system’s special number.
1.3. Move to the text input field.
1.4. Type the words “next patient”.
1.5. Check the spelling (because it needs to be precise for the system to accept it).
1.6. Hit the “send” button.
1.7. Exit the messaging application.

- This is an example of a hospital domain model diagram. The domain model for the Hospital
Management System is represented by several class diagrams. The purpose of the diagram is to
show and explain hospital structure, staff, relationships with patients, and patient treatment
terminology.

On the diagram below a Person could be associated with different Hospitals, and a
hospital could employ or serve multiple Persons. Person class has derived
attributes name and home Address. Name represents full name and could be combined from title,
given (or first) name, middle name, and family (or last) name. Patient class has derived
attribute age which could be calculated based on her or his birth date and current date or hospital
admission date.
MCS 535 – Human Computer Interaction 1st sem 2021-2022
ASSIGNMENT #12
TOPIC: Task Analysis
NAME: Rey Martin Esperida COURSE YR. & SEC: MSCS 2A

You might also like