+ All Categories
Home > Documents > Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

Date post: 02-Jan-2016
Category:
Upload: sarah-richard
View: 217 times
Download: 2 times
Share this document with a friend
Popular Tags:
23
Medical Equipment Inventory & Location System http://www.cs.bgu.ac.il /~peledto Tomer Peled Al Yaros Kobi Ruham
Transcript
Page 1: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

Medical Equipment Inventory & Location System

http://www.cs.bgu.ac.il/~peledto

Tomer PeledAl YarosKobi Ruham

Page 2: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Today location and tracking equipment at the hospitals is a major problem. Ranging from bed facilities, IV pumps, surgical equipment, to wheel chairs, ECG carts, etc.

• Barcode is one of the automated identification technologies that reduce the time and labor needed to input and manage data manually, thereby improving operations and data accuracy.

• ScanTask Company has invented a patent for using the barcode readers in a convenient way with the wearable barcode glove which allow the users to operate the system in a hands-free style.

Page 3: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Introduction:– Hospital logistics become more complicated during the last

years through the progress of medical science, such as Biomedical engineering – more and more new and expensive equipment are purchased by the hospitals, which need to be managed in an efficient way.

– The situation of a nurse looking urgently for an infusion pump or other medical device while a multitude of those are lying “secretly” in a neighboring section is a known picture that can be easily solved by a dynamic real time inventory and location system.

Page 4: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The implications are:– Labor costs - associated with individuals to search for

the equipment when needed.– Time lost - Equipment not being available when

needed.– Increased inventory costs - purchase or rent the

equipment due to lack of availability.– Staff frustration with operational inefficiencies– Wrong Verification of a product – Usages of wrong

equipment.– “Loss” – of critical equipment.

• In this era of severe budget constraints these problems should receive increased attention and implementation of efficient systems is critical.

Page 5: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Unbalanced usage of equipment : one cart is traveling between rooms numerous number of times, while other available carts are laying unused.

Page 6: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Current hospital equipment management are inefficient and require manual processes.

• The hospital staff spend roughly 10% of shipment time looking for some sort of critical equipment.

• Common used equipment is distributed unevenly between various department with different needs.

• Hospital equipment theft – awareness for stolen hospital equipment is usually discovered on critical times even though it could be discovered earlier.

Page 7: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• A System that will use the ScanTask mobile solution of cellular bar-code readers to accomplish an availability (inventory and location) system for medical equipment in hospital facilities.

• Deployment scenario:• Each equipment will be coded with an unique

barcode.• Each room will be coded with an unique barcode.• Each user will be equipped with barcode reader glove

patent and a mobile phone – wirelessly paired with the reader.

Page 8: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Each usage scenario will be accompanied with barcode scanning process by the users. For example: scanning the room and the ECG cart when entering the surgery room.

• When deployed in a hospital, mobile technologies such as real-time location services (RTLS) and barcode scanning can offer significant benefits in terms of increasing the speed and improving the accuracy of patient care.

Page 9: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• ScanTask Barcode reader glove• 2 types of clients : • Mobile Client• Desktop Smart Client – Administration and BI module

• Web Server•Database Server

Page 10: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The system will be written purely with java in order to allow maximum portability between different platforms.

• The database server will be based on MySql And hibrnate accessing method which allows flexible database environment.

• mobile client will be written with j2me (java micro edition)

Page 11: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The web server will be an XML based webservice.

• The desktop client:– will be a smart client - deployed with JWS (java web

start) which ensures that the current desktop running application is the most updated version at any given moment - such as in web client style while enjoying the powerful features of desktop client.

– Open source BI module which allows the manager to produce building reports.

Page 12: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The system will contain 3 groups of users:– Normal user– Manager– Administrator

• We will consider each hospital product as a 3 state FSM with the following states:– In use– Not in use– Damaged

Page 13: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Normal User:– Update Product Status -

Normal user will be able to declare product as in: "In Use" or "not In Use".

 

– Update product positionNormal user will be able to declare the product current location.

– LocateNormal user will be able to locate a specific product type.

– User Authentication – Login/Logout

Page 14: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Manager:

– Built In reportsThe manager will be able to produce a report from a set of pre defined reports only over the desktop client by navigating to "Reports" section and selecting the desirable report. Tor example : X users that used a cretin product type.

– Dynamic report builderThe system will give the manger the ability to produce reports at run time.

– Update Damage state for a certain product– The manager will be able to mark a specific product as

damaged \ not damaged.

Page 15: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• Admin: – System equipment management

The admin will be able to add\remove\update the system equipment data.

– System users management

The admin will be able to add\remove\update the system users data.

Page 16: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• We expect that the average number of simultaneously Users will be 250 spread among Desktop clients and mobile clients.

• The glove is connected (paired) with the mobile client at all time with Bluetooth.

• The database server and the web server will be connected at all time through the Hospital infrastructure.

Page 17: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The desktop client is connected to the web server through the Hospital infrastructure.

• The mobile client should have the ability to connect to the internet And send messages in size up to 100kb.

• Database housekeeping and backup – the database server will contain built in housekeeping jobs such as automatically backup and logs cleanup.

• The transactions between the web server and the mobile client will secure with SSL protocol

Page 18: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The system does not contain at any stage confidential medical data about patients.

• Usability - The system will require minimal knowledge and training.

• The update functionality , which is performed by the mobile client application, should not cause a delay to the user.

Page 19: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

NameTransfer equipment

Pre ConditionsThe user is logged in to the system.

Post ConditionsThe system update the position of item X to room B.

DescriptionThe user wants to Transfer equipment X (can be multiple items) from room A to room B.The user enters room A and scans item X and presses Send button, now he takes item X to room B, on arrival to room B he scans item X And scan room B and presses Send button.

Page 20: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

NameSearch for equipment of type X

Pre ConditionsThe user is logged in to the system

Post Conditions

DescriptionThe user opens the “Search for equipment” screen and chooses the type X from a list and press Send button, then the system returns all available (Not damaged) equipment list and their position.

Page 21: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

NamePrepare Report

Pre ConditionsThe user is logged in to the system

Post ConditionsThe request report appears on screen

DescriptionThe user opens the “Report Screen” and press on the relevant reports \ dynamic generate report And then enters data and press the “Build” button.

Page 22: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

• The system is based upon a well known platforms that are currently in use on the market, therefore we don't expect any major risks that might cause our project to fail.

Page 23: Medical Equipment Inventory & Location System peledto Tomer Peled Al Yaros Kobi Ruham.

Recommended