Unit 2
Unit 2
Principles of Multimedia - Text, Audio, Video, data, Data communications and networks, PSTN,POTS,
ANT, ISDN, Internet, Air/ wireless communications: GSM satellite, and Micro wave, Modulation
techniques, Types of Antenna, Integration and operational issues, Communication infrastructure for
telemedicine – LAN and WAN technology. Satellite communication. Mobile hand held devices and
mobile communication. Internet technology and telemedicine using world wide web (www). Video and
audio conferencing. Clinical data – local and centralized.
Internet Layer
The Internet layer is responsible for addressing, packaging, and routing functions. The core protocols of
the Internet layer are IP, ARP, ICMP, and IGMP.
The Internet Protocol (IP) is a routable protocol responsible for IP addressing, routing, and the
fragmentation and reassembly of packets.
The Address Resolution Protocol (ARP) is responsible for the resolution of the Internet layer
address to the Network Interface layer address such as a hardware address.
The Internet Control Message Protocol (ICMP) is responsible for providing diagnostic functions and
reporting errors due to the unsuccessful delivery of IP packets.
The Internet Group Management Protocol (IGMP) is responsible for the management of IP
multicast groups.
The Internet layer is analogous to the Network layer of the OSI model.
Top Of Page
Application Layer
The Application layer provides applications the ability to access the services of the other layers and
defines the protocols that applications use to exchange data. There are many Application layer protocols
and new protocols are always being developed.
The most widely-known Application layer protocols are those used for the exchange of user information:
The Hypertext Transfer Protocol (HTTP) is used to transfer files that make up the Web pages of
the World Wide Web.
The File Transfer Protocol (FTP) is used for interactive file transfer.
The Simple Mail Transfer Protocol (SMTP) is used for the transfer of mail messages and
attachments.
Telnet, a terminal emulation protocol, is used for logging on remotely to network hosts.
Additionally, the following Application layer protocols help facilitate the use and management of TCP/IP
networks:
The Domain Name System (DNS) is used to resolve a host name to an IP address.
The Routing Information Protocol (RIP) is a routing protocol that routers use to exchange routing
information on an IP internetwork.
The Simple Network Management Protocol (SNMP) is used between a network management
console and network devices (routers, bridges, intelligent hubs) to collect and exchange network
management information.
Examples of Application layer interfaces for TCP/IP applications are Windows Sockets and NetBIOS.
Windows Sockets provides a standard application programming interface (API) under Windows 2000.
NetBIOS is an industry standard interface for accessing protocol services such as sessions, datagrams, and
name resolution.
Understanding TCP/IP: Chapter 1 – Introduction to Network Protocols
First of all, let’s have a look at why network communication is divided into several
protocols. The answer is simple although this is a very complex problem that
reaches across many different professions. Most books concerning network
protocols explain the problem using a metaphor of two foreigners (or
philosophers, doctors, and so on) trying to communicate with each other. Each of
the two can only communicate in his or her respective language. In order for
The two foreigners exchange ideas, i.e., they communicate. But they only do so
virtually. In reality, they are both handing over information to their interpreters,
who then transmit this information by sending vibrations through the surrounding
air with their vocal cords. Or if the parties are far away from each other, the
interpreters communicate over the phone; thus the information is physically
transmitted over phone lines. We can therefore talk about virtual communication
in the horizontal direction (philosophical communication, the shared language
between interpreters, and electronic signals transmitted via phone lines) and real
communication in the vertical direction (foreigner-to-interpreter and interpreter-
to-phone). We can thus distinguish three levels of communication:
1.
Between two foreigners
2.
Between interpreters
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
3.
Physical transmission of information using media (phone lines, sound waves,
etc.)
Communication between the two foreigners and between the two interpreters is
only virtual. In fact, the only real communication happens between the foreigner
and his or her interpreter.
Even more layers are used in computer networks. The number of layers depends
on which system of network protocols you choose to use. The system of network
protocols is sometimes referred to as the network model. You most commonly
work with a system that uses the Internet, which is also referred to as the TCP/IP
family. In addition to TCP/IP, we will also come across the ISO OSI model that was
standardized by the ISO.
The TCP/IP family uses four layers while ISO OSI uses seven layers as shown in the
figure above. The TCP/IP and ISO OSI systems differ from each other significantly,
although they are very similar on the network and transport layers.
Except for some exceptions like SLIP or PPP, the TCP/IP family does not deal with
the link and physical layers. Therefore, even on the Internet, we use the link and
physical protocols of the ISO OSI model.
The physical layer is responsible for activating the physical circuit between
the Data TerminalEquipment (DTE) and Data Circuit-
terminating Equipment (DCE), communicating through it, and then deactivating
it. Additionally, the physical layer is also responsible for the communication
between DCEs (see Figure 1.3a). A computer or router can represent the DTE. The
DCE, on the other hand, is usually represented by a modem or a multiplexer.
To put it differently, the physical layer describes the electric or optical signals
used for communicating between two computers. Physical circuits are created on
the physical layer. Other appliances such as modems modulating a signal for a
phone line are often put in the physical circuits created between two computers.
Electrical signals (for example, +1V)
Connector shapes (for example, V.35)
Modulation (for example, FM, PM, etc.)
Coding (for example, RZ, NRZ, etc.)
Synchronization (synchronous and asynchronous communication, time source,
and so on)
As for serial links, the link layer provides data exchange between neighboring
computers as well as data exchange between computers within a local network.
For the link layer, the basic unit of data transfer is the data link packet frame (see
Figure 1.4). A data frame is composed of a header, payload, and trailer.
A frame carries the destination link address, source link address, and other
control information in the header. The trailer usually contains the checksum of
the transported data. By using the checksum, we can find out whether the
In Figure 1.3a, the link layer does not engage in a conversation between DTE and
DCE (the link layer does not see the DCE). It is engaged, however, in the frame
exchange between DTEs. (It relies on the physical layer to handle the DCE issue.)
The following figure illustrates that different protocols can be used for each end
of the connection on the physical layer. In our case, one of the ends uses the X.21
protocol while the other end uses the V.35 protocol. This rule is valid not only for
serial links, but also for local networks. In local networks, you are more likely to
encounter more complicated setups in which a switch that converts the link
frames of one link protocol into link frames of a second one (for example,
Ethernet into FDDI) is inserted between the two ends of the connection. This
obviously results in different protocols being used on the physical layer.
The network layer ensures the data transfer between two remote computers
within a particular Wide Area Network (WAN). The basic unit of transfer is
a datagram that is wrapped (encapsulated) in a frame. The datagram is also
composed of a header and data field. Trailers are not very common in network
protocols.
Figure 1.6: Network packet and its insertion in the link frame
As shown in the figure above, the datagram header, together with data (network-
layer payload), creates the payload or data field of the frame.
There is usually at least one router on WANs between two computers. The
connection between two neighboring routers on the link layer is always direct.
The router unpacks the datagram from a frame, only to wrap it again into a
different frame (or, more generally, in a frame of different link protocol) before
sending it to a different line. The network layer does not see the appliances on
the physical and link layers (modems, repeaters, switches, etc.).
A network layer facilitates the connection between two remote computers. As far
as the transport layer is concerned, it acts as if there were no modems, repeaters,
bridges, or routers along the way. The transport layer relies completely on the
services of lower layers. It also expects that the connection between two
computers has been established, and it can therefore fully dedicate its efforts to
the cooperation between two distant computers. Generally, the transport layer is
responsible for communication between two applications running on different
computers.
In this case, the basic transmission unit is the segment that is composed of a
header and payload. The transport packet is transmitted within the payload of the
network packet.
The session layer facilitates exchange of data between two applications. In other
words, it serves as a checkpoint and is involved in synchronizing transactions,
correctly closing files, and so on. Sharing a network disk is a good example of a
session. The disk can be shared for a certain period of time, but the disk is not
used for the entire time. When we need to work with a file on the network disk, a
connection is established on the transport layer from the time when the file is
opened to when it is closed. The session, however, exists on the session layer for
the entire time the disk is being shared.
The basic unit is a session layer PDU (Protocol Data Unit), which is inserted in a
segment. Other books often illustrate this with a figure of a session-layer PDU,
composed of the session header and payload, being inserted in the segment.
Starting with the session layer, however, this does not necessarily have to be the
case. The session layer information can be transmitted inside the payload. This
situation is even more noticeable if, for example, the presentation layer encrypts
the data, and thus changes the whole content of the session-layer PDU.
The application layer defines the format in which the data should be received
from or handed over to the applications. For example, the OSI Virtual Terminal
protocol describes how data should be formatted as well as the dialogue used
between the two ends of the connection.
Figure 1.10: Examples of network protocols from the ISO OSI protocols family
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
1.2 TCP/IP
With a few exceptions, the TCP/IP family does not deal with the physical or link
layers. In practice, Internet protocols often use protocols that adhere to the ISO
OSI standards for the physical and link layers.
What is the correlation between the ISO OSI protocols and TCP/IP? Each group of
protocols has its definition of its own layers as well as the protocols used on these
layers. Generally speaking, ISO OSI protocols and TCP/IP are incompatible. In
practice, ISO OSI-compliant communication appliances need to be used for
transferring IP datagrams, or on the other hand, services based on ISO OSI need
to be provided via the Internet.
Internet Protocol (IP) basically corresponds to the network layer. IP is used for
transmitting IP datagrams between remote computers. Each IP datagram header
contains the destination address, which is the complete routing information used
for delivering the IP datagram to its destination. Therefore, the network can only
transmit each datagram individually. IP datagrams of one session can be
transmitted through different paths and can thus be received by the destination
in a different order than they were sent.
Each network interface on the large Internet network has one or more IP address
that is unique worldwide. (One network interface can have several IP addresses,
but one IP address cannot be used by many network interfaces.) The Internet is
composed of individual networks that are interconnected via routers. Routers are
also referred to as gateways in old literature.
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
1.2.2 TCP and UDP
TCP and UDP correspond to the transportation layer. TCP transports data using
TCP segments that are addressed to individual applications. UDP transports data
using UDP datagrams.
TCP and UDP arrange a connection between applications that run on remote
computers. TCP and UDP can also facilitate communication between processes
running on the same computer, but this is not very interesting for our purposes.
There are many different application protocols. For practical purposes, they can
be divided into two groups:
User protocols utilized by user applications (HTTP, SMTP, Telnet, FTP, IMAP,
PIP3, and so on).
Service protocols, i.e., the protocols that ordinary Internet users rarely
encounter. These protocols make sure the Internet functions correctly. For
example, these could be routing protocols that are used for mutual
communication by routers to correctly set their routing tables. Another
example is SNMP usage in network administration.
(From now onwards we will use the term packet to refer to ‘packet’, ‘datagram’,
‘segment’, ‘protocol data unit’.) Packet transmission is especially valuable for
transferring data. Packets usually carry data of variable size.
One packet always carries data of one particular application (of one connection).
It is not possible to guarantee bandwidth, because the packets are of various
lengths. On the other hand, we can use the bandwidth more effectively because if
one application does not transmit data, then other applications can use the
bandwidth instead.
1.3.3 Asynchronous Transmission
Asynchronous transmission is used in the ATM protocol. This transmission type
combines features of packet transmission with features of synchronous
transmission.
In the figure above, a virtual circuit between nodes A and D is established via
nodes B, F, and G. All packets must go through this circuit.
The advantage of virtual circuits is that they are first established (using
signalization) and then the data is inserted only into the established circuit. Each
packet does not have to carry the globally unique address of the destination
(complete routing information) in its header. It only needs the circuit ID.
The virtual mechanism is not used on the Internet, which was primarily aimed for
use by the U.S. Department of Defense, since the destruction of a node in the
virtual circuit would result in the transmission being interrupted—a fact that the
authors of TCP/IP did not like. For this reason, IP does not use virtual circuits. Each
IP datagram carries a destination IP address (complete routing information) and is
therefore transported independently. If a node is destroyed, only the
IP datagrams currently being transmitted through that particular node are
destroyed. The remaining datagrams are routed via different nodes.
PVC corresponds to leased lines and SVC corresponds to the dial-up lines of a
phone network.
PSTN
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
PSTN, POTS, ANT, ISDN, Internet, Air/ wireless
communications: GSM satellite, and Micro wave, Modulation
techniques, Types of Antenna
Antennas are basic components of any electrical circuit as they provide interconnecting
links between transmitter and free space or between free space and receiver. Before we
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
discuss about antenna types, there are a few properties that need to be understood.
Apart from these properties, we also cover about different types of antennas used in
communication system in detail.
Properties of Antennas
Antenna Gain
Aperture
Directivity and bandwidth
Polarization
Effective length
Polar diagram
Antenna Gain: The parameter that measures the degree of directivity of antenna’s radial
pattern is known as gain. An antenna with a higher gain is more effective in its radiation
pattern. Antennas are designed in such a way that power raises in wanted direction and
decreases in unwanted directions.
G = (power radiated by an antenna)/(power radiated by refernce antenna)
Aperture: This aperture is also known as the effective aperture of the antenna that
actively participate in transmission and reception of electromagnetic waves. The power
received by the antenna gets associated with collective area. This collected area of an
antenna is known as effective aperture.
Pr = Pd*A watts
A=pr/ pd m2
Directivity and Bandwidth: The directive of an antenna is defined as the measure of
concentrated power radiation in a particular direction. It may be considered as the
capability of an antenna to direct radiated power in a given direction. It can also be
noted as the ratio of the radiation intensity in a given direction to the average radiation
intensity. Bandwidth is one of the desired parameters to choose an antenna. It can be
defined as the range of frequencies over which an antenna can properly radiates energy
and receives energy.
Effective Length: The effective length is the parameter of antennas that characterizes
the efficiency of the antennas in transmitting and receiving electromagnetic waves.
Effective length can be defined for both transmitting and receiving antennas. The ratio
of EMF at the receiver input to the intensity of the electric field occurred on the antenna
is known as receivers’ effective length. The effective length of the transmitter can be
defined as the length of the free space in conductor, and current distribution across its
length generates same field intensity in any direction of radiation.
Effective Length = (Area under non-uniform current distrbution)/(Area under uniform
current distribution)
Polar diagram: The most significant property of an antenna is its radiation pattern or
polar diagram. In case of a transmitting antenna, this is a plot that discusses about the
strength of the power field radiated by the antenna in various angular directions as
shown in the plot below. A plot can also be obtained for both vertical and horizontal
planes – and, it is also named as vertical and horizontal patterns, respectively.
Till now we have covered the properties of antennas, and now we will discuss on
different types of antennas that are used for different applications.
Types of Antennas
Log Periodic Antennas
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
Bow Tie Antennas
Log-Periodic Dipole Array
Wire Antennas
Helical Antennas
Yagi-Uda Antennas
Microwave Antennas
Corner Reflector
Parabolic Reflector
1. Log-Periodic Antennas
Bow-Tie Antennas
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
Bow Tie Antenna
A bow-tie antenna is also known as Biconical antenna or Butterfly antenna. Biconical
antenna is an omnidirectional wide-band antenna. According to the size of this antenna,
it has low- frequency response, and acts as a high-pass filter. As the frequency goes to
higher limits, away from the design frequency, the radiation pattern of the antenna gets
distorted and spreads.
Most of the bow-tie antennas are derivatives of biconical antennas. The discone is as a
type of half-biconical antenna. The bow-tie antenna is planar, and therefore, directional
antenna.
2. Wire Antennas
Wire Antenna
Wire antennas are also known as linear or curved antennas.These antennas are very
simple, cheap and are used in a wide range of applications.These antennas are further
subdivided into four as explained below.
Dipole Antenna
A dipole antenna is one of the most straightforward antenna alignments. This dipole
antenna consists of two thin metal rods with a sinusoidal voltage difference between
them. The length of the rods is chosen in such a way that they have quarter length of
the wavelength at operational frequencies. These antennas are used in designing their
own antennas or other antennas. They are very simple to construct and use.
L<λ/10
The short dipole antenna is made of two co-linear conductors that are placed end to
end, with a small gap between conductors by a feeder.
Monopole Antenna
A monopole antenna is half of a simple dipole antenna located over a grounded plane
as shown in the figure below.
The radiation pattern above the grounded plane will be same as the half wave dipole
antenna, however, the total power radiated is half that of a dipole; the field gets radiated
only in the upper hemisphere region. The directivity of these antennas become double
compared to the dipole antennas.The monopole antennas are also used as vehicle
mounted antennas as they provide the required ground plane for the antennas mounted
above the earth.
Loop Antenna
The circumference of the loop antenna determines the efficiency of the antenna as
similar to that of dipole and monopole antennas. These antennas are further classified
into two types: electrically small and electrically large based on the circumference of the
loop.
Resonant loop antennas are relatively large, and are directed by the operation of
wavelength .They are also known as large loop antennas as they are used at higher
frequencies, such as VHF and UHF, wherein their size is convenient. They can be
viewed as folded-dipole antenna and deformed into different shapes like spherical,
square, etc., and have similar characteristics such as high-radiation efficiency.
In General, the radiation properties of a helical antenna are associated with this
specification: the electrical size of the structure, wherein the input impedance is more
sensitive to the pitch and wire size.
Yagi-Uda Antenna
Yagi-Uda Antenna
Another antenna that makes use of passive elements is the Yagi-Uda antenna. This type
of antenna is inexpensive and effective. It can be constructed with one or more reflector
elements and one or more director elements. Yagi antennas can be made by using an
antenna with one reflector, a driven folded-dipole active element, and directors,
mounted for horizontal polarization in the forward direction.
4. Microwave Antennas
The antennas operating at microwave frequencies are known as microwave antennas.
These antennas are used in a wide range of applications.
Rectangular Micro strip Antennas
5. Reflector Antennas
Corner Reflector Antenna
Parabolic-Reflector Antenna
The radiating surface of a parabolic antenna has very large dimensions compared to its
wavelength. The geometrical optics, which depend upon rays and wavefronts, are used
to know about certain features of these antennas. Certain important properties of these
antennas can be studied by using ray optics, and of other antennas by using
electromagnetic field theory.
Parabolic Antenna
In this article, you have studied about the different types of antennas and their
applications in wireless communications and the usage of Antennas in transmitting and
receiving data. For any help regarding this article, contact us by commenting in the
comment section below.
Multiple local networks may stand alone, disconnected from any other network, or might
connect to other LANs or a WAN (like the internet).
Traditional home networks are individual LANs but it is possible to have multiple LANs
within a home, like if a guest network is set up.
Modern local area networks predominantly use either Wi-Fi or Ethernet to connect their
devices together.
A traditional Wi-Fi LAN operates one or more wireless access points that devices within
signal range connect to. These access points in turn manage network traffic flowing to
and from the local devices and can also interface the local network with outside
networks. On a home LAN, wireless broadband routers perform the functions of an
access point.
Though Ethernet and Wi-Fi are usually used in most businesses and homes, due both
to the low cost and speed requirement, a LAN may be setup with fiber if enough reason
can be found.
Internet Protocol (IP) is by far the predominant choice of network protocol used on
LANs. All popular network operating systems have built-in support for the
required TCP/IP technology.
A local network can contain anywhere from one or two devices up to many thousands.
Some devices like servers and printers stay permanently associated with the LAN while
mobile devices like laptop computers and phones may join and leave the network at
various times.
Both the technologies used to build a LAN and also its purpose determine its physical
size. Wi-Fi local networks, for example, tend to be sized according to the coverage area
of individual access points, whereas Ethernet networks tend to span the distances that
individual Ethernet cables can cover.
In both cases, though, LANs can be extended to cover much larger distances if needed
by aggregating together multiple access points or switches.
Note: Other types of area networks may be larger than LANs, like MANs and CANs.
There are plenty of advantages to LANs. The most obvious one, like mentioned above,
is that software (plus licenses), files, and hardware can be shared with all the devices
that connect to the LAN. This not only makes things easier but it also reduces the cost
of having to buy multiples.
For example, a business can avoid having to buy a printer for each employee and
computer by setting up a LAN to share the printer over the whole network, which lets
more than just one person print to it, fax things, scan documents, etc.
Since sharing is a major role of a local area network, it's clear that this type of network
means faster communication. Not only can files and other data be shared much quicker
if they stay within the local network instead of reaching the internet first, but point-to-
point communication can be setup for quicker communication.
LAN Topologies
Those who design network technologies consider topologies, and understanding them
gives some additional insight into how networks work. However, the average user of a
computer network does not need to know much about them.
Bus, ring, and star topologies are the three basic forms that are known by most
networking-literate people.
BUS TOPOLOGY
Alternatively referred to as a line topology, a bus topology is a network setup in which each computer
and network device are connected to a single cable or backbone. The following sections contain both
the advantages and disadvantages of using a bus topology with your devices.
Advantages of bus topology
Alternatively referred to as a ring network, a ring topology is a computer network configuration where
the devices are connected to each other in a circular shape. Each packet is sent around the ring until it
reaches its final destination. Ring topologies are used in both local area network (LAN) and wide area
network (WAN) setups. The picture to the right is a visual example of a network using the ring topology
to connect several computers together.
Additional information
In the past, the ring topology was most commonly used in schools, offices, and smaller buildings where
networks were smaller. However, today, the ring topology is seldom used, having been switched to
another type of network topology for improved performance, stability, or support.
Advantages of ring topology
All data flows in one direction, reducing the chance of packet collisions.
A network server is not needed to control network connectivity between each workstation.
Data can transfer between workstations at high speeds.
Additional workstations can be added without impacting performance of the network.
Disadvantages of ring topology
All data being transferred over the network must pass through each workstation on the
network, which can make it slower than a star topology.
The entire network will be impacted if one workstation shuts down.
The hardware needed to connect each workstation to the network is more expensive than
Ethernet cards and hubs/switches.
STAR TOPOLOGY
Centralized management of the network, through the use of the central computer, hub, or
switch.
Easy to add another computer to the network.
If one computer on the network fails, the rest of the network continues to function normally.
Disadvantages of star topology
Can have a higher cost to implement, especially when using a switch or router as the central
network device.
The central network device determines the performance and number of nodes the network can
handle.
If the central computer, hub, or switch fails, the entire network goes down and all computers
are disconnected from the network.
LAN party refers to a type of multiplayer computer gaming and social event where
participants bring their own computers and build a temporary local network.
Before cloud-based game services and internet gaming matured, LAN parties were
essential for bringing together players for matchmaking with the benefit of high-speed,
low-latency connections to support real-time game types.
Prior to the development of mobile devices, these resources were mainly provided by stationary
computers, which do not support the need for mobility in health care settings.7 In an attempt to address
this need, some health care environments set up portable, wireless mobile information stations such as
Computers on Wheels (COWs) or Workstations on Wheels (WOWs).7 With the availability of mobile
devices, however, clinicians now have access to a wellspring of information at their fingertips, through
their smartphones and tablets.10
The results of the 2012 Manhattan Research/Physician Channel Adoption Study also identified the
purposes for which HCPs rely on mobile devices.13 Searching was the most popular activity among HCPs,
with 98% using their desktops/laptops to search, 63% using their tablets, and 56% using their
smartphones.13 Focusing on smartphone use for doctors alone, searching is again the most common
activity, occupying 48% of phone time, with professional apps consuming an additional 38%.13 Physicians
were also found to spend an average of three hours per week watching web videos for professional
purposes on desktops/laptops (67%), tablets (29%), and smartphones (13%); the most frequently viewed
content (55%) was continuing medical education (CME) activities.13 A frequent reliance on mobile
devices was also reported in the survey of medical school HCPs and students, with 85% reporting the use
of a mobile device at least once daily for clinical purposes, often for information and time management or
communication relating to education and patient care.1
News Acquisition
MedPage Today is one of the most popular apps among HCPs for accessing breaking medical news,
organizing news by interest, and earning CME credits.4 The MedPage Today app provides information
about drugs, diseases, and medical procedures, as well as daily podcasts, videos, and news updates. 2,3 It
encompasses 30 medical specialties and provides annual coverage of more than 60 meetings and
symposia.2
Other medical news apps are available.5 For example, the “Outbreaks Near Me” app for users of either
Apple or Android mobile devices provides real-time information regarding disease outbreaks according to
geography.4 This information is gathered from multiple resources, including online news, eyewitness
accounts, and official reports.4 The Outbreaks Near Me app was funded by Google and developed in
collaboration with the Centers for Disease Control and Prevention, as well as other organizations.4
Patient Management
Clinical Decision-Making
Mobile devices provide HCPs with convenient and rapid access to evidence-based information,
supporting clinical decision-making at the point of care.8 HCPs’ increased reliance on electronic resources
for this purpose was identified in the Manhattan Research/Physician Channel Adoption Study, which
reported that physicians spend the majority (64%) of their online time looking for information to make or
support clinical decisions, double the time spent reviewing print resources.13
Many evidence-based software apps serve as useful bedside clinical decision-making tools.7 Printed
medical references often used in disease diagnosis are now available as mobile device apps that provide
information on diagnosis, treatment, differential diagnosis, infectious diseases, pathogens, and other
topics.7 Such apps include: Johns Hopkins Antibiotic Guide (JHABx), Dynamed, UpToDate, 5-Minute
Clinical Consult (5MCC), 5-Minute Infectious Diseases Consult (5MIDC), Sanford Guide to
Antimicrobial Therapy (SG), ePocrates ID, Infectious Disease Notes (ID Notes), Pocket Medicine
Infectious Diseases (PMID), and IDdx.2,7
Diagnosaurus, a popular, low-cost mobile differential diagnosis app for the iPhone, iPad, and iTouch, can
help ensure that alternative diagnoses are not overlooked.4 Flowcharts to help physicians identify
diagnostic possibilities are included in the apps 5MCC and Pocket Guide to Diagnostic Tests. 7 Other
diagnostic mobile apps apply clinical algorithms to aid physicians in determining a disease
diagnosis.7 Mobile devices can also be used to access CDSSs installed on desktop computers in clinical
settings to aid in diagnosis and treatment decisions.8
Mobile apps can also help clinicians identify the appropriate scans or tests to order, decreasing
unnecessary procedures and reducing cost of care.7 Lab test apps provide information such as: reference
values and interpretation, causes for abnormal values, and laboratory unit conversions. 7 They include:
Patient Monitoring
The use of mobile devices to remotely monitor the health or location of patients with chronic diseases or
conditions has already become a viable option.7 Mobile device apps can provide public health
surveillance, aid in community data collection, or assist disabled persons with independent living.12 In one
study, a single-lead electrocardiograph (ECG) was connected to a smartphone to diagnose and follow
treatment of patients with sleep apnea, providing a possible alternative to costly and labor-intensive
polysomnography.4 Sensors attached to garments that communicate with mobile devices have also been
used to remotely monitor and collect medical data regarding chronically ill elderly patients.4
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
A clinical monitoring system was developed to monitor an entire unit or one bed in intensive care via
smartphone; it displays an alarm, color-coded according to severity, based on patient vital signs.7 The app
iWander for Android was developed to monitor and track patients with early Alzheimer’s disease who are
prone to wandering by using the mobile device GPS.4 HanDBase, a HIPAA-compliant relational database
software program, can be used on mobile devices to track hospitalized patients according to their
locations, diagnosis, tests, treatments, and billing information.3 Smartphone apps have also been used to
monitor patients during rehabilitation.4 For example, a smartphone connected via Bluetooth to a single-
lead ECG device enabled the monitoring of patients in their own neighborhoods when they were unable to
reach traditional hospital-based rehabilitation.4 Although potentially useful, patient monitoring apps can
be limited by factors such as Internet and GPS reliability, as well as the patient’s ability to use the device. 4
Mobile apps that supplement medical devices are being developed.5 One example is iStethoscope, which
uses the microphone function of the iPhone to auscultate and record.5 While this app isn’t officially
intended for use as a medical device, it is significant in that its existence suggests that mobile devices can
eventually replace medical devices.5 Mobile devices have also been used to accurately track heart rate and
heart-rate variability.4 In January 2011, MobiSante became the first company to receive FDA approval for
a smartphone-based medical diagnostic tool that uses an ultrasound probe for echocardiography. 4 Work
has also already been initiated to develop ECG recording devices that work with smartphones.4
Convenience
Many mobile apps have made the practice of evidence-based medicine at the point of care more
convenient.7,14 Health care professionals associate numerous conveniences with using a mobile device in
clinical practice, such as: portability, rapid access to information and multimedia resources, flexible
communications, and a choice of powerful apps to accomplish many different purposes.1,12 Medical school
HCPs and students cite access to information instantaneously at the time of need as a major
convenience.1Other studies describe keeping current through access to updates about new books,
guidelines, reviews, and medical literature as an appreciated convenience.10 Health care students also no
longer have to carry reference books, since many can now be accessed with a mobile
device.6 Consequently, students can carry all of the information found in standard medical textbooks and
other necessary references in one small device that fits in a lab-coat pocket.9
Improved Accuracy
Mobile devices have repeatedly been found to improve the completeness and accuracy of patient
documentation, an effect that has often been attributed to ease of use.2,8,10,15 More accurate diagnostic
coding, more frequent documentation of side effects, and increased medication safety through reduced
medical errors have been reported.10 Based on a more detailed description of clinical findings and a
correct progress assessment, documentation prepared using a mobile device was judged to be of higher
quality than documentation prepared using paper records.10 Inclusion of specific intervention rules on a
mobile device has been found to significantly reduce prescription error rates (P < 0.05).10 Use of a mobile
device significantly reduced discharge order list errors (from 22% to 8%, P < 0.05) and yielded fewer
discrepancies in recording neonatal patient weights in intensive care compared to using paper
Increased Efficiency
Evidence has shown that mobile devices allow HCPs to be more efficient in their work practices. 3,10 The
Deloitte Center for Health Solutions 2013 Survey of U.S. Physicians found that most doctors believe that
meaningful adoption of health information technology (EHRs, e-prescribing, health information
exchange, analytics/decision support, patient support tools [websites, mobile apps, tools to track and
manage health and wellness], and mobile health technologies [ tablets, smartphones]) can improve the
efficiency of clinical practice.21
The use of mobile devices has been shown to provide HCPs with numerous enhanced efficiencies,
including: increased quality of patient documentation through fewer errors and more complete records,
more rapid access to new information, and improved workflow patterns.10 Physicians have reported that
the use of a mobile device for retrieving information from a drug database led to more efficient decision-
making and patient care.10 Physicians working in health care organizations have cited improved care
coordination, as well as quicker and more efficient access to clinical support resources (guidelines, lab
tests, and reports) as principal benefits associated with mobile device use.10 Physicians who used mobile
devices during patient rounds reported spending less time accessing, retrieving, and recording data and
said that the increased efficiency freed up more time for direct patient care. 10 In contrast, another study
found that the increased efficiency in median doctor–patient encounter time (227 vs. 301 seconds)
provided by the use of mobile devices, rather than paper resources, resulted in less time spent with the
patient.10
Enhanced Productivity
Research has shown that the use of mobile devices at the point of care has helped streamline workflow
and increase the productivity of HCPs.2 Mobile devices have been found to cause a significant increase in
the average rate of electronic prescribing, from 52% to 64% (P = 0.03).10 Mobile apps can also increase
pharmacist productivity by allowing important drug information, such as contraindications and
interactions, to be checked quickly, resulting in more rapid processing of prescriptions.22 Pharmacists
using a mobile device reported recording more information and completing more fields, which resulted in
more thorough documentation.10
Studies that investigated patient record maintenance and revision found that more patient information was
documented when a mobile device was used, reportedly because of ease of use in comparison to paper
records.8 Another study found a statistically significant difference (P = 0.0001) in the number of
diagnoses documented with a mobile device compared to paper records.8 Mobile apps can also help
increase productivity by improving professional and personal time and information management.2
CONCLUSION
Medical devices and apps are already invaluable tools for HCPs, and as their features and uses expand,
they are expected to become even more widely incorporated into nearly every aspect of clinical
practice.1,2However, some HCPs remain reluctant to adopt their use in clinical practice. 1,4 Although
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
medical devices and apps inarguably provide the HCP with many advantages, they are currently being
used without a thorough understanding of their associated risks and benefits.11 Rigorous evaluation,
validation, and the development of best-practice standards for medical apps are greatly needed to ensure a
fundamental level of quality and safety when these tools are used.11 With the implementation of such
measures, the main determinant of an app’s value may ultimately be its ability to provide meaningful,
accurate, and timely information and guidance to the end user in order to serve the vital purpose of
improving patient outcomes
The provision of effective emergency telemedicine and home monitoring solutions are the major
fields of interest discussed in this study. Ambulances, Rural Health Centers (RHC) or other
remote health location such as Ships navigating in wide seas are common examples of possible
emergency sites, while critical care telemetry and telemedicine home follow-ups are important
issues of telemonitoring. In order to support the above different growing application fields we
created a combined real-time and store and forward facility that consists of a base unit and a
telemedicine (mobile) unit. This integrated system: can be used when handling emergency cases
in ambulances, RHC or ships by using a mobile telemedicine unit at the emergency site and a
base unit at the hospital-expert's site, enhances intensive health care provision by giving a mobile
base unit to the ICU doctor while the telemedicine unit remains at the ICU patient site and
enables home telemonitoring, by installing the telemedicine unit at the patient's home while the
base unit remains at the physician's office or hospital. The system allows the transmission of
vital biosignals (3–12 lead ECG, SPO2, NIBP, IBP, Temp) and still images of the patient. The
transmission is performed through GSM mobile telecommunication network, through satellite
links (where GSM is not available) or through Plain Old Telephony Systems (POTS) where
available. Using this device a specialist doctor can telematically "move" to the patient's site and
instruct unspecialized personnel when handling an emergency or telemonitoring case. Due to the
need of storing and archiving of all data interchanged during the telemedicine sessions, we have
equipped the consultation site with a multimedia database able to store and manage the data
collected by the system. The performance of the system has been technically tested over several
telecommunication means; in addition the system has been clinically validated in three different
countries using a standardized medical protocol.
Keywords
Emergency Health Care Telemedicine GSM Satellite
Background
Telemedicine is defined as the delivery of health care and sharing of medical knowledge over a
distance using telecommunication means. Thus, the aim of Telemedicine is to provide expert-
based health care to understaffed remote sites and to provide advanced emergency care through
modern telecommunication and information technologies. The concept of Telemedicine was
introduced about 30 years ago through the use of nowadays-common technologies like telephone
and facsimile machines. Today, Telemedicine systems are supported by State of the Art
Technologies like Interactive video, high resolution monitors, high speed computer networks and
switching systems, and telecommunications superhighways including fiber optics, satellites and
cellular telephony [1].
A quick look to past car accident statistics points out clearly the issue: During 1997, 6753500
incidents were reported in the United States [3] from which about 42000 people lost their lives,
2182660 drivers and 1125890 passengers were injured. In Europe during the same period 50000
people died resulting of car crash injuries and about half a million were severely injured.
Furthermore, studies completed in 1997 in Greece [4], a country with the world's third highest
death rate due to car crashes, show that 77,4 % of the 2500 fatal injuries in accidents were
injured far away from any competent healthcare institution, thus resulting in long response times.
In addition, the same studies reported that 66% of deceased people passed away during the first
24 hours.
Coronary artery diseases is another common example of high death rates in emergency or home
monitoring cases since still two thirds of all patients die before reaching the central hospital. In a
study performed in the UK in 1998 [5], it is sobering to see that among patient above 55 years
old, who die from cardiac arrest, 91% do so outside hospital, due to a lack of immediate
treatment. In cases where thrombolysis is required, survival is related to the "call to needle" time,
which should be less than 60 minutes [6]. Thus, time is the enemy in the acute treatment of heart
attack or sudden cardiac death (SCD). Many studies worldwide have proven that a rapid
response time in pre-hospital settings resulting from treatment of acute cardiac events decreases
mortality and improves patient outcomes dramatically [7]-[12]. In addition, other studies have
shown that 12-lead ECG performed during transportation increase available time to perform
thrombolytic therapy effectively, thus preventing death and maintaining heart muscle function
[13]. The reduction of all those high death rates is definitely achievable through strategies and
measures, which improve access to care, administration of pre-hospital care and patient
monitoring techniques.
Critical care telemetry is another case of handling emergency situations. The main point is to
monitor continuously intensive care units' (ICU) patients at a hospital and at the same time to
display all telemetry information to the competent doctors anywhere, anytime [14]. In this
pattern, the responsible doctor can be informed about the patient's condition at a 24-hour basis
and provide vital consulting even if he's not physically present. This is feasible through advanced
telecommunications means or in other words via Telemedicine.
Another important Telemedicine application field is home monitoring. Recent studies show that
[15] the number of patients being managed at home is increasing, in an effort to cut part of the
high hospitalization's cost, while trying to increase patient's comfort. Using low-cost televideo
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
equipment that runs over regular phone lines, providers are expanding the level while reducing
the frequency of visits to healthcare institutions [16]. In addition, a variety of diagnostic devices
can be attached to the system giving to the physician the ability to see and interact directly with
the patient. For example, pulse oximetry and respiratory flow data can be electronically
transmitted (for patients with chronic obstructive pulmonary disease). Diabetes patients can have
their blood glucose and insulin syringe monitored prior to injection for correct insulin dosage.
Furthermore, obstetric patients can have their blood pressure and fetal heart pulses monitored
remotely and stay at home rather than prematurely admitted to a hospital.
It is common knowledge that people that monitor patients at home or are the first to handle
emergency situations do not always have the required advanced theoretical background and
experience to manage properly all cases. Emergency Telemedicine and home monitoring can
solve this problem by enabling experienced neurosurgeons, cardiologists, orthopedics and other
skilled people to be virtually present in the emergency medical site. This is done through
wireless transmission of vital biosignals and on scene images of the patient to the experienced
doctor. A survey [17] of the Telemedicine market states that emergency Telemedicine is the
fourth most needed Telemedicine topic with 39.8% coverage of market requests while home
healthcare covers 23.1%. The same survey also points out that the use of such state of the art
technologies has 23% enhanced patient outcomes.
Several systems that could cover emergency cases [18]-[23], home monitoring cases [24]-[25]
and critical care telemetry [14] have been presented over the years. Recent developments in
mobile telecommunications and information technology enhanced capability in development of
telemedicine systems using wireless communication means [26]-[32]. In most cases however
only the store and forward procedure was successfully elaborated, while the great majority of
emergency cases do require real time transmition of data.
In order to cover as much as possible of the above different growing demands we created a
combined real-time and store and forward facility that consists of a base unit and a telemedicine
unit where this integrated system:
Can be used when handling emergency cases in ambulances, RHC or ships by using the
Telemedicine unit at the emergency site and the expert's medical consulting at the base unit
Enhances intensive health care provision by giving the telemedicine unit to the ICU doctor while
the base unit is incorporated with the ICU's in-house telemetry system
Enables home telemonitoring, by installing the telemedicine unit at the patient's home while the
base unit remains at the physician's office or hospital.
The Telemedicine device is compliant with some of the main vital signs monitor manufacturers
like Johnson & Johnson CRITIKON Dinamap Plus and Welch Allyn – Protocol (Propaq). It is
able to transmit both 3 and 12 lead ECGs, vital signs (non-invasive blood pressure, temperature,
heart rate, oxygen saturation and invasive blood pressure) and still images of a patient by using a
great variety of communication means (Satellite, GSM and Plain Old Telephony System –
POTS). The base unit is comprised of a set of user-friendly software modules that can receive
data from the Telemedicine device, transmit information back to it and store all data in a
database at the base unit. The communication between the two parts is based on the TCP/IP
protocol. The general framework for the above system was developed under EU funded TAP
Methods
Trends and needs of Telemedicine systems
As mentioned above, scope of this study was to design and implement an integrated
Telemedicine system, able to handle different Telemedicine needs especially in the fields of:
Emergency health care provision in ambulances, Rural Hospital Centers (or any other remote
located health center) and navigating Ships
Intensive care patients monitoring
Home telecare, especially for patients suffering from chronic and /or permanent diseases (like
heart disease).
In other words we determined a "Multi-purpose" system consisting of two major parts: a)
Telemedicine unit (which can be portable or not portable depending on the case) and b) Base unit
or doctor's unit (which can be portable or not portable depending on the case and usually located
at a Central Hospital).
Figure 1 describes the overall system architecture. In each different application the Telemedicine unit is
located at the patient's site, whereas the base unit (or doctor's unit) is located at the place where the
signals and images of the patient are sent and monitored. The Telemedicine device is responsible to
collect data (biosignals and images) from the patient and automatically transmit them to the base unit.
The base unit is comprised of a set of user-friendly software modules, which can receive data from the
Telemedicine device, transmit information back to it and store important data in a local database. The
system has several different applications (with small changes each time), according to the current
healthcare provision nature and needs.
Table 1
Small
PC Camera Communication
Cost Portability Autonomy Weight
type quality means
& size
Medium
Ambulance Medium/High High High High Palmtop GSM
High
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
Telemedicine
Basic needs
applications
Desktop Medium
RHC Medium/High Low Low Low POTS, GSM
Laptop High
Intensive
Medium/High Low Low Low Desktop High POTS, GSM
care room
As shown in the Table 1, low cost is a very crucial aspect for home telecare, since the costs are
covered by the patient and not by the hospital (in contrast with all other applications). Portability,
autonomy and small weight & size of the Telemedicine device are a very important component
in ambulance applications, where the device also needs to be transferred at the scene (outside the
ambulance). This is also related with the PC type, which in ambulances must be a palmtop or a
sub notebook, while in other cases can be desktop or laptop. The camera quality in all
applications should be as high as possible, but in certain cases like the intensive care room it is of
up most importance. As far as communication is considered, in ambulances and ships, GSM is
the major mean, while in RHC and homecare it is POTS. Satellite links are suggested mainly for
ships, but it should always be taken into account that costs arise very much with the quality of
the links (in other words, a lot of money should be spent to obtain reliable equipment for
transmission via satellite links). User friendliness is important in all applications, but even more
important in home telecare, where not specialized or trained staff is using the device.
Besides the above, the Telemedicine applications can be examined towards other criteria, like for
example security needs, transmission type (continuos, store & forward) needs, ECG leads
required (3 or 12 leads), etc. These last are examined in more detail in the next paragraph, where
the overall technical description of the system is provided.
The design and implementation of the system was based on a detailed user requirements
analysis, as well as the corresponding system functional specifications. The study was mainly
based on the experience of Telemedicine projects named AMBULANCE [22] and Emergency
112 [33] where functional prototypes of a device with emergency Telemedicine functionalities
was built and extensively evaluated. Through these project we had phased the need to implement
a telemedicine device, which would facilitate a flexible architecture and could be used in several
emergency or monitoring cases that have simiral needs of information transmition.
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
The Telemedicine unit is responsible for collecting and transmitting biosignals and still images of the
patients from the incident place to the Doctor's location while the Doctor's unit is responsible for
receiving and displaying incoming data. The information flow (using a layered description) between the
two sites can be seen in Figure 2.
Figure 2
Information Flow within the Telemedicine system (Telemedicine and base units)
The software design and implementation follows the client server model; it was done using
Borland Delphi 5 [34] for windows 95/98/NT/2000 platform; the Telemedicine unit site is the
client while the Base unit site is the server. Communication between the two parts is achieved
using TCP/IP as network protocol, which ensures safe data transmission and interoperability
over different telecommunication means (GSM, Satellite, and POTS). System communications
are based on a predefined communication protocol for data interchange, which is used to control
and maintain connection between the two sites, thus ensuring portability, interoperability and
security of the transmitted data. During the design and implementation phase an extended
codification scheme based on the "Vital" and DICOM" was developed [35]. Based in this
experience we had created the communication protocol.
The biosignal acquisition module was designed to operate with some of the most common
portable biosignal monitors used in emergency cases or in Intensive care Units such as a)
CRITIKON DINAMAP PLUS Monitor Model 8700/9700 family of monitors, b) PROTOCOL-
Welch Allyn Propaq 1xx Vital Signs Monitor, c) PROTOCOL-Welch Allyn Propaq Encore 2xx
Vital Signs Monitor.
The biosignals collected by the patient (and then transmitted to the Base Unit) are:
The Telemedicine unit is also responsible for the collection and transmission of images of the
patient to the base unit. In order to implement a hardware independent system, this module was
designed to operate using Microsoft video for WINDOWS. Several cameras were used while
testing the system: a) ZOOM digital camera connected to the PC's parallel port model 1585. b)
ZOOM digital camera connected to the PC's usb port model 1595. c) Logitech quick cam express
digital usb port camera d) Connectix quick cam VC parallel port e) Creative camera connected to
usb port.
The control of the Telemedicine unit is fully automatic. The only thing the telemedicine unit user
has to do is connect the biosignal monitor to the patient and turn on the PC. The PC then
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
performs the connection to the base unit automatically. Although the base unit basically controls
the overall system operation, the Telemedicine unit user can also execute a number of
commands. This option is useful when the system is used in a distance health center or in a ship
and a conversation between the two sites takes place.
Through the base unit, user has the full control of the telemedicine session. The user is able to monitor
the connection with a client (telemedicine unit), send commands to the telemedicine unit such as the
operation mode (biosignals or images) Figure 4. In cases were the base station is connected to a Hospital
LAN the user can choose to which of the telemedicine units to connect to, as shown in Figure 5 the user
of the base unit is able to choose and connect to anyone of the telemedicine units connected on the
network. The units connected on the network can be ICU telemedicine units or distance mobile
telemedicine units connected through phone lines.
Figure 4
When operating on biosignal mode (Figure 6), the transmission of vital biosignals can be done in
two ways, continuous way or store and forward way, depending on the ECG waveform channels
which are transmitted and the telecommunication channel data transfer rate. In continuous
operation, the Base Unit user can send commands to the Telemedicine Unit monitor, such as lead
change or blood pressure determination; the user can also pause incoming ECG, move it forward
or backward and perform some measurements on the waveform.
Figure 7
Image transmission
Images captured by the Telemedicine unit's camera have resolution 320 × 240 pixel and are
compressed using the JPEG compression algorithm; the resulting data set is approximately 5–6
KB depending on the compression rate used for the JPEG algorithm [39].
Transmission rate
The signals transmission is done using GSM, Satellite and POTS links. For the time being, the GSM
network that the system was technically tested on; allows transmission of data up to 9600 bps (when
operating on the normal mode) and is able to reach up to 43200 bps when using the HSDC (High Speed
Circuit Switched Data). The satellite links transmission rate depends on the equipment and the satellite
system used in each case; it has a range from 2400 bps up to 64000 bps. The use of different satellite
systems can increase the cost of equipment and cost of use; in our case we had used an INMARSAT-
phone Mini-m system which can transmit data only up to 2400 bps, but has low equipment and use cost.
Plain Old Telephony System (POTS) allows the transmission of data using a rate up to 56000 bps, thus
enabling the continuous and fast information transmission (Table 2).
Table 2
Store
Satellite Store & Forward Store & Forward Store & Forward
&Forward
The practical maximum data transfer rate over telecommunication means is never as high as the
theoretical data transfer rate. Practical data rates depend on the time and the area where the
system is used. Biosignals data transmission can be done in two ways: real time transmission
where a continuous signal is transmitted from client to server or store and forward transmission
where signals of a predefined period of time are stored in the client and transmitted as files to
server. It mainly depends on the maximum data transfer rate of the telecommunication link used
and the digital data output that the biosignal monitor has in each case.
The first of the monitors used, CRITIKON DINAMAP PLUS Monitor has a digital output of a
continuous one channel ECG plus biosignals such as NIBP, SpO2, HR, IP and data concerning
monitor alarms etc.; all the above information can be transferred using up to 2200 bps. For this
reason, the continuous transmission of signals from this monitor can be done when using GSM
and POTS and 2400 BPS satellite links.
The second of the monitors used, PROTOCOL Propaq Monitor has a digital output of a
continuous one (model 1xx) or two (model 2xx) channels ECG, plus another waveform such as
SpO2 or Co2; plus biosignals trends such as NIBP, SpO2, HR, IP and data concerning monitor
alarms etc. All above information can be transferred using up to 2400 BPS for one channel ECG,
up to 4400 for two channels of ECG or up to 5400 for two channels of ECG plus another
waveform (SpO2 or Co2). For this reason, the continuous transmission of signals from this
monitor can be done when using GSM and POTS but only one lead ECG when using 2400 BPS
satellite links.
Security of the Telemedicine Unit was designed according to the directive 97/66/EC, concerning
processing of medical data in the telecommunication sector. An encryption algorithm was
implemented in the system and can be used when needed by the hospital unit user. The system
can encrypt interchanged data using the Blowfish cipher algorithm [41]. The use of encryption is
optional and can be selected by the user; authentication and connection between base and
telemedicine units is done using encrypted messages. In any case, in the communication between
the Telemedicine and the base unit only the incident's ID number is used, while the patient's
name or any other relevant information are never mentioned, thus increasing the security of the
whole system.
Compression and encryption of signals add some delay, especially when powerful system for the
Telemedicine unit PC is not used. This is the reason why both are added in the system as extra
options, which can be disabled from Base unit user.
Results – Discussion
The final result is a "Multi-purpose" Telemedicine system, which facilitates a flexible
architecture that can be adopted in several different application fields. The system has been
tested and validated for a variety of medical devices and telecommunication means. Results
Data transmission is done using the TCP/IP network protocol. Transmitting data over TCP/IP is
a trivial and easy task when using networks, which have high bandwidth and low error rate. In
order to transmit a buffer of n bytes through TCP/IP a header of about 55 bytes is added, this will
add a great amount of data especially in cases that we transmit small buffers (e.g. when
transmitting a buffer of 10 bytes the network protocol will increase this buffer to 65 bytes).
When transmitting a buffer that has size larger than the Maximum Transfer Unit (MTU) this
buffer will be fragmented in to smaller packets that each one has the size of the MTU, all small
packets will be reconnected when arriving at the destination site; this case will cause problems
when one of the fragmentation packets is lost [42].
Considering the above two cases the transmission of data, especially through networks that have
low bandwidth and high error rates (such as GSM mobile network and Satellite Links), has to be
done in a way that will utilize the network use as much as possible. The buffers transmitted must
have size that want be either too small or too big.
In order to measure the performance of TCP/IP over the GSM network several sizes of data
buffers had been tested. The tests were performed using GSM modem, Nokia Card Phone 2.0 for
the telemedicine unit, and a POTS modem US robotics sportster voice 56 KBPS for the base
unit. These two devices support compression protocol V42 bis.
In order to perform the tests; buffers from 71 up to 479 bytes were selected; the size of buffers is
proportional to the data rate that the Propaq 2xx sends through the RS232 serial port. The
packets had sizes: 71, 95, 143, 239, 287, 335, 383, 431, 455, 479 bytes.
Using all the above buffers we made some measurements on the bytes that were received and
transmitted to and from the base unit of the telemedicine system. Figure 8 shows the results of the
bytes transmitted and received from the server unit when having a telemedicine unit connected with
GSM to the server. Numbers 1 to 10 represent the size of the buffers used, 1 for the smallest (71 bytes)
up to 10 for the largest (479 bytes). The mean value of the bytes transmitted/received per second was
recorded for 2 minutes per case. As can be seen transmitting small packets of data cased the
transmition of more bytes because of the overhead added on each buffer. The continuous transmition
of small buffers also cased some problems on the communication and on the overall telemedicine unit
operation; it could stop the operation of the protocol or add some problem when reading data from the
medical monitor (too many system resources were used).
1. a)In order to establish the connection between the telemedicine unit and the base unit an average time
of 28 seconds was required.
2. b)10 images per test were successfully transmitted. The average transmition time for several image files
was from 18 to 26 seconds (Table 3). Around 93% of image transmissions were achieved within the first
attempt; the rest 7% was transmitted using a second attempt because we had a line failure
Table 3
Mean transfer time (100 Transfer rate Mean transfer time (100 Transfer rate
files) (sec) (bps) files) (sec) (bps)
SINDHU.G,AP,BIOMEDICAL ENGINEERING DEPARTMENT
File
GSM Inmarsat M satellite
size
6 Kb 18 2666,7 40 1200
9 Kb 26 2769,7 47 1531,9
1. c)The transmition of one ECG lead waveforms was performed in real time. The connection was
interrupted once for at least 15 % of all cases. In some cases we had more than one interruption
(Table 4); reconnection of telemedicine unit to the base unit was performed successfully in all cases of
interruption.
Table 4
Percentage from
Percentage from the total number of
the total number
interruptions
of interruptions
1 33,3% 60%
2 16,7% 20%
3 16,7% 10%
4 25% 10%
More 8,3% 0%
1. a)In order to establish the connection between the telemedicine unit and the base unit an average time
of 40 seconds was required.
2. b)10 images per tests were successfully transmitted. The average transmition time for several image
files was from 40 to 47 seconds (Table 3). Around 90% of image transmissions were achieved within the
first attempt; the rest 10% was transmitted using a second attempt because we had a line failure.
3. c)The transmition of two ECG lead waveforms and pulse oxymetry waveform was performed in real
time. The connection was interrupted once for at least 20 % of all cases, in some cases we had more
than on interruptions (Table 4); reconnection of telemedicine unit to the base unit was performed
successfully in all cases of interruption.
Clinical Tests
The system has been clinically tested through installation and extended validation of the system
in a number of distinct demonstration sites across Europe.
More specifically, the use of the developed system in emergency cases handling in ambulances has been
extensively demonstrated in Greece (Athens Medical Centre), Cyprus (Nicosia General Hospital), Italy
(Azienda Ospedaliera Pisa) and Sweden (Malmo Ambulance Services). The initial demonstration of the
system for ambulance emergency cases was performed on 100 (not severe) emergency cases for each
hospital. The results of this phase were very promising. The system was able to improve, the percentage
of incidents that in an emergency case initial diagnosis did not matched final diagnosis. For 100 cases
without the system use, 13% of the initial diagnosis did not matched final diagnosis; while in 100 cases
with the system use 8% of initial diagnosis did not matched the final diagnosis. The use of the system in
Rural Health Centers has been tested extensively in Cyprus, where the national emergency system will
be built on top of the already installed application. The use of the system in a Ship is currently being
used in Athens Greece, and finally the use in home telecare is also being tested in Athens Greece. The
system is currently installed and being used in two different countries, Greece (Figure 9) and Cyprus
(Figure 10).
Figure 10