Title: MILE STONE 1
1MILE STONE 1
- Hospital Finder Component for SIS System
Anatoli Shein (aus4_at_pitt.edu)
2Motivation
3Motivation
4Motivation
5Motivation
6SIS System Model
GUI
Health Sensor
Input Processor
SIS Server
7Passed Messages
Hospital Finder Component
Input MSG ID Description
20 Create Hospital Finder Component
22 Kill Component
32 Blood Pressure Alert
42 Blood Sugar Alert
36 EKG Alert
34 SPO2 Alert
38 Emergency Alert
48 Coordinates Response
8Passed Messages
Hospital Finder Component
Output MSG ID Description
47 Coordinates Request
48 Nearest Hospitals
9Output MsgID 47 Coordinates Request
ltMsggt ltHeadgt ltMsgIDgt47lt/MsgIDgt ltDescriptiongtC
oordinates Requestlt/Descriptiongt lt/Headgt ltBodygt
ltItemgt ltKeygtNamelt/Keygt ltValuegtHospital
Finderlt/Valuegt lt/Itemgt ltItemgt ltKeygtDateTime
lt/Keygt ltValuegt2010-03-16 150510.00000843lt/Val
uegt lt/Itemgt lt/Bodygt lt/Msggt
10Input MsgID 48 Coordinates Response
ltMsggt ltHeadgt ltMsgIDgt48lt/MsgIDgt ltDescriptiongtC
oordinates Responselt/Descriptiongt lt/Headgt ltBodygt
ltItemgt ltKeygtLongituelt/Keygt ltValuegt-79.956
450lt/Valuegt lt/Itemgt ltItemgt ltKeygtLatitudelt/K
eygt ltValuegt40.441702lt/Valuegt lt/Itemgt ltItemgt
ltKeygtDateTimelt/Keygt ltValuegt2010-03-16
150510.00000843lt/Valuegt lt/Itemgt lt/Bodygt lt/Msg
gt
11Output Nearest Hospitals
ltMsggt ltHeadgt ltMsgIDgt48lt/MsgIDgt ltDescriptiongtN
earest Hospitalslt/Descriptiongt lt/Headgt ltBodygt
ltItemgt ltKeygtHospitalLongitudelt/Keygt ltValuegt8
2.145577lt/Valuegt lt/Itemgt ltItemgt ltKeygtHospit
alLatitudelt/Keygt ltValuegt-34.11120lt/Valuegt lt/I
temgt ltItemgt ltKeygtDistancelt/Keygt ltValuegt15lt
/Valuegt lt/Itemgt ltItemgt ltKeygtTimelt/Keygt lt
Valuegt10lt/Valuegt lt/Itemgt ltItemgt ltKeygtPolili
nelt/Keygt ltValuegtalFjkuOwHJy_at_Plt/Valuegt lt/It
emgt ltItemgt ltKeygtDateTimelt/Keygt ltValuegt2014
-10-16 161018.000lt/Valuegt lt/Itemgt lt/Bodygt lt/M
sggt
12Scenario
- Hospital Finder component has to be pre-activated
with message 20 Create Component - Patient is out for a walk
- He starts not feeling well, so one of the sensors
generates an Alert Message (32, 34, 36, 38, or
42) - The alert message triggers Hospital Finder
component, which generates message 47
Coordinates Request - Wait for message 48 Coordinates Response coming
from GPS sensor - Access Google Maps API through Hospital Finder
component to get closest hospitals and directions
in current traffic - Generate and send to the GUI message 49 Nearest
Hospitals - GUI displays the results on the map, then the
administrator chooses the most suitable hospital
to contact for help - Now Hospital Finder component can be killed with
message 22 Kill Component
13