Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2 KB

US1-monitor.md

File metadata and controls

39 lines (25 loc) · 2 KB

Use case - Patient monitoring

This use case is about gathering sensor data and streaming it to the nurse consolidated screen.

Involved containers

US1.jpg

Involved containers:

  • Vital Sign Recorder
  • Time series database
  • Message Streaming Platform
  • Vital Sign Streamer
  • Patient and sensors register
  • Patient database

Sequence diagram

monitoring_sequence.jpg

Sequence diagram description

The sensor data is received by the Vital Sign Recorder from the sensor using a proprietary protocol.

The received data is processed in parallel:

  • It is stored in the time series database partitioned by sensor ID.
  • Simultaneously, it is sent to the Message Streaming Platform "Vital Sign Topic".

The sensor data from the mentioned topic is then received (pulled) by the Vital Sign Streamer, which subscribes to the "Vital Sign" topic. Subsequently, this data is sent to the Consolidated Screen using a secure socket connection.