-
Notifications
You must be signed in to change notification settings - Fork 0
2. Architecture
temperature, GPS, Exercise, Heart rate
Instead of receiving data from Bluetooth sensor at the sensor end, it is processed in one sensor manager application and sent to the web server in XML format.
센서 단에서 블루투스로 받아온 데이터를 여러 어플리케이션에서 받는 것이 아니라 하나의 센서매니저 어플리케이션에서 프로세싱하여 XML형식으로 웹 서버로 보낸다.
As a web-based platform, its own web server exists and is connected to the database. It stores the XML medical data received from the sensor manager and web browser.
웹 기반 플랫폼인 만큼 자체적인 웹 서버가 존재하고 데이터베이스와 연결되어 있다. 센서매니저와 웹 브라우저에서 받아온 XML 의료 데이터를 저장하는 곳이다.
The risk analyzer function can be performed through a web browser to measure the final risk, and graphs of real-time and non-real-time data stored on the web server and the location on the map can be monitored for each patient user. In the menu called 'XML & Input Form', non real-time and personal medical data that is not received from the sensor can be input and sent to the web server in XML form.
웹 브라우저를 통해 Risk Analyzer 기능이 수행되어 최종적인 위험도를 측정할 수 있도록 하고 또한 웹 서버에 저장되어 있는 실시간, 비실시간 데이터들을 시각화한 그래프와 지도상의 위치를 환자 사용자 별로 모니터링 할 수 있다. XML & Input Form 이라는 메뉴에서 센서에서 받아오지 않는 비실시간 및 개인 의료 데이터를 입력하여 XML형태로 웹 서버로 보낼 수 있는 기능을 제공한다.