How To Write A Health Record Protocol Data Format For A Medical Record On A Microsoft Ipa Device

Size: px
Start display at page:

Download "How To Write A Health Record Protocol Data Format For A Medical Record On A Microsoft Ipa Device"

Transcription

1 Design of a Vital Sign Protocol Format Using XML and ASN.1 Bayu Erfianto Graduation Committee prof. dr. ir. D. Konstantas dr. ir. I. Widya dr. ir. A. van Halteren A thesis submitted to the department of Computer Science of the University of Twente for the partial fulfillment of the requirements of the degree of Master of Science in Telematics Enschede, The Netherlands 2004

2 II Abstract Tele-monitoring of the condition of patients is an essential component of an electronichealthcare (e-health) system. In an electronic health record system, vital signs which reflect the condition of the patient have to be transferred over the heterogeneous communication network. One of the fundamental problems in dealing with communication in heterogeneous systems is to exchange data in such a way that the data received can be interpreted the same ways as the data before transmission. In the OSI model, the representation of data (including data structures and data types) to be exchanged is a function of the application layer [24]. Meanwhile, the encoding of the data format into a specific bytes stream for transfer is addressed by the presentation layer. This separation of functions allows the application layer deal only with the data format, independent of the encoding type applied in Presentation Layer. The aim of this thesis is to investigate the tool-based design methods to construct a protocol data format for distributed applications that apply separation of data format specification at several abstraction levels, distinguishing between abstract syntax formats and distinguishing transfer syntax format which are meaningful for the applications and the underlying transport systems, respectively. The design methods address some features presented by XML-based data format, while to get more compact transfer syntax, the design methods makes use of ASN.1 encoding rules to produce binary-encoded data format. Many electronic health record systems use XML technology as data format in the application layer. One of the benefits of using an XML-based data format is independency from encoding issue applied in its underlying layer. However, considering to the transfer syntax, an XML-based data format consumes more data length. It is because of the encoding technique used by XML-based data format is based-on textual encoding. By applying encoding rules like in ASN.1 in the presentation layer, the electronic health record system may produce a more compact transfer syntax, due to the feature of ASN.1 encoding rules that can generate binaryencoded data format, which is more compact than textual encoding like used by XML. The design methods are then applied to construct a protocol data format specific for electronic health records, including vital signs data of both continuous-time and non continuous-time type.

3 Table of contents Table of contents III Abstract...II Table of contents... III List of Figures... V List of Tables...VII Chapter 1 Introduction Aim of the thesis Problem studied in this thesis Solution Approach Structure of the Thesis Chapter 2 Physiology of Vital Signs Electrocardiography Electromyography Respiratory Blood Pressure Oxygen Saturation Chapter 3 Vital Sign Format Standards Introduction CEN/TC-251 Standard Communication Protocol FDA DICOM DICOM Message Structure and Encoding DICOM Upper Layer PDU Structure...26 Chapter 4 Design Methods Design Principles Design Methods Message Framework Definition Abstract Syntax Format ASN XML XML Schema and ASN.1 Cooperation Mapping XML Schema to ASN Mapping ASN.1 to XML Schema...52 Chapter 5 Patient Medical Record Specification Design Requirements Patient Demographic Record Specification XML-based Patient Demographic Record ASN.1-based Patient Demographic Record ECG Record Specification Lead Record Specification XML and ASN.1-based ECG Record Specification Blood Pressure Record XML-based Blood Pressure Record Specification ASN.1-based Blood Pressure Record Specification...74 Chapter 6 Demonstrator Implementation Architecture of Demonstrator Interface Implementation Result and Analysis Analysis of Patient Demographic Record Analysis of Lead Record and ECG REcord...83

4 Table of contents IV Analysis of Blood Pressure Record Conclusion General Conclusion Future Work Appendix A: Generating ECG Data Appendix B: Trial Case Scenario Appendix C: Specification of Application Protocol Bibliography Index

5 V List of Figures Figure 1 The heart contraction of heart muscles...12 Figure 2 The Normal 12 Lead ECG Waveform [6]...13 Figure 3 ECG Lead Positions in the body...15 Figure 4 Normal Rhythm and Sinus Bradycardia [7]...15 Figure 5 S-EMG Electrode [9]...16 Figure 6 (a) EMG Signal detected by DE-21 electrode. (b) EMG signal digitized by sampling rate at 2 KHz or every 0.5 ms, taken from [9]...16 Figure 7 Human Respiratory System...17 Figure 8 Pressure Based (left) and Volume Based (right) Respiratory Waveform...18 Figure 9 Oxygen Saturation Measurement...19 Figure 10 SCP Message Layout...22 Figure 11 FDA Application GUI...24 Figure 12 DICOM Message Exchange...25 Figure 13 DICOM Message...25 Figure 14 DICOM Data Set...26 Figure 15 P-DATA-TF PDU...27 Figure 16 P-DATA Service...27 Figure 17 Hierarchical Tree of ECG Record [3]...28 Figure 18 XML Schema Diagram of ecgml Record...28 Figure 19 XML Schema Diagram of Record Type and Waveform Type...29 Figure 20 Abstract Syntax, Local Syntax, and Transfer Syntax...32 Figure 21 Design methods to constitute protocol data format by separating user point of view and transfer point of view at abstract syntax specification...35 Figure 22 Intuitive interpretation of Message Framework consisting Customer Information...36 Figure 23 Iconography of Message Object...37 Figure 24 Message Object Diagram of Customer Information...38 Figure 25 Abstract Syntax and Transfer Syntax Definition...39 Figure 26 Tag, Length, Value in used in ASN.1 Encoding Rule...40 Figure 27 Tag Encoding...41 Figure 28 Example of ASN.1 Tag Encoding...41 Figure 29 Example of in ASN.1Length Encoding...41 Figure 30 Two Examples of Contents Encoding...41 Figure 31 XML Schema Diagram of Customer...46 Figure 32 ASN.1 Compilation process using ASN1C...47 Figure 33 Generating the ASN.1 binary-encoded (BER) data format using ASN1C Java Version...48 Figure 34 Content of Customer.bert viewed by Objective System ASN.1 Viewer...48 Figure 35 XML Schema to ASN.1 Translator from French Telecom...51 Figure 36 asn2xsd command Tool...53 Figure 37 Message Object Diagram of Patient Demographic Record...57 Figure 38 XML Schema Diagram of Patient Demographic Record in...58 Figure 39 Message Object Diagram of ECG Record...63 Figure 40 Message Object Diagram of Lead Record...65 Figure 41 XML Schema Diagram of Lead Record...66 Figure 42 Multiplexing Lead data...69

6 List of Figures VI Figure 43 XML Schema Diagram of ECG Record...70 Figure 44 Message Object Diagram of Blood Pressure Record...72 Figure 45 Specification of Blood Pressure Record in XML Schema Diagram...73 Figure 46 Encoder and Decoder Architecture...78 Figure 47 Refined ASN.1 Encoder and Decoder Module...79 Figure 48 Encoder Architecture in UML package diagram...80 Figure 49 Encoder Architecture in UML package diagram...81 Figure 50 Encoder Interface...82 Figure 51 ECG Generator Interface...82 Figure 52 Decoder Interface...82 Figure 53 Binary encoded of Patient Demographic Record value (using BER). The size of this binary-encoded BER file is 206 Bytes. This binary-encoded file is viewed by ASN.1 Viewer from Objective System...83 Figure 54 Piece of binary-encoded BER file of Lead Record...85 Figure 55 Piece of binary-encoded BER file of ECG Record...86 Figure 56 Binary encoded of Patient Demographic Record value (using BER). The size of this binary-encoded BER file is 206 Bytes. This binary-encoded file is viewed by ASN.1 Viewer from Objective System...86 Figure 57 Plot of Synthetic ECG data generated from ECGSyn...92 Figure 58 Connection Establishment Phase...95 Figure 59 Send Data Phase...96 Figure 60 Disconnection Phase...96 Figure 61 The Location of Service Primitives in SAP...96 Figure 62 PDU Layout...98 Figure 63 PMR PDU Format...99

7 VII List of Tables Table 1 ECG Rhythm...15 Table 2 Categories for Blood Pressure Levels (in mmhg)...19 Table 3 P-DATA Field Description...27 Table 4 Description of ECGRecord...28 Table 5 Description of Waveform Record [3]...29 Table 6 Customer Record Description...38 Table 7 Patient Demographic Record Definition...57 Table 8 ECG Record Definition...63 Table 9 List of standardized ECG lead number descriptors based on CENT/TC Table 10 LeadData Record Definition...65 Table 12 Blood Pressure Record Definition...73 Table 11 Encoding Integer value using BER...84 Table 22 Lead Data...91 Table 13 Tele Trauma Definition...93 Table 14 Coronary Heart Disease Definition...93 Table 15 Respiratory Problem Case Definition...93 Table 16 Home Care and Remote Monitoring Case Definition...94 Table 17 High Risk Pregnancy Definition...94 Table 21 Service Description...97 Table 18 PDU ID...98 Table 20 Relationship among Trial Case and Vital Sign Priority...99

8 Chapter 1 Introduction 8 Chapter 1 Chapter 1 Introduction This thesis is about the design of a data format for an electronic health care (e-health) record. The additional task is to develop a demo to validate the data format. In this introductory chapter, aim of the thesis, problem studied in this thesis, solution approach, and the structure of the thesis will be presented. 1.1 Aim of the thesis The aim of this thesis is to investigate design methods to construct a protocol data format suitable for different composition of data for different health care specialties. The additional aim is to present demonstrator implementation to validate the data formats derived using the design methods. 1.2 Problem studied in this thesis Two main problems are studied in this thesis, though some other related problems also addressed. The first problem deals with the representation of physiological information for electronic health record purpose. The second problem deals with developing toolbased design methods to construct data format. The research questions presented in the following lines drive us to the problem studied in the thesis, as follows: How to present the physiological information of vital signs in an electronic health record? This question leads us to know what kind of parameters, components or elements required to construct an electronic health record. First of all we study the physiological information of a vital sign and come to investigate the available standards that are used for presenting the information of a vital sign. In an electronic health record system, the vital signs data that acquired from sensors are required to be presented in a data format before they are exchanged over a communication network. This data format makes the application program get an abstract understanding of vital signs data to be exchanged over a communication network. Hence, the receiver can do interpret as the same as the sender. The abstract understanding also separates between syntax used by data format in application level and the syntax for transmission.

9 Chapter 1 Introduction 9 There have been many efforts initiated by many academic institutions, governments, and manufacturers of medical instrument to propose the standard of data format for representation of vital signs or biomedical information, including biological signal, images or text. CEN/TC-251 (Comité Européen de Normalisation European, Committee for Standardization, Technical Committee 251) has proposed data format for electronic healthcare application [2, 8]. DICOM (Digital Imaging and Communication in Medicine) [29, 30, 31, and 32] has also defined its own standard which supports exchange between medical imaging system and health care information system. ecgml has also proposed data format for ECG Record application exchange by making use of XML technology as its data format [3]. These efforts aimed at defining data format to carry the medical information over the heterogeneous communication network. By investigating the available vital sign format standards, this inspires us to construct the vital sign data format for our purpose. This will also allow us to study the advantages and disadvantages of those vital sign data format standards. The knowledge will be useful later if we want to build our own vital sign data format, which combines all the positive aspects of the investigated standards. What criteria are needed to develop the design methods to construct data format, and how to apply the developed design methods to construct electronic health record that meet our purpose? In the OSI model, the representation of data (including data structures and data types) to be exchanged is a function of the Application Layer [24]. Meanwhile the encoding of the data format into a specific bytes stream for transfer is addressed by the Presentation Layer. This separation of function allows the Application Layer to deal only with the data format, independent of the encoding type applied in Presentation Layer. By considering the separation of functions among abstraction levels, and transfer syntax format, this thesis comes up the design methods to construct a common protocol data format. Furthermore, we will apply the design methods to construct protocol data format which meets our requirements. 1.3 Solution Approach To address the problems studied in this thesis and to achieve the objectives of this thesis, the activities to approach the solution have been taken as follows: Background study of physiology of vital sign The first task is to collect as many as information about the physiological of vital signs and investigate the required components to build vital sign format standard. However, there are only 5 vital signs that have been taken into account in this thesis i.e. ECG, EMG, Respiratory, Oxygen Saturation, and Blood Pressure. The description of this task is presented in Chapter 2. Investigate the available electronic health record and vital sign format standards The second task is then to investigate the available electronic health record and vital sign format standards. This investigation inspires us to adopt the format standards defined in CEN/TC 251, DICOM, and FDA. There is also ecgml,

10 Chapter 1 Introduction 10 which uses XML technology on top of application layer data format. The protocol data format used in ecgml complies with FDA standard. The description of this task is presented in Chapter 3 Investigate the requirements to develop design methods that is used to construct a data format This task will include design principles i.e. separating the data format specification, distinguishing abstract syntax format, and distinguishing transfer syntax. The design criteria and design choice has also been taken into account to construct of such data format. The description of this task is presented in Chapter 4 Applying the design methods to construct electronic health record data format This task reuses the developed design methods and integrates with the concept, nomenclature and other parameters where applicable from the available electronic health record and vital sign format standards to construct the protocol data format for electronic health records for our purpose. The description of this task is presented in Chapter 5 Develop a demonstrator to validate the design methods and developed data format The developed demonstrator is based-on graphical interface. The demonstrator consists of two parts: Encoder Application and Decoder Application. The architecture of demonstrator application is discussed in Chapter Structure of the Thesis This thesis is organized as follows: Chapter 1: Introduction Chapter 2: Physiology of Vital Sign describes the physiology of vital signs. It presents a brief overview of vital signs from the physiological point of view. Chapter 3: Vital Sign Format Standard discusses some standard used to construct vital signs data format. The presented standards are taken from DICOM, FDA, and CEN/TC It presents the ecgml as well, that is an application of encoding ECG data using XML. Chapter 4: Design Methods presents the design principles and design methods to develop a protocol data format Chapter 5: Patient Medical Record Specification presents the design methods applied to construct a protocol data format for patient medical record purpose. Chapter 6: Demonstrator Implementation presents a demonstrator application to validate the Patient Medical Record data format derived from the design methods. Chapter 7: Conclusion

11 Chapter 2 Physiology of Vital Signs 11 Chapter 2 Chapter 2 Physiology of Vital Signs Aim of this chapter is to present a brief overview of physiology of vital signs. However, this chapter will not discuss all type of vital signs. A brief introduction to electrocardiography is presented in Section 2.1. Section 2.2 gives a brief overview of electromyography. Section 2.3 will give brief overview of human respiratory system. Section 2.4 presents the blood pressure. This chapter will end up with Section 2.5, which gives a brief overview of Oxygen Saturation. 2.1 Electrocardiography Vital signs such as heartbeat, breathing rate, temperature, and blood pressure indicate human's general physical condition 1. The physician can observe, measure, and monitor these vital signs to assess human s health condition. One or more sensors can capture the physical information of a vital sign. Upon capturing the vital signs, the values can also be recorded into analog or digital medium. The electrocardiography is a technique of recording the bioelectrical signal generated by the heart activity. The activity of heart can be measured by placing a sensor on the body of a patient, recorded on a graphical paper and displayed as a graphical representation on a monitor. This graphical representation is called electrocardiogram. Thus, the acronym of ECG may stand for both electrocardiogram and electrocardiography. The following subsection will describe the basic physiology of human heart and its activity, summarized from [6, 7]. Basic Physiology of ECG The muscle of heart always makes contraction in a certain period to pump the blood to all part of human body. This contraction of heart is regulated in a center located in the right atrium 2 known as the sinus node 3 [see Figure 1]. Cells compose heart muscle. These cells have a special property: they spontaneously depolarize with various rates. 1 Definition of vital sign is taken from The Free Dictionary, available at 2 Chamber of the heart 3 An area of special heart tissue that generates the cardiac electric pulse controlled by autonomic nervous system (Mosby Medical Dictionary)

12 Chapter 2 Physiology of Vital Signs 12 The cells of the sinus node depolarize faster than the other heart cells, hence the heart rate is determined here. The electrical impulse generated in the sinus node spreads throughout the right atrium, causing them to contract. P wave represents the impulse from the sinus node to the AV node. When the impulse travels along the structure and reaches "bundle of His", this leads to the generation of the "PR Interval". When the impulse travels across the ventricle (from left to right atrium via left and right bundle branches), this will cause the ventricle to depolarize, it leads to the generation of QRS wave. The impulse resulted from ventricle contraction then propagates to the ventricular myocardium 4 via the "purkinje fibres". This will cause the ventricle to re-polarize. It leads to the generation of T wave. Right Atrium Left Atrium Right Ventricle Left Ventricle Figure 1 The heart contraction of heart muscles The ECG Wave Einthoven, the inventor of first ECG recording device, named the waves he observed on the ECG using five capital letters from the alphabet i.e. P, Q, R, S, and T [7]. The wave on the horizontal axis represents a time domain and the Voltage in the vertical axis [see Figure 2]. On the electrocardiogram, the height and depth of a wave represent a measured voltage. An upward deflection of a wave is called positive deflection and a downward deflection is called negative deflection [6, 7]. The right side of picture on Figure 1 shows the correlation between heart contraction and the basic ECG waveform generated by ECG device [7]. That waveform represents the intervals as well as standard in time (ms) and in voltage (mv). According to Figure 2, it can be summarized that the PQRST waves discuss earlier exist during one heartbeat period [6]. The atrial depolarization wave, (P wave), is a small upward wave. The QRS Complex which represents ventricular depolarization [6], begins as a downward deflection, continues as a large, upright, triangular wave, and ends as a 4 The middle muscular layer of the heart wall (Webster Online Dictionary)

13 Chapter 2 Physiology of Vital Signs 13 downward wave to its base. The dome-shaped T wave indicates ventricular repolarization. Figure 2 The Normal 12 Lead ECG Waveform [6] The ECG waveform can also be annotated to give a remark in each PQRST wave. The averages values of ECG annotation point (from a normal ECG waveform) can be obtained as follows [6]: Peak value of P wave 0.15 mv Peak value of Q wave -0.1 mv Peak value of S wave segment -0.3 mv Peak value of R 1.1 mv Peak value of T wave 0.2 mv Peak value of U wave 0.05 mv P to P Duration 800 ms P-wave duration 100 ms P to R duration 160 ms QRS Complex duration 70 ms Q to T duration 240 ms T wave duration 175 ms S-T Segment 140 ms The ECG data is represented in 2 dimensions of numerical data: time and voltage dimension. In this approach the sampling rate of ECG waveform is required. The following lines are the example of properties of an ECG waveform taken from [6]: Digitization Sampling Rate = 100 samples/s; LSB = 5µV Sampling Interval = 8ms Absolute Error1 = 100µV in a single sample (outside P-QRS-T) Absolute Error2 = ±15µV in a single sample (within QRS) ECG Length = 10 seconds The ECG Leads The ECG signals can be measured by placing pairs of electrodes on the human body. However, the ECG waves from these signals have different shapes, depending on the

14 Chapter 2 Physiology of Vital Signs 14 position on where they are placed. In electrocardiography, those pairs of electrodes are called ECG lead. A standard has been established in electrocardiography that specifies 12 leads and the corresponding positions of the electrodes on the human body [7]. The standard also provides way of obtaining the 12 standard ECG leads by combining the signals from different electrodes. The reason for recording and analyzing more than one single ECG lead is that different parts of the heart can be seen well from different positions by different leads. Hence, each ECG lead provides a different shape of the same heart activity. The 12 standard ECG leads are classified in limb leads, called I, II, III, AVR, AVL and AVF and chest leads called V1, V2, V3, V4, V5, V6 [6,7]. The limb leads provide views of the heart activity in the frontal plane and the chest leads provide views in the horizontal plane of the heart [7]. Figure 3 depicts the position of ECG leads either limbs lead and chest lead in the body with corresponding electrode positions. The meaning of each lead in ECG 12 leads and the way of obtaining them are described in the following lines [7]: I: is a lead obtained between a negative electrode placed on the right arm and a positive electrode placed on the left arm II: is a lead obtained between a negative electrode placed on the right arm and a positive electrode placed on the left foot III: is a lead obtained between a negative electrode placed on the left arm and a positive electrode placed on the left foot AVR: is a lead obtained between the average signal obtained from three negative electrodes (left arm, left leg and right foot) and the signal obtained from a positive electrode placed on the right arm AVL: is a lead obtained between the average signal obtained from three negative electrodes (right arm, left foot and right foot) and the signal obtained from a positive electrode placed on the left arm AVF: is a lead obtained between the average signal obtained from three negative electrodes (left arm, right arm and right foot) and the signal obtained from a positive electrode placed on the left foot V1: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V1 position V2: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V2 position V3: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V3 position V4: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V4 position V5: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V5 position V6: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V6 position V5: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V5 position V6: is a lead obtained between the reference negative electrode and a positive electrode placed on the chest in the V6 position

15 Chapter 2 Physiology of Vital Signs 15 Purposes of ECG Figure 3 ECG Lead Positions in the body Electrocardiography examination is used for detecting many heart problems. It may be used routinely for monitoring the patient's condition during and after surgery, as well as routine health care check. The physician can know the abnormality of heart function by evaluating and analyzing the heart rhythm depicted by electrocardiogram. By investigating the duration of various events within the ECG PQRS cycle, the physician can find out whether these ranges may be considered either as abnormal or not [7]. ECG Wave Table 1 ECG Rhythm Normal range P wave less than 0.12s PR s QRS less than 0.10s The following lines give the example of abnormal rhythm of heart activity taken from [7]. The general terms of abnormal ECG rhythm can be identified as follows: Bradycardia means that a heart rate is lower than normal. Tachycardia means that a heart rate that is higher than normal. Paroxysmal an arrhythmia (irregular heartbeat) that suddenly begins and ends. Sinus bradycardia occurs when the hearts rate is slower than 60 beats per minute. The sinus bradycardia rhythm is similar to normal sinus rhythm, except that the R-R interval is longer than normal. Each of P wave is followed by a QRS Complex. The PR interval is often slightly prolonged and occasionally, the P-waves might be abnormally wide. Figure 4 shows the normal cardiac and the cardiac, which gets sinus bradycardia. The ECG at the top shows normal sinus rhythm. The ECG at the bottom shows sinus bradycardia. R-R Figure 4 Normal Rhythm and Sinus Bradycardia [7]

16 Chapter 2 Physiology of Vital Signs Electromyography Electromyography (abbreviated as EMG) is a technique of recording the bio-electrical signal generated by the electrical activity of a muscle which involves the action of muscles and nerves and generates an electrical impulse known as EMG signal. In some medical conditions the electrical activity of the muscles or nerves behaves abnormally. Investigating and observing these electrical properties of the muscle or nerve can quickly help the physician to diagnose the muscle activities whether behaves normally or not. EMG is obtained by measuring the electrical impulse of a muscle. The measurement of EMG signal can be performed in two ways. The first way is intramuscular technique in which apply thin sensor inside the muscle. The second way is using the electrode attached on the body surface. The famous way is using the second one and result of this measurement well known as Surface EMG (S-EMG) [9]. Figure 5 illustrates an S-EMG electrode placed on the muscle, taken from [10]. Figure 5 S-EMG Electrode [9] The EMG measurement technique initially results the analog data. Thus, this S-EMG Device must digitize the analog S-EMG signal into digital (numerical) representation by implementing sampling technique. The sampling process depicted in Figure 6, generated by a sample Motor Unit Action Potential (MUAP) obtained with a DE-2.1 electrode [9]. Figure 6 (a) EMG Signal detected by DE-21 electrode. (b) EMG signal digitized by sampling rate at 2 KHz or every 0.5 ms, taken from [9]

17 Chapter 2 Physiology of Vital Signs 17 The amplitude of the signal can vary from 0 to 10 mv (peak-to-peak) or 0 to 1.5 mv (rms). The usable energy of the signal is limited to the 0 to 500 Hz frequency range, with the dominant energy being in the Hz range [10]. 2.3 Respiratory Respiration represents the rate of breathing in which a person inhales and exhales. Every 3 to 5 seconds, nerve impulses stimulate the breathing process, or ventilation, which moves oxygen into and out of the lungs. Hence, the respiration rate can be measured in terms of volume of oxygen per breathing period or in pressure in breathing period. Therefore, by observing this rate of breathing we can obtain a quick assessment of a person's health. Figure 7 Human Respiratory System The human respiratory system, as illustrated in Figure 11, consists of organs that supply oxygen to all part of the body [27]. In addition to supplying the oxygen, the human respiratory system also plays a role in taking out the carbon dioxide from the human body. Respiration involves at least three distinguished events [27]: Pulmonary ventilation; known as breathing process. The gas moves into and out of the lungs so that the alveoli of the lungs continuously get fresh oxygen. This relates to the two phases of breathing i.e. inspiration, when gas is flowing into the lungs, and expiration, when gas is leaving the lungs. External respiration; is the exchange oxygen and carbon dioxide in the eternal environment Internal respiration; exchanges O 2 and CO 2 between blood in the capillary vein and body cells. During the respiratory measurement, the measured volume of gas can be distinguished as follows [27]: Tidal volume; the amount of gas moved during normal breathing. The amount of measurement is approximately 500cm 3. Inspiratory reserve volume; the amount of gas that can be taken vigorously over the tidal volume. The amount of measurement is approximately 3100cm 3. Expiratory reserve volume; the amount of gas that can be vigorously exhaled after a tidal expiration. The amount of measurement is approximately 1200cm3.

18 Chapter 2 Physiology of Vital Signs 18 Residual volume; RV is the amount of gas that remains in the lungs even after the most vigorous expiration. The amount of measurement is approximately 1200cm 3. The respiratory measurement can be represented in continues (time series) data as shown in Figure 8 or in non-time series data. If we use time-series data, there are two types of respiratory graphic format i.e. Pressure Mode ventilation 5 and Volume Mode ventilation. Volume Control and Pressure Control mode refer to the parameter that is set or being controlled by the ventilator [17]. Inspiratory time is the parameter that controls cycling of the ventilator. The set volume or set pressure will be delivered within the set inspiratory time. Figure 8 Pressure Based (left) and Volume Based (right) Respiratory Waveform In Volume Control mode, the volume is constant and pressure will vary. On the contrary, in Pressure Control mode pressure is constant and volume will vary [17]. The volume control mode and pressure control mode waveform are illustrated in the Figure Blood Pressure Blood is carried from the heart to all parts of body in vessels called arteries. Based on the definition taken from [16], blood pressure is the force of the blood pushing the walls of the arteries. Each time the heart beats, normally times a minute, it pumps out blood into the arteries. The blood pressure is at its highest beat when the heart pumping the blood into the body part. This is called systolic pressure. When the heart is at rest, between beats, the blood pressure falls down. This is known as diastolic pressure. Blood pressure is always given as these two numbers, the systolic and diastolic pressures such as 120/80 mmhg. The top number is the systolic and the bottom the diastolic. Table 2 gives the examples of classification of blood pressure level taken from [16]. By means of that table the physician can see three cases of blood pressure level i.e. Normal condition, pre-hypertension and hypertension based on the value belongs to systolic 5 The process by which gases are moved in to and out of the lungs (Mosby Medical Dictionary)

19 Chapter 2 Physiology of Vital Signs 19 pressure and diastolic as well. Table 2 Categories for Blood Pressure Levels (in mmhg) Category Systolic (Top number) Diastolic (Bottom number) Normal Less than 120 Less than 80 Normal Less than 120 Less than 80 Pre-hypertension High Blood Pressure Stage Stage or higher 100 or higher 2.5 Oxygen Saturation Oxygen saturation is an indicator of percentage of hemoglobin saturated with the oxygen at the time of measurement. The instrument, well known as pulse oximetry, uses two sources of infra red light that are absorbed by hemoglobin and transmitted to a tissue to a photo detector [18]. Figure 9 Oxygen Saturation Measurement The oxygen saturation values (SaO2) are obtained from the pulse oximetry. Normal oxygen saturation values are 97% to 99% in the healthy individual. An oxygen saturation value of 95% is clinically accepted in a patient with a normal hemoglobin level [18].

20 Chapter 2 Physiology of Vital Signs 20

Electrocardiography I Laboratory

Electrocardiography I Laboratory Introduction The body relies on the heart to circulate blood throughout the body. The heart is responsible for pumping oxygenated blood from the lungs out to the body through the arteries and also circulating

More information

INTRODUCTORY GUIDE TO IDENTIFYING ECG IRREGULARITIES

INTRODUCTORY GUIDE TO IDENTIFYING ECG IRREGULARITIES INTRODUCTORY GUIDE TO IDENTIFYING ECG IRREGULARITIES NOTICE: This is an introductory guide for a user to understand basic ECG tracings and parameters. The guide will allow user to identify some of the

More information

Enhancements on SCP-ECG protocol for multi vital-sign handling

Enhancements on SCP-ECG protocol for multi vital-sign handling Enhancements on SCP-ECG protocol for multi vital-sign handling G. MANDELLOS, G. KOUTELAKIS, G. TRIANTAFYLLOU, M. KOUKIAS, D. LYMPEROPOULOS Wire Communication Lab, Electrical & Computer Engineering Dept.,

More information

Biology 347 General Physiology Lab Advanced Cardiac Functions ECG Leads and Einthoven s Triangle

Biology 347 General Physiology Lab Advanced Cardiac Functions ECG Leads and Einthoven s Triangle Biology 347 General Physiology Lab Advanced Cardiac Functions ECG Leads and Einthoven s Triangle Objectives Students will record a six-lead ECG from a resting subject and determine the QRS axis of the

More information

Understanding the Electrocardiogram. David C. Kasarda M.D. FAAEM St. Luke s Hospital, Bethlehem

Understanding the Electrocardiogram. David C. Kasarda M.D. FAAEM St. Luke s Hospital, Bethlehem Understanding the Electrocardiogram David C. Kasarda M.D. FAAEM St. Luke s Hospital, Bethlehem Overview 1. History 2. Review of the conduction system 3. EKG: Electrodes and Leads 4. EKG: Waves and Intervals

More information

Activity 4.2.3: EKG. Introduction. Equipment. Procedure

Activity 4.2.3: EKG. Introduction. Equipment. Procedure Activity 4.2.3: EKG The following is used with permission of Vernier Software and Technology. This activity is based on the experiment Analyzing the Heart with EKG from the book Human Physiology with Vernier,

More information

Electrophysiology Introduction, Basics. The Myocardial Cell. Chapter 1- Thaler

Electrophysiology Introduction, Basics. The Myocardial Cell. Chapter 1- Thaler Electrophysiology Introduction, Basics Chapter 1- Thaler The Myocardial Cell Syncytium Resting state Polarized negative Membrane pump Depolarization fundamental electrical event of the heart Repolarization

More information

The Electrocardiogram (ECG)

The Electrocardiogram (ECG) The Electrocardiogram (ECG) Preparation for RWM Lab Experiment The first ECG was measured by Augustus Désiré Waller in 1887 using Lippmann's capillary electrometer. Recorded ECG: http://www.youtube.com/watch_popup?v=q0jmfivadue&vq=large

More information

ACLS Chapter 3 Rhythm Review Instructor Lesson Plan to Accompany ACLS Study Guide 3e

ACLS Chapter 3 Rhythm Review Instructor Lesson Plan to Accompany ACLS Study Guide 3e ACLS Chapter 3 Rhythm Review Lesson Plan Required reading before this lesson: ACLS Study Guide 3e Textbook Chapter 3 Materials needed: Multimedia projector, computer, ACLS Chapter 3 Recommended minimum

More information

Evaluation copy. Analyzing the Heart with EKG. Computer

Evaluation copy. Analyzing the Heart with EKG. Computer Analyzing the Heart with EKG Computer An electrocardiogram (ECG or EKG) is a graphical recording of the electrical events occurring within the heart. In a healthy heart there is a natural pacemaker in

More information

The P Wave: Indicator of Atrial Enlargement

The P Wave: Indicator of Atrial Enlargement Marquette University e-publications@marquette Physician Assistant Studies Faculty Research and Publications Health Sciences, College of 8-12-2010 The P Wave: Indicator of Atrial Enlargement Patrick Loftis

More information

The new generation in ECG interpretation

The new generation in ECG interpretation The new generation in ECG interpretation Philips DXL ECG Algorithm, Release PH100B The Philips DXL ECG Algorithm, developed by the Advanced Algorithm Research Center, uses sophisticated analytical methods

More information

Feature Vector Selection for Automatic Classification of ECG Arrhythmias

Feature Vector Selection for Automatic Classification of ECG Arrhythmias Feature Vector Selection for Automatic Classification of ECG Arrhythmias Ch.Venkanna 1, B. Raja Ganapathi 2 Assistant Professor, Dept. of ECE, G.V.P. College of Engineering (A), Madhurawada, A.P., India

More information

HEART HEALTH WEEK 3 SUPPLEMENT. A Beginner s Guide to Cardiovascular Disease HEART FAILURE. Relatively mild, symptoms with intense exercise

HEART HEALTH WEEK 3 SUPPLEMENT. A Beginner s Guide to Cardiovascular Disease HEART FAILURE. Relatively mild, symptoms with intense exercise WEEK 3 SUPPLEMENT HEART HEALTH A Beginner s Guide to Cardiovascular Disease HEART FAILURE Heart failure can be defined as the failing (insufficiency) of the heart as a mechanical pump due to either acute

More information

Electrodes placed on the body s surface can detect electrical activity, APPLIED ANATOMY AND PHYSIOLOGY. Circulatory system

Electrodes placed on the body s surface can detect electrical activity, APPLIED ANATOMY AND PHYSIOLOGY. Circulatory system 4 READING AND INTERPRETING THE ELECTROCARDIOGRAM Electrodes placed on the body s surface can detect electrical activity, which occurs in the heart. The recording of these electrical events comprises an

More information

Electrocardiogram and Heart Sounds

Electrocardiogram and Heart Sounds Electrocardiogram and Heart Sounds An introduction to the recording and analysis of electrocardiograms, and the sounds of the heart. Written by Staff of ADInstruments Introduction The beating of the heart

More information

Introduction to Electrocardiography. The Genesis and Conduction of Cardiac Rhythm

Introduction to Electrocardiography. The Genesis and Conduction of Cardiac Rhythm Introduction to Electrocardiography Munther K. Homoud, M.D. Tufts-New England Medical Center Spring 2008 The Genesis and Conduction of Cardiac Rhythm Automaticity is the cardiac cell s ability to spontaneously

More information

12-Lead EKG Interpretation. Judith M. Haluka BS, RCIS, EMT-P

12-Lead EKG Interpretation. Judith M. Haluka BS, RCIS, EMT-P 12-Lead EKG Interpretation Judith M. Haluka BS, RCIS, EMT-P ECG Grid Left to Right = Time/duration Vertical measure of voltage (amplitude) Expressed in mm P-Wave Depolarization of atrial muscle Low voltage

More information

Cardiovascular Physiology

Cardiovascular Physiology Cardiovascular Physiology Heart Physiology for the heart to work properly contraction and relaxation of chambers must be coordinated cardiac muscle tissue differs from smooth and skeletal muscle tissues

More information

The heart then repolarises (or refills) in time for the next stimulus and contraction.

The heart then repolarises (or refills) in time for the next stimulus and contraction. Atrial Fibrillation BRIEFLY, HOW DOES THE HEART PUMP? The heart has four chambers. The upper chambers are called atria. One chamber is called an atrium, and the lower chambers are called ventricles. In

More information

Exchange solutes and water with cells of the body

Exchange solutes and water with cells of the body Chapter 8 Heart and Blood Vessels Three Types of Blood Vessels Transport Blood Arteries Carry blood away from the heart Transport blood under high pressure Capillaries Exchange solutes and water with cells

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

By the end of this continuing education module the clinician will be able to:

By the end of this continuing education module the clinician will be able to: EKG Interpretation WWW.RN.ORG Reviewed March, 2015, Expires April, 2017 Provider Information and Specifics available on our Website Unauthorized Distribution Prohibited 2015 RN.ORG, S.A., RN.ORG, LLC Developed

More information

Electrocardiography Review and the Normal EKG Response to Exercise

Electrocardiography Review and the Normal EKG Response to Exercise Electrocardiography Review and the Normal EKG Response to Exercise Cardiac Anatomy Electrical Pathways in the Heart Which valves are the a-v valves? Closure of the a-v valves is associated with which heart

More information

Efficient Heart Rate Monitoring

Efficient Heart Rate Monitoring Efficient Heart Rate Monitoring By Sanjeev Kumar, Applications Engineer, Cypress Semiconductor Corp. Heart rate is one of the most frequently measured parameters of the human body and plays an important

More information

Signal-averaged electrocardiography late potentials

Signal-averaged electrocardiography late potentials SIGNAL AVERAGED ECG INTRODUCTION Signal-averaged electrocardiography (SAECG) is a special electrocardiographic technique, in which multiple electric signals from the heart are averaged to remove interference

More information

BIPOLAR LIMB LEADS UNIPOLAR LIMB LEADS PRECORDIAL (UNIPOLAR) LEADS VIEW OF EACH LEAD INDICATIVE ECG CHANGES

BIPOLAR LIMB LEADS UNIPOLAR LIMB LEADS PRECORDIAL (UNIPOLAR) LEADS VIEW OF EACH LEAD INDICATIVE ECG CHANGES BIPOLAR LIMB LEADS Have both a distinctive positive and negative pole. Lead I LA (positive) RA (negative) Lead II LL (positive) RA (negative) Lead III LL (positive) LA (negative) UNIPOLAR LIMB LEADS Have

More information

GE Healthcare. Avance Carestation. Innovating with you, shaping exceptional care

GE Healthcare. Avance Carestation. Innovating with you, shaping exceptional care GE Healthcare Avance Carestation Innovating with you, shaping exceptional care Clinician inspired perioperative solutions GE s Avance Carestation was developed using an approach to perioperative solutions

More information

CHAPTER 1: THE LUNGS AND RESPIRATORY SYSTEM

CHAPTER 1: THE LUNGS AND RESPIRATORY SYSTEM CHAPTER 1: THE LUNGS AND RESPIRATORY SYSTEM INTRODUCTION Lung cancer affects a life-sustaining system of the body, the respiratory system. The respiratory system is responsible for one of the essential

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) What term is used to refer to the process of electrical discharge and the flow of electrical

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 30: Waveform Interchange

Digital Imaging and Communications in Medicine (DICOM) Supplement 30: Waveform Interchange Digital Imaging and Communications in Medicine (DICOM) Supplement 30: Waveform Interchange DICOM Standards Committee, Working Group 1 - Cardiac and Vascular Information 1300 N. 17 th Street, Suite 1847

More information

Anatomi & Fysiologi 060301. The cardiovascular system (chapter 20) The circulation system transports; What the heart can do;

Anatomi & Fysiologi 060301. The cardiovascular system (chapter 20) The circulation system transports; What the heart can do; The cardiovascular system consists of; The cardiovascular system (chapter 20) Principles of Anatomy & Physiology 2009 Blood 2 separate pumps (heart) Many blood vessels with varying diameter and elasticity

More information

the basics Perfect Heart Institue, Piyavate Hospital

the basics Perfect Heart Institue, Piyavate Hospital ECG INTERPRETATION: the basics Damrong Sukitpunyaroj MD Damrong Sukitpunyaroj, MD Perfect Heart Institue, Piyavate Hospital Overview Conduction Pathways Systematic Interpretation Common abnormalities in

More information

Welcome to Vibrationdata

Welcome to Vibrationdata Welcome to Vibrationdata Acoustics Shock Vibration Signal Processing December 2004 Newsletter Ni hao Feature Articles One of my goals is to measure a wide variety of oscillating signals. In some sense,

More information

NEONATAL & PEDIATRIC ECG BASICS RHYTHM INTERPRETATION

NEONATAL & PEDIATRIC ECG BASICS RHYTHM INTERPRETATION NEONATAL & PEDIATRIC ECG BASICS & RHYTHM INTERPRETATION VIKAS KOHLI MD FAAP FACC SENIOR CONSULATANT PEDIATRIC CARDIOLOGY APOLLO HOSPITAL MOB: 9891362233 ECG FAX LINE: 011-26941746 THE BASICS: GRAPH PAPER

More information

Section Four: Pulmonary Artery Waveform Interpretation

Section Four: Pulmonary Artery Waveform Interpretation Section Four: Pulmonary Artery Waveform Interpretation All hemodynamic pressures and waveforms are generated by pressure changes in the heart caused by myocardial contraction (systole) and relaxation/filling

More information

Anatomy and Physiology: Understanding the Importance of CPR

Anatomy and Physiology: Understanding the Importance of CPR Anatomy and Physiology: Understanding the Importance of CPR Overview This document gives you more information about the body s structure (anatomy) and function (physiology). This information will help

More information

ELECTROCARDIOGRAPHY (I) THE GENESIS OF THE ELECTROCARDIOGRAM

ELECTROCARDIOGRAPHY (I) THE GENESIS OF THE ELECTROCARDIOGRAM ELECTROCARDIOGRAPHY (I) THE GENESIS OF THE ELECTROCARDIOGRAM Scridon Alina, Șerban Răzvan Constantin 1. Definition The electrocardiogram (abbreviated ECG or EKG) represents the graphic recording of electrical

More information

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals

Detection of Heart Diseases by Mathematical Artificial Intelligence Algorithm Using Phonocardiogram Signals International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 1 May 2013, pp. 145-150 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Detection

More information

Chapter 20: The Cardiovascular System: The Heart

Chapter 20: The Cardiovascular System: The Heart Chapter 20: The Cardiovascular System: The Heart Chapter Objectives ANATOMY OF THE HEART 1. Describe the location and orientation of the heart within the thorax and mediastinal cavity. 2. Describe the

More information

Equine Cardiovascular Disease

Equine Cardiovascular Disease Equine Cardiovascular Disease 3 rd most common cause of poor performance in athletic horses (after musculoskeletal and respiratory) Cardiac abnormalities are rare Clinical Signs: Poor performance/exercise

More information

ECG Signal Analysis Using Wavelet Transforms

ECG Signal Analysis Using Wavelet Transforms Bulg. J. Phys. 35 (2008) 68 77 ECG Signal Analysis Using Wavelet Transforms C. Saritha, V. Sukanya, Y. Narasimha Murthy Department of Physics and Electronics, S.S.B.N. COLLEGE (Autonomous) Anantapur 515

More information

Tachyarrhythmias (fast heart rhythms)

Tachyarrhythmias (fast heart rhythms) Patient information factsheet Tachyarrhythmias (fast heart rhythms) The normal electrical system of the heart The heart has its own electrical conduction system. The conduction system sends signals throughout

More information

Heart and Vascular System Practice Questions

Heart and Vascular System Practice Questions Heart and Vascular System Practice Questions Student: 1. The pulmonary veins are unusual as veins because they are transporting. A. oxygenated blood B. de-oxygenated blood C. high fat blood D. nutrient-rich

More information

Monitoring EKG. Evaluation copy

Monitoring EKG. Evaluation copy Monitoring EKG Computer 28 An electrocardiogram, or EKG, is a graphical recording of the electrical events occurring within the heart. A typical EKG tracing consists of five identifiable deflections. Each

More information

For more information about the use of the Propaq monitor, refer to the Propaq Directions For Use.

For more information about the use of the Propaq monitor, refer to the Propaq Directions For Use. Clinical Support 8500 S.W. Creekside Pl. Beaverton, OR 97008-7107 U.S.A. Telephone: 503-526-4200 Toll Free: 800-289-2500 clinicalsupport@protocol.com ELECTROCARDIOGRAPHY Introduction This article provides

More information

510(k) Summary May 7, 2012

510(k) Summary May 7, 2012 510(k) Summary Medicalgorithmics 510(k) Premarket Notification 510(k) Summary May 7, 2012 1. Submitter Name and Address Medicalgorithmics LLC 245 West 107th St., Suite 11A New York, NY 10025, USA Contact

More information

Interpreting AV (Heart) Blocks: Breaking Down the Mystery

Interpreting AV (Heart) Blocks: Breaking Down the Mystery Interpreting AV (Heart) Blocks: Breaking Down the Mystery 2 Contact Hours Copyright 2012 by RN.com. All Rights Reserved. Reproduction and distribution of these materials is prohibited without the express

More information

VCA Veterinary Specialty Center of Seattle

VCA Veterinary Specialty Center of Seattle An electrocardiogram (ECG) is a graph of the heart`s electrical current, which allows evaluation of heart rate, rhythm and conduction. Identification of conduction problems within the heart begins with

More information

Electrocardiogram (ECG) Monitoring System using Bluetooth technology

Electrocardiogram (ECG) Monitoring System using Bluetooth technology Electrocardiogram (ECG) Monitoring System using Bluetooth technology Zarina Md Amin, Suryani Ilias, Zunuwanas Mohamad Department of Electrical Engineering, Polytechnic of Sultan Abdul Salahuddin Abdul

More information

How to read the ECG in athletes: distinguishing normal form abnormal

How to read the ECG in athletes: distinguishing normal form abnormal How to read the ECG in athletes: distinguishing normal form abnormal Antonio Pelliccia, MD Institute of Sport Medicine and Science www.antoniopelliccia.it Cardiac adaptations to Rowing Vagotonia Sinus

More information

A new SCP-ECG module for telemedicine services

A new SCP-ECG module for telemedicine services A new SCP-ECG module for telemedicine services G. MANDELLOS a, M. KOUKIAS a, G. ANASTASSOPOULOS b, D. LYMPEROPOULOS a a Wire Communication Lab, Electrical & Computer Engineering Dept., University of Patras,

More information

Wireless Medical Telemetry Laboratory

Wireless Medical Telemetry Laboratory Wireless Medical Telemetry Laboratory 0 Introduction The development of wireless medical telemetry has become an increasingly popular application in recent years. As the elderly population continues to

More information

The Body s Transport System

The Body s Transport System Circulation Name Date Class The Body s Transport System This section describes how the heart, blood vessels, and blood work together to carry materials throughout the body. Use Target Reading Skills As

More information

Atrioventricular (AV) node ablation

Atrioventricular (AV) node ablation Patient information factsheet Atrioventricular (AV) node ablation The normal electrical system of the heart The heart has its own electrical conduction system. The conduction system sends signals throughout

More information

QRS Complexes. Fast & Easy ECGs A Self-Paced Learning Program

QRS Complexes. Fast & Easy ECGs A Self-Paced Learning Program 6 QRS Complexes Fast & Easy ECGs A Self-Paced Learning Program Q I A ECG Waveforms Normally the heart beats in a regular, rhythmic fashion producing a P wave, QRS complex and T wave I Step 4 of ECG Analysis

More information

Ventilation Perfusion Relationships

Ventilation Perfusion Relationships Ventilation Perfusion Relationships VENTILATION PERFUSION RATIO Ideally, each alveolus in the lungs would receive the same amount of ventilation and pulmonary capillary blood flow (perfusion). In reality,

More information

The science of medicine. The compassion to heal.

The science of medicine. The compassion to heal. A PATIENT S GUIDE TO ELECTROPHYSIOLOGY STUDIES OF THE HEART The science of medicine. The compassion to heal. This teaching booklet is designed to introduce you to electrophysiology studies of the heart.

More information

Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification

Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification Department of Telecommunication Engineering Hijjawi Faculty for Engineering Technology Yarmouk University Wireless Remote Monitoring System for ASTHMA Attack Detection and Classification Prepared by Orobh

More information

Distance Learning Program Anatomy of the Human Heart/Pig Heart Dissection Middle School/ High School

Distance Learning Program Anatomy of the Human Heart/Pig Heart Dissection Middle School/ High School Distance Learning Program Anatomy of the Human Heart/Pig Heart Dissection Middle School/ High School This guide is for middle and high school students participating in AIMS Anatomy of the Human Heart and

More information

Breathing and Holding Your Breath copyright, 2005, Dr. Ingrid Waldron and Jennifer Doherty, Department of Biology, University of Pennsylvania 1

Breathing and Holding Your Breath copyright, 2005, Dr. Ingrid Waldron and Jennifer Doherty, Department of Biology, University of Pennsylvania 1 Breathing and Holding Your Breath copyright, 2005, Dr. Ingrid Waldron and Jennifer Doherty, Department of Biology, University of Pennsylvania 1 Introduction Everybody breathes all day, every day. Why?

More information

Heart Rate and Physical Fitness

Heart Rate and Physical Fitness Heart Rate and Physical Fitness The circulatory system is responsible for the internal transport of many vital substances in humans, including oxygen, carbon dioxide, and nutrients. The components of the

More information

Atrial Fibrillation (AF) March, 2013

Atrial Fibrillation (AF) March, 2013 Atrial Fibrillation (AF) March, 2013 This handout is meant to help with discussions about the condition, and it is not a complete discussion of AF. We hope it will complement your appointment with one

More information

Scott Hubbell, MHSc, RRT-NPS, C-NPT, CCT Clinical Education Coordinator/Flight RRT EagleMed

Scott Hubbell, MHSc, RRT-NPS, C-NPT, CCT Clinical Education Coordinator/Flight RRT EagleMed Scott Hubbell, MHSc, RRT-NPS, C-NPT, CCT Clinical Education Coordinator/Flight RRT EagleMed Identify the 12-Lead Views Explain the vessels of occlusion Describe the three I s Basic Interpretation of 12-Lead

More information

NEMA Standards Publication PS 3 Supplement 41. Digital Imaging and Communications in Medicine (DICOM) Digital Signatures

NEMA Standards Publication PS 3 Supplement 41. Digital Imaging and Communications in Medicine (DICOM) Digital Signatures NEMA Standards Publication PS 3 Supplement 1 Digital Imaging and Communications in Medicine (DICOM) Digital Signatures Status: Final Text Sep 001 Prepared by DICOM Standards Committee, Working Group 1

More information

Cardioversion for. Atrial Fibrillation. Your Heart s Electrical System Cardioversion Living with Atrial Fibrillation

Cardioversion for. Atrial Fibrillation. Your Heart s Electrical System Cardioversion Living with Atrial Fibrillation Cardioversion for Atrial Fibrillation Your Heart s Electrical System Cardioversion Living with Atrial Fibrillation When You Have Atrial Fibrillation You ve been told you have a heart condition called atrial

More information

The EasySense unit can detect that the Smart Q Heart Rate Sensor is connected and the range it is set to.

The EasySense unit can detect that the Smart Q Heart Rate Sensor is connected and the range it is set to. Heart Rate Sensor Heart Rate Sensor (Product No PC-3147) Pulse rate Range: 0 to 200 bpm Resolution: 1 bpm Waveform Range: -2000 to 2000 mv Resolution: 1 mv Introduction The Smart Q Heart Rate Sensor monitors

More information

Functions of Blood System. Blood Cells

Functions of Blood System. Blood Cells Functions of Blood System Transport: to and from tissue cells Nutrients to cells: amino acids, glucose, vitamins, minerals, lipids (as lipoproteins). Oxygen: by red blood corpuscles (oxyhaemoglobin - 4

More information

Blood vessels. transport blood throughout the body

Blood vessels. transport blood throughout the body Circulatory System Parts and Organs Blood vessels transport blood throughout the body Arteries blood vessels that carry blood AWAY from the heart Pulmonary arteries carry the deoxygenated blood from heart

More information

How To Understand What You Know

How To Understand What You Know Heart Disorders Glossary ABG (Arterial Blood Gas) Test: A test that measures how much oxygen and carbon dioxide are in the blood. Anemia: A condition in which there are low levels of red blood cells in

More information

HP Medical Archive Solutions DICOM Conformance Statement. January 2007 (Third Edition) Part Number T4434-96003

HP Medical Archive Solutions DICOM Conformance Statement. January 2007 (Third Edition) Part Number T4434-96003 HP Medical Archive Solutions DICOM Conformance Statement January 2007 (Third Edition) Part Number Copyright 2007, 2007 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license

More information

Introduction to Electrophysiology. Wm. W. Barrington, MD, FACC University of Pittsburgh Medical Center

Introduction to Electrophysiology. Wm. W. Barrington, MD, FACC University of Pittsburgh Medical Center Introduction to Electrophysiology Wm. W. Barrington, MD, FACC University of Pittsburgh Medical Center Objectives Indications for EP Study How do we do the study Normal recordings Abnormal Recordings Limitations

More information

HEALTH INFORMATICS - STANDARD

HEALTH INFORMATICS - STANDARD IRISH STANDARD I.S. EN 1064:2005 ICS 35.240.80 National Standards Authority of Ireland Glasnevin, Dublin 9 Ireland HEALTH INFORMATICS - STANDARD COMMUNICATION PROTOCOL - Tel: +353 1 807 3800 Fax: +353

More information

GE PACS Conformance Statement for DICOM v3.0

GE PACS Conformance Statement for DICOM v3.0 g GE Medical Systems Technical Publications IIS P/N 4361668 Revision 01 GE PACS Conformance Statement for DICOM v3.0 Copyright 1998 By General Electric Company g GE Medical Systems GE Medical Systems,

More information

BASIC CARDIAC ARRHYTHMIAS Revised 10/2001

BASIC CARDIAC ARRHYTHMIAS Revised 10/2001 BASIC CARDIAC ARRHYTHMIAS Revised 10/2001 A Basic Arrhythmia course is a recommended prerequisite for ACLS. A test will be given that will require you to recognize cardiac arrest rhythms and the most common

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Extracting, Storing And Viewing The Data From Dicom Files

Extracting, Storing And Viewing The Data From Dicom Files Extracting, Storing And Viewing The Data From Dicom Files L. Stanescu, D.D Burdescu, A. Ion, A. Caldare, E. Georgescu University of Kraiova, Romania Faculty of Control Computers and Electronics www.software.ucv.ro/en.

More information

Version 8 DICOM Conformance Statement. Version 3.04, September 2014

Version 8 DICOM Conformance Statement. Version 3.04, September 2014 Version 8 DICOM Conformance Statement Version 3.04, September 2014 1 Conformance Statement Overview The application described in this Conformance Statement VEPRO EMR Manager PACS is a collection of processes

More information

A Patient Guide to Atrial Fibrillation and Catheter Ablation

A Patient Guide to Atrial Fibrillation and Catheter Ablation A Patient Guide to Atrial Fibrillation and Catheter Ablation Al-Sabah Arrhythmia Institute 1111 Amsterdam Avenue New York, NY 10025 Phone: 212-523-2400 Fax: 212-523-2571 www.stlukescardiology.org Printed

More information

Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model

Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model Deriving the 12-lead Electrocardiogram From Four Standard Leads Based on the Frank Torso Model Daming Wei Graduate School of Information System The University of Aizu, Fukushima Prefecture, Japan A b s

More information

DICOM Conformance Statement FORUM

DICOM Conformance Statement FORUM DICOM Conformance Statement FORUM Version 3.1 Carl Zeiss Meditec AG Goeschwitzerstraße 51-52 07745 Jena Germany www.meditec.zeiss.com Document: DICOM Conformance Statement_FORUM_3.1.doc Page 1 of 25 1

More information

MECHINICAL VENTILATION S. Kache, MD

MECHINICAL VENTILATION S. Kache, MD MECHINICAL VENTILATION S. Kache, MD Spontaneous respiration vs. Mechanical ventilation Natural spontaneous ventilation occurs when the respiratory muscles, diaphragm and intercostal muscles pull on the

More information

Design of Medical Information Storage System ECG Signal

Design of Medical Information Storage System ECG Signal Design of Medical Information Storage System ECG Signal A. Rubiano F, N. Olarte and D. Lara Abstract This paper presents the design, implementation and results related to the storage system of medical

More information

Laerdal Patient Monitor Help Page 1 June 14, 2012, Rev E

Laerdal Patient Monitor Help Page 1 June 14, 2012, Rev E Laerdal Patient Monitor Help Page 1 Using the Laerdal Patient Monitor The Laerdal Patient Monitor software is used to simulate a typical Patient Monitor found in hospitals and ambulances. It is made available

More information

Magnetic Resonance Quantitative Analysis. MRV MR Flow. Reliable analysis of heart and peripheral arteries in the clinical workflow

Magnetic Resonance Quantitative Analysis. MRV MR Flow. Reliable analysis of heart and peripheral arteries in the clinical workflow Magnetic Resonance Quantitative Analysis MRV MR Flow Reliable analysis of heart and peripheral arteries in the clinical workflow CAAS MRV Functional Workflow Designed for imaging specialists, CAAS MRV

More information

Electrophysiology study (EPS)

Electrophysiology study (EPS) Patient information factsheet Electrophysiology study (EPS) The normal electrical system of the heart The heart has its own electrical conduction system. The conduction system sends signals throughout

More information

Lecture Outline. Cardiovascular Physiology. Cardiovascular System Function. Functional Anatomy of the Heart

Lecture Outline. Cardiovascular Physiology. Cardiovascular System Function. Functional Anatomy of the Heart Lecture Outline Cardiovascular Physiology Cardiac Output Controls & Blood Pressure Cardiovascular System Function Functional components of the cardiovascular system: Heart Blood Vessels Blood General functions

More information

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19

Doppler. Doppler. Doppler shift. Doppler Frequency. Doppler shift. Doppler shift. Chapter 19 Doppler Doppler Chapter 19 A moving train with a trumpet player holding the same tone for a very long time travels from your left to your right. The tone changes relative the motion of you (receiver) and

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Vtial sign #1: PULSE. Vital Signs: Assessment and Interpretation. Factors that influence pulse rate: Importance of Vital Signs

Vtial sign #1: PULSE. Vital Signs: Assessment and Interpretation. Factors that influence pulse rate: Importance of Vital Signs Vital Signs: Assessment and Interpretation Elma I. LeDoux, MD, FACP, FACC Associate Professor of Medicine Vtial sign #1: PULSE Reflects heart rate (resting 60-90/min) Should be strong and regular Use 2

More information

ANDROID BASED PORTABLE ECG MONITOR

ANDROID BASED PORTABLE ECG MONITOR www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 5 May, 2013 Page No. 1560-1567 ANDROID BASED PORTABLE ECG MONITOR Jeevan vijay*, Sathisha M.S., Shivakumar

More information

NHA Certified Clinical Medical Assistant (CCMA)

NHA Certified Clinical Medical Assistant (CCMA) NHA Certified Clinical Medical Assistant (CCMA) Detailed Test Plan 150 scored items, 20 pretest Exam Time: 2 hours 50 minutes # items 1. Patient Care 70 A. General Patient Care 53 1. Identify patients

More information

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS Blood Pressure Project 9 Blood pressure is a measure of the fluid pressure within the circulatory system. This pressure is required to ensure the delivery of oxygen and nutrients to, and the removal of

More information

PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION

PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION A Comprehensive Resource from the Heart Rhythm Society AF 360 provides a single, trusted resource for the most comprehensive and relevant information and

More information

GUIDE TO ATRIAL FIBRILLATION

GUIDE TO ATRIAL FIBRILLATION PATIENT INFORMATION GUIDE TO ATRIAL FIBRILLATION Atrial Fibrillation (AF) Atrial Flutter (AFL) Rate and Rhythm Control Stroke Prevention This document is endorsed by: A Comprehensive Resource from the

More information

UW MEDICINE PATIENT EDUCATION. Aortic Stenosis. What is heart valve disease? What is aortic stenosis?

UW MEDICINE PATIENT EDUCATION. Aortic Stenosis. What is heart valve disease? What is aortic stenosis? UW MEDICINE PATIENT EDUCATION Aortic Stenosis Causes, symptoms, diagnosis, and treatment This handout describes aortic stenosis, a narrowing of the aortic valve in your heart. It also explains how this

More information

5 MILLION AMERICANS 1. Atrial Fibrillation (AFib) AFib affects an estimated

5 MILLION AMERICANS 1. Atrial Fibrillation (AFib) AFib affects an estimated A Patient s Guide To with Atrial Fibrillation (AFib) CAUSES RISK FACTORS SYMPTOMS DIAGNOSIS TREATMENTS INSIDE The Healthy Heart... 2 Your Heart In AFib... 4 How Do You Get It?... 6 How Do You Know If You

More information

GRADE 11F: Biology 3. UNIT 11FB.3 9 hours. Human gas exchange system and health. Resources. About this unit. Previous learning.

GRADE 11F: Biology 3. UNIT 11FB.3 9 hours. Human gas exchange system and health. Resources. About this unit. Previous learning. GRADE 11F: Biology 3 Human gas exchange system and health UNIT 11FB.3 9 hours About this unit This unit is the third of six units on biology for Grade 11 foundation. The unit is designed to guide your

More information

«Δυσλειτουργία βηματοδότη. Πως μπορούμε να την εκτιμήσουμε στο ιατρείο.» Koσσυβάκης Χάρης Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ

«Δυσλειτουργία βηματοδότη. Πως μπορούμε να την εκτιμήσουμε στο ιατρείο.» Koσσυβάκης Χάρης Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ «Δυσλειτουργία βηματοδότη. Πως μπορούμε να την εκτιμήσουμε στο ιατρείο.» Koσσυβάκης Χάρης Καρδιολογικό Τμήμα Γ.Ν.Α. «Γ. ΓΕΝΝΗΜΑΤΑΣ Diagnostic tools History: symptoms, physical examination 12 leads ECG,

More information

Reavis High School Anatomy and Physiology Curriculum Snapshot

Reavis High School Anatomy and Physiology Curriculum Snapshot Reavis High School Anatomy and Physiology Curriculum Snapshot Unit 1: Introduction to the Human Body 10 days As part of this unit, students will define anatomy, physiology, and pathology. They will identify

More information