Authors:
Arjon Turnip
1
;
Muhammad Taufik
1
;
Nanang Rohadi
1
;
Emiliano
1
;
Erwin Sitompul
2
;
Ferlin Firdaus Turnip
3
;
George Michael T.
4
;
Muhammad Ilham Rizqyawan
5
and
Bernardo Nugroho Yahya
6
Affiliations:
1
Electrical Engineering Department, Padjadjaran University, Bandung, Indonesia, Indonesia
;
2
Study Program of Electrical Engineering, Faculty of Engineering, President University, Indonesia
;
3
Porlak Parna AgroTourism Company, Jakarta, Indonesia
;
4
Electrical Engineering, Institut Teknologi Nasional, Indonesia
;
5
Technical Implementation Unit for Instrumentation Development, Indonesian Institute of Sciences, Indonesia
;
6
Industrial & Management Engineering, Hankuk University of Foreign Studies, Republic of Korea
Keyword(s):
Arrhythmia, ECG, MQTT, Rest Api, JSON, Frontend.
Abstract:
Arrhythmias are disorders that occur in the heart rhythm. People with arrhythmias usually feel a heart rhythm that is too fast, too slow, or irregular. The purpose of this study was to facilitate medical personnel in monitoring the patient's heart rate by using a web-based ECG monitoring system in real tiem time. The process of this tool starts with the patient using a heart recording device, then the results of the heart recording are sent to the database using the MQTT broker, then the data will be requested by the Frontend via the API and then the API will check the data into the database. If the data is found, the data will be returned by the API in JSON form and then displayed by JavaScript to the Frontend. Database was built using PostgreSQL with Rest Api using Flask. From several experiments conducted, the results of 100% data return by Api in the form of JSON were achieved.