Skip to content

southrussian/EIT-Remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

EIT Remote

EIT Remote is a special iOS app for medical purposes. The relevance of the app is determined by the need to facilitate the work of the staff of medical institutions, providing the ability to conduct electronic document management of patients and examinations performed, and work with medical measuring devices. As a medical measuring device, this paper considers an electrical impedance tomography apparatus for studying human lungs. The goals of creating the system: providing medical personnel with tools for monitoring the condition of patients without constant bedside monitoring; simplification of work with patient documentation and generation of examination reports; achieving maximum efficiency in decision-making by medical personnel to ensure the well-being of the patient’s health and life.

To transfer images from the EIT device, the TCP/IP protocol is used, which ensures reliable and stable data transfer between devices. Each image is transferred as a BMP file, which contains information about each pixel in the image. Transferring images begins with establishing a connection between the EIT device and the mobile application on iOS. For this, a TCP socket is used, which allows you to establish a two-way connection between devices. The connection is established by sending a “handshake” - any symbol, so that the EIT device detects a device ready to receive data. After the connection is established, the EIT device begins to transmit BMP images via a TCP socket. Each data array consists of four bytes of left lung ventilation data, four bytes of respiratory rate data, a 54-byte header, and a pixel array. The header contains information about the file size, image resolution, number of colors and other parameters. A pixel array contains information about each pixel in an image, including color and brightness. After receiving the BMP image, the iOS mobile application can display it on the device screen. To do this, an instance of the UIImage class processes the BMP file, extracting information about each pixel from it and using this information to create an image on the screen.

Stack: Swift, SwiftUI, Firebase.

Screenshots of working app below

image image image image

How it is working in pair with electrical impedance tomography device:

image

About

SwiftUI iOS/iPadOS/macOS app for interact with electrical impedance tomography device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages