Nurse Call systems are very important for any medical center / ICU center / hospital, thus affecting indirectly the patient’s life. The basic idea of this paper is to design and implement a complete wireless nurse call system in the hospital, displaying the patient room number on a desktop computer LCD. Our proposed system implements a smart controller and several wireless switches using RF technology to continuously monitor and display the state of any room / patient / medical help or assistance needed, in order to provide fast and respectable medical service without any human errors or medical assistance delay, which could occur at any instant of time during system preparation or installation. Our system has succeeded in monitoring up to 5 rooms at the same time collecting real-time data as a prototype. It can be extended to up to 254 monitoring points.
A wireless nurse call system is a new advancement technology which holds the latest cutting edge wireless methods at its core. This enables patients to use them in such an easy and comfortable way, receiving its medical assistance quickly. Since it does not need the usage of any wires like old versions of nurse call systems, it becomes very simple for hospital staff to deploy and use it within minutes. Wireless nurse call systems are scalable from a few beds to so many. No future maintenance is needed, as the medical assistant could affect directly the patient health in the hospital. This has become so important, ever since quality and reliability have deemed so critical in patient and life safety according to the regulations imposed by the Federal Food, Drug, and Cosmetic Act (FDA), as well as other medical standard codes such as the European Standard (ISO 7369) and the American Standard (NFPA 99) 1, 2, 3.
The main configuration of our proposed system has been applied to five hospital patient rooms as shown typically in Figure 1 4. It particularly features the following:
1) Arduino Nano board which could be battery operated
2) Wireless Transceiver serial UART (for the RF operation) located in each patient room
3) Push button switches
4) Raspberry Pi2 Model B for the monitoring station
5) LCD computer screen for the final data display 4.
1. Most investigators have designed a simple device by using wires, buzzers and LEDs, besides the old technology of switches and/or seven segments displays as shown in Figure 2 5, 6.
2. Previous devices needed many wire connections for each bed and room door light. They were also very difficult to install, and the site preparation was involved.
3. Previous devices were difficult to be interfaced with computers so as to perform full monitoring without human intervention 7.
4. Installation and site preparation costs were excessive, as the system needed scheduled maintenance 5.
5. Since previous devices were not interfaced with computers, no data could be stored to support the analysis of patient and nurse behaviors.
6. Elementary faults like wires cut from switches, light emitting diode malfunction, bulb failure, and human error were prevalent.
Our proposed system is intended to address all these weaknesses in a workable way to support high quality and reliability for life safety according to the international standards in the medical field 1, 2, 7.
1.2. Research MotivationOrdinary nurse call systems are insufficient for customer satisfaction to provide safe and comfortable technology for patients, residents, and their families. A wired system requires up to 24 wires per room, thus generating spaghetti wiring, which in turn leads to increasing difficulties during installation, besides scheduled and unscheduled maintenance. Additionally, these traditional systems are incapable of storing data regarding both patient and nurse behaviors, resulting in human resource allocation with no data backup. Fitting a nurse call system can often be disruptive, time consuming, and expensive. However, this will no more become a problem with wireless nurse call systems 7, 8, 9.
The necessary hardware for our prototype consists of the following elements 5, 6:
1) Several power supply types to meet the DC voltage needs, as shown in Figure 3a for the Arduino Nano board and in Figure 3b for the Raspberry Pi2 Model B.
2) Arduino – Nano Board, as shown in Figure 4.
3) Wireless Transceiver serial UART (HC12), as shown in Figure 5.
4) Raspberry Pi 2 Model B, as shown in Figure 6.
5) Wiring and connectors for the Printing Circuit Boards, as shown in Figure 7.
6) Normal Push Button switches and toggles.
7) Variable switches, light emitting diode, resistors, and a buzzer (speaker) 10, 11.
8) LCD Monitor screen.
Our software consists of the following elements:
1) QT Integrated development Environment (C++ program).
2) Atmel Studio Integrated development Environment 12, 13.
3) Interface software between the computer & Arduino – Nano Board.
4) Dedicated computer program with WIFI compatibility.
5) Software simulators for our microprocessor and for using the laptop to develop and test the program code.
The software is split into 2 main modules
• Embedded software (Arduino Boards).
• Monitoring application (Raspberry Pi II Boards).
This is the heart of the nurse call system. It is hosted on an Arduino board and is composed to two layers:
• Network layer: It is responsible for building and maintaining a self-healing mesh network between all nodes of the system.
• Application layer: It monitors the state of connected sensors and reports it to the monitoring application. In our nurse call system, this layer is configured to monitor and report the state of two push buttons, one indicating that the patient is calling a nurse, and the other one indicates that the nurse has responded to the call.
The monitoring application has five main functions
• Displaying the sensors’ status.
• Triggering an alarm when a preconfigured sensor value is reached.
• Triggering an alarm if a node is disconnected from the network.
• Saving the sensor data into a database enabling data driven analysis of the monitored system.
• Sending email and/or SMS notification when a preconfigured sensor value is reached.
Part of our proposed program code for the Arduino is shown in Figure 8, and part of the code for the Raspberry Pi II Model B is shown in Figure 9.
This system is developed to run under windows or Linux in an embedded or desktop environment. It consists of four modules. Figure 10 shows the Four Main Modules of our system.
1. The Core Module: It is responsible for collecting the data, signaling alarms, sending notifications (nurse alarm and remote alarms (sms messages / E-mails) and database interactions. For reliability this module runs on 4 different threads and is separated from the GUI thread.
2. The Setup Module: This is a GUI module responsible for collecting configuration data from the user and committing them to the database through the core module.
3. Visualization Module: This is a GUI module responsible for the presentation of the sensors data collected by the core module to the user.
4. The Main Module: This is a shell GUI module to enable selection between the setup and the view modules.
Our intended system provides several advantages as based on a self-healing mesh network to facilitate the removal and injection of nodes during run time. In case of node exclusion due to power shut-down, sudden-stop, or malfunction) its children nodes will automatically find another route to the base node. Other features (depicted in Figure 11) include:
1. Reliability
2. High quality
3. Maintenance free and Hassle free operation
4. Self-healing mesh network configuration
5. Wireless technology, so there is no need for any under construction wiring.
6. Accountability.
7. The possibility to set up the system to send e-mails to the decision makers in case a patient call is not responded to within a predefined time span (example: 3 mins), as shown in Figure 11 of system features.
Our system has been applied to five patient rooms in a hospital as shown in Figure 1, where we have successfully implemented our system and completely tested all its functions and features 7, 9. Each patient room had a wireless nurse call unit as shown in Figure 12. By pressing the button it triggers the signal alarm in the nurse station through the Gateway unit as shown in Figure 13 4.
Real-time readings were securely uploaded to the Raspberry Pi boards which are accessible from the nurse desktop device or even from the technical desktop device as shown in Figure 15 a and Figure 15 b 14.
Figure 15 a showing the normal case when No patient is demanding any help or medical assistant & Figure 15 b is showing that patient Room # 5 is asking for Nurse support. Our system is flexible & customized so it could be retuned according to the client demands.
Each node in the network presented itself to the controller at the initial login and then the controller responded with a login confirmation. The controller broadcast periodically a network discovery order. Each node responded with its current parent and the number of hoops to the controller. The controller used this information to build the current network topology as shown in Figure 16.
In the end, our proposed system succeeded in displaying and monitoring our five patient room prototype (in the Complex Army Medical center in Kobry El-Koba). So, it is now ready to be installed in any clinical center as it can manage up to 254 patient rooms in any hospital or medical center with the flexibility given to the customer for any alteration or tuning in the data base or screening monitors or even for adding additional features.
Our intended system utilizes wireless technology because there is no need to install cables to any of the call points, and the impact is minimal as shown in Figure 1 explaining system configuration. Wireless systems also have lower installation and operating costs over a traditional hard-wired system, as well as being quicker and easier to install. Wireless configuration offers complete flexibility and mobility, which makes our system infinitely changeable and expandable, thus allowing for the constant ability to deal with ever changing priorities and demands 9, 11. Additionally, our system is safe 15, reliable and cost-effective. It can be designed to suit individual requirements and needs and adapted to work within any hospital budget. It also has a variety of features which can help to maximize staff efficiency and improve the overall quality of care offered to health care clients and patients.
Our intended system proved successful at performing its main function. It also featured a fast response time in case of a pressure fault problem. The result was indeed an amazing system without any human errors. Also the Research and Development (R&D) carried out for the gas monitoring system gives the opportunity to any developing team to build a complete control system, as well as to try to reach a high level of technology at the international market scale.
In the near future we seek to produce more systems (at the mass production scale), in order to decrease all the human errors and to increase the safety levels in the healthcare buildings. Also since our system is computer-interfaced and modular, it can be easily upgraded to send sms and e-mails.
Research may also continue to develop more efficient and intelligent systems that will be able to take actions and make decisions according to prescribed scenarios 14, 15, 16.
[1] | The European Standard (ISO 7369), issued in Nov 2016. | ||
In article | |||
[2] | The United State of America Standard (NFPA 99). 2008-2017. | ||
In article | |||
[3] | Drug portion of (21) of the Code of Federal Regulations (CFR). Dec 2009. | ||
In article | |||
[4] | “Wen Li, Sami Kara”, “Methodology for Monitoring Manufacturing Environment by Using Wireless Sensor Networks (WSN) and the Internet of Things (IoT)”; Procedia CIRP 61 ( 2017 ) 323-328 published in 2017. | ||
In article | View Article | ||
[5] | Adel S. Sedra and Kenneth C. Smith, (Feb. 2008), “Microelectronic Circuits”, Fifth Edition and Laboratory Explorations (Oxford Series in Electrical & Computer Engineering). | ||
In article | View Article | ||
[6] | Mitchel Schultz, (Apr 2010), “Problems Manual to accompany Grob's Basic Electronics”. | ||
In article | |||
[7] | “NPpocket Nursing” Book, 1st edition, issued in 2017; ISBN-13: 978-1943991693. | ||
In article | |||
[8] | “ATMEL Wireless Production Test Reference”; 42253A−WIRELESS−03/2014, issued in 2014. | ||
In article | |||
[9] | “Wireless Mobility Controller System Reference Guide”; Software Version 5.5; Part number: 120870-00 ; published in march 2014. | ||
In article | |||
[10] | Nick Dossis, “Basic Electronics for Tomorrows Inventors”, (Dec 2011). | ||
In article | |||
[11] | EN 475, “Medical devices - Electrically-generated alarm signals”, (June 2011). | ||
In article | |||
[12] | “Atmel studio” reference guide; Atmel-42167B-Atmel-Studio_User Guide-09/2016; issued in 2016. | ||
In article | |||
[13] | “Atmel studio 7 user guide”; ISBN: 978-1-5224-2614-1; issued in 2018. | ||
In article | |||
[14] | “Swagata Devi ,Soumik Roy”, “Physiological measurement platform using wireless network with Android Application”; Informatics in Medicine Unlocked 7 (2017) 1-13; published in 2017. | ||
In article | View Article | ||
[15] | “Geert Roelf Kleve “, “How safe is our nurse call system“; 4th European STAMP workshop 2016; Procedia Engineering 179 (2017) 34- 40; published in 2017. | ||
In article | View Article | ||
[16] | “Jaillah Mae Gesulgaa, Almarie Berjameb, Kristelle Sheen Moquialac, Adrian Galidod “, “Barriers to Electronic Health Record System Implementation and Information Systems Resources: A Structured Review”; 4th Information Systems International Conference 2017, ISICO 2017, 6-8 November 2017, Bali, Indonesia; Procedia Computer Science 124 (2017) 544-551 published in 2017. | ||
In article | |||
Published with license by Science and Education Publishing, Copyright © 2018 Mohamed Hesham Aref, Ahmad Aly El-Shinnawi and Amr A. Sharawi
This work is licensed under a Creative Commons Attribution 4.0 International License. To view a copy of this license, visit
https://creativecommons.org/licenses/by/4.0/
[1] | The European Standard (ISO 7369), issued in Nov 2016. | ||
In article | |||
[2] | The United State of America Standard (NFPA 99). 2008-2017. | ||
In article | |||
[3] | Drug portion of (21) of the Code of Federal Regulations (CFR). Dec 2009. | ||
In article | |||
[4] | “Wen Li, Sami Kara”, “Methodology for Monitoring Manufacturing Environment by Using Wireless Sensor Networks (WSN) and the Internet of Things (IoT)”; Procedia CIRP 61 ( 2017 ) 323-328 published in 2017. | ||
In article | View Article | ||
[5] | Adel S. Sedra and Kenneth C. Smith, (Feb. 2008), “Microelectronic Circuits”, Fifth Edition and Laboratory Explorations (Oxford Series in Electrical & Computer Engineering). | ||
In article | View Article | ||
[6] | Mitchel Schultz, (Apr 2010), “Problems Manual to accompany Grob's Basic Electronics”. | ||
In article | |||
[7] | “NPpocket Nursing” Book, 1st edition, issued in 2017; ISBN-13: 978-1943991693. | ||
In article | |||
[8] | “ATMEL Wireless Production Test Reference”; 42253A−WIRELESS−03/2014, issued in 2014. | ||
In article | |||
[9] | “Wireless Mobility Controller System Reference Guide”; Software Version 5.5; Part number: 120870-00 ; published in march 2014. | ||
In article | |||
[10] | Nick Dossis, “Basic Electronics for Tomorrows Inventors”, (Dec 2011). | ||
In article | |||
[11] | EN 475, “Medical devices - Electrically-generated alarm signals”, (June 2011). | ||
In article | |||
[12] | “Atmel studio” reference guide; Atmel-42167B-Atmel-Studio_User Guide-09/2016; issued in 2016. | ||
In article | |||
[13] | “Atmel studio 7 user guide”; ISBN: 978-1-5224-2614-1; issued in 2018. | ||
In article | |||
[14] | “Swagata Devi ,Soumik Roy”, “Physiological measurement platform using wireless network with Android Application”; Informatics in Medicine Unlocked 7 (2017) 1-13; published in 2017. | ||
In article | View Article | ||
[15] | “Geert Roelf Kleve “, “How safe is our nurse call system“; 4th European STAMP workshop 2016; Procedia Engineering 179 (2017) 34- 40; published in 2017. | ||
In article | View Article | ||
[16] | “Jaillah Mae Gesulgaa, Almarie Berjameb, Kristelle Sheen Moquialac, Adrian Galidod “, “Barriers to Electronic Health Record System Implementation and Information Systems Resources: A Structured Review”; 4th Information Systems International Conference 2017, ISICO 2017, 6-8 November 2017, Bali, Indonesia; Procedia Computer Science 124 (2017) 544-551 published in 2017. | ||
In article | |||