SlideShare a Scribd company logo
1 of 12
Download to read offline
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Diagnosis of Some Diseases in Medicine via computerized Experts
System
R.A. Soltan1, M. Z. Rashad2, B.El-Desouky3
1
2

Dep. of statistic and computer science,Faculty of science, Mansoura University
Dep. of Comp. scienecs, Faculty of Comp. and Info., Mansoura University, Egypt
3
Dep. of Mathematics, Faculty of Sciences, Mansoura University, Egypt

ABSTRACT
Nowadays medical application especially diagnosis of some heart diseases has been rapidly increased
because its importance and effectiveness to detect diseases and classify patients. In this research, we
present the design of an expert system that aims to provide the patient with background for suitable
diagnosis and treatment (Especially Angina Pectoris and Myocardial infarction). The proposed
methodology is composed of four stages. The first stage is receiving the symptoms from the patient. The
second stage is requesting from the patient to make some analysis and investigation to help the system to
make a correct decision in the diagnosis. The third stage is doing diagnosis of patient according to
information from patient (symptoms, analysis and investigation). The four stage is determining the name of
appropriate medication or what should be done until the patient recovers (step therapy), so this system is
able to give appropriate diagnosis and treatment for two heart diseases namely; angina pectoris and
infarction. There are several programs used for diagnosis and system analysis, such as CLIPS and
PROLOG. A medical expert system in this search made by Visual Prolog 7.3 is proposed.

GENERAL TERMS
Experts System, Diagnosis, medical, coronary artery diseases

KEYWORDS
Experts System, Diagnosis, medical, CLIPS, PROLOG, coronary artery diseases

1. INTRODUCTION
Increasing computer-based methods improve the quality of medical services. Artificial
Intelligence (AI) is the area of computer science focusing on creating machines that can
engage on behaviors that humans consider intelligent [1]. One of the most important
areas of Artificial Intelligence (AI) is an Expert system. The proposed system for
dealing with the problem of heart diseases diagnosis and treatment is an expert system.
Expert System (ES) is widely used in many areas and it has many applications. Most
important fields area of expert system is the medicine and it use in detection,
diagnosing symptoms and treatment diseases. The user can interact with a computer to
solve a certain problem by expert system. This is because the expert system can store
heuristic knowledge. The development of expert system is implemented in visual prolog
v7.3 programming environment [2]. These programming tools facilitate human
knowledge or expertise for medical therapy. The reason for Visual prolog program is
the flexibility the expandability and low lost. This helps medical expert (doctor)
diagnosis of a patient rightly. The Coronary Artery Diseases consist of a lot of Diseases
that have common symptoms. Some of them have similar symptom that make very
difficult even for Cardiologist (specialist) to put a right diagnosis. This Expert System
DOI : 10.5121/ijcsit.2013.5505

79
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

can do that. Diagnosis of Ischemic heart diseases is initially based on the symptoms that
the person is suffering and the result of investigation. Many cases of heart diseases can
lead to death. However, if detected early enough, the heart can be saved [3]. In this
paper, we will introduce a system for diagnosis human heart diseases and treatment
using visual prolog V 7.3.
We present in section 2 is previous work showing Expert system and medical data, section 3
shows the function of the proposed system. Section 4 shows Building diagnosis expert system
using visual prolog V 7.3.

2. STATE-OF-ART
An expert system (ES) known as knowledge based system, is a computer program that uses
knowledge and inference procedures to solve problems that are ordinarily solved through human
expertise. The main components of an ES are: a) knowledge base, b) inference engine, c) userinterface.
There are many applications of expert systems such as diagnosis, design, planning, financial
decision making etc. Most applications of expert systems in medicine involve predicting,
diagnosing and treating a particular disease [4]. Now expert systems has many other roles in
clinical care such as disease prevention, therapy, rehabilitation of the patient after therapy etc. n
medicine, expert systems are used to train the medical students on various medical tasks. In
certain situations, where either the case is quite complex or there is no medical experts readily
available for patients medical expert systems are useful. From the very beginning the main
obstacle of using expert systems in medicine has been the accuracy of such systems [5]. The
development of an expert system requires medical data of specialized doctor. This data is
collected in two phases. Firstly, the creation of personal interview between doctor and patient
record the medical background of heart disease. Secondly, medical data is turned into rules (IFTHEN). Rules for diagnosis contain in IF part the symptoms and in THEN part the disease. Rules
for treatment contain in IF part the disease and in THEN part the treatment. The inference engine
(forward reasoning) is the mechanism through which rules are selected to be fired. It is based on a
pattern matching algorithm whose main purpose is to associate the facts (input data) with
applicable rules form the rule base. Finally, the heart diseases are produced by the inference
engine [6].
Coronary heart disease (CHD) is the most common form of heart disease and the single most
important cause of premature death in certain parts of world. Disease of the coronary arteries is
almost always due to sudden death .This research presents design of an expert system for
diagnosis and treatment of coronary artery diseases namely ; angina pectoris and myocardial
infarction.
1-Angina pectoris causes chest pain which is radiated to left shoulder, medial aspect of left arm ,
forearm and medial 2 fingers ,its duration not <2 minutes and not >20 minutes precipitated by
effort and relived by rest and sublingual nitrates ,associated with nausea , tachycardia vomiting ,
sweating and Hypertension. ESG at rest is normal, post do exercise ECG: stress test is depressed
ST segment [7].
2-Myocardial infarction (MI) remains a leading cause of morbidity and mortality worldwide.
Myocardial infarction occurs when myocardial ischemia, a diminished blood supply to the heart,
exceeds a critical threshold and overwhelms myocardial cellular repair mechanisms designed to
maintain normal operating function and homeostasis. ECG: Abnormal Q-waves "due to necrosis
", Raised ST segment or Depression and Inversion of T-wave [7].
80
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Symptom diseases are classified into strong, moderate and mild as shown in table 1.This table
shows clustering of symptom's facts to avoid repetition. We can use AND/OR to connect a
premise clauses in compound rule as shown in fig 1
If there symptom(s) Dyspnea (mild)
AND shock (mild)
AND weak in heart sound (mild)
AND chest pain (mild-moderate)
AND Gallop in heart sound (mild)
AND paradoxical splitting of 2nd heart sound (mild)
AND BI.P(Hypertension)
AND pulse (Tachycardia)|
AND Duration of pain (not <20 min and not >20 min)
OR fever (mild)
OR nausea (mild)
OR palpitation (mild)
THEN the Disease is Angina pectoris

Fig1.An example for production rule

But this information is not enough for Ischemic heart diseases diagnosis we need to do
investigation also reach to correct diagnosis and then a correct treatment to ischemic heart
diseases.
Table 1: Heart diseases symptom's clustering template
◌Angina pectoris
ِ

Infarction

-Dyspnea

Mild

Strong(sever)

-Shock

Mild

Strong

-Weak in heart
sound

Mild

Strong

Symptoms
Disease

Mild

Strong

-Gallop in heart
sound

Mild

.............

-Paradoxical
splitting of 2nd
heart sound

................

Mild

.................

Mild

Hypertension

Hypertension

Tachycardia

Tachycardia

Mild-moderate

Strong

Mild

Strong

-Paradoxical
splitting of 4th
heart sound
Pericardial rub-BI-P
-Pulse

81
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013
Chest pain -

Mild

Strong

-Palpitation

Mild

Strong

Not >20 min and
<20 min

>20 min

Fever -Nausea
-Duration of pain

Table2. Ischemic heart diseases to Investigation (ECG at rest)
ECG

Normal

Ischemia

Angina
pectoris

Infarction

Normal

T

F

F

F

Change in Twave and ST
segment

F

T

F

F

Depressed ST
segment

F

F

T

F

Deep Q-wave
and elevated
ST segment

F

F

F

T

Table3. Ischemic heart diseases to Investigation (ECG at stress):
ECG

Normal

Ischemia

Angina
pectoris

Infarction

Normal

T

F

F

F

Change in
T-wave
and
ST
segment

F

T

F

F

Depressed
ST
segment

F

F

T

F

Deep
Qwave and
elevated
ST
segment

F

F

F

T

Table 4. Ischemic diseases to investigation (ECHO):
ECHO

Normal

Ischemia

Angina
pectoris

infarction

Normal

T

F

F

F

Abnormal
motion of
cardiac
muscle

F

T

F

F

akinsia

F

F

F

T

82
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Investigation is classified into ECG (at rest), ECG (at stress), ECHO as shown in table 2.3,4.. We
can use AND/OR to connect a premise clauses in compound rule as shown in fig 2
If there investigation (s) ECG(normal)
AND exercise EcG(change in T-wave and ST segment)
AND ECHO (Abnormal motion of cardiac muscle)
OR ECG (change in T-wave and ST segment)
THEN the Disease is Ischemia

Fig2. an example for production rule
Table5. Determine type of Ischemia:
Dinitra tab sublingual

Improve

Not improve

After 1 tab

Angina pectoris

Take 2nd tab

After 2nd tab

Angina pectoris

Take 3rd tab

After 3rd tab

Angina pectoris

Infarction

st

We can use AND/OR to connect a premise clauses in compound rule as shown in fig 3
If patient(s) improve (after1st tab)
OR Improve (after 2nd tab)
OR Improve (after 3rd tab)
THEN The Disease is Angina pectoris

Fig3.An example for production rule

3. PROPOSED FRAMEWORK
3.1 Flowcharts
The proposed program is receiving the symptoms from patient for diagnosis and treatment of
ischemic heart diseases by asking about: personal history, family history, symptoms, signs and
then requires doing investigation to give a correct diagnosis.
First, let us present the Algorithm for ischemic heart diseases to investigation

83
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013
Patient has chest pain

No

No

Duration of
Pain>20 min

ys
e

Pleurisy , fractured rib ,
Costochondritis

No

Angina
Pectoris

Myocardial
Infarction

yes

Patient relieved
By proton

Esophogitis &
hiatal hernia

e
y
s

N
o

Patient has
Significant HTN

No

ys
e

Pain increased
by breathing
ys
e

Pain is
Constant

Patient has
Fever &
Sputum

No

Patient has
Hermoptysis

yes

pneumonia

N
o

e
ys

-Dissecting
-aneurysm
-Myocardial infarction

Pulmonary Embolism
No

Myocardial
Infarction

e
y
s

Patient aggravated
By movement

Pericarditis
Muscular

Fig 4.chest pain flowchart

Here is the Algorithm for ischemic heart diseases to investigation:

Patient has chest pain

Patient has chest pain

Patient has chest pain

Patient has chest pain

Patient has chest pain

Patient has chest pain

Patient has chest pain

Patient do
ECG at rest

Patient do
ECG at rest

Patient do
ECG at rest

Patient do
ECG at rest

Patient do
ECG at rest

Patient do
ECG at rest

Patient do
ECG at rest

Normal

Normal

Normal

Normal

Normal

Normal

Normal

Patient do
ECG at stress

Patient do
ECG at stress

Patient do
ECG at stress

Depress in
ST-segment

Change in T-wave
And ST-segment

Deep in Q-wave and
elevated ST-segment

Normal

Patient do
ECHO at rest

Normal

Disease is
Normal

Change in T-wave
And ST-segment

Patient do
ECHO at rest
Abnormal motion of
cardiac muscle

Disease is
Ischemia

Patient do
ECG at stress

Deep in Q-wave and
elevated ST-segment
Depress in
ST-segment
Patient do
ECHO at rest

Disease is
Angina pectoris

Disease is
Ischemia

Disease is
Myocardial Infarction

Disease is
Angina pectoris

Akinsia

Disease is
Myocardial Infarction

Fig5.investigation flowchart

Here is the Algorithm for ischemic heart diseases to ischemia:
84
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Patient has Ischemia

yes

Patient improved
After 1st Dinitra tab
Sublingual
N
o

Disease is Angina pectoris

Patient improved
After 2nd Dinitra tab
Sublingual

yes

N
o

Disease is Angina pectoris

Patient improved
After 3rd Dinitra tab
Sublingual

yes

N
o

Disease is Angina pectoris

Disease is Myocardial
Infarction

Fig 6. ischemia flowchart

This rules discussed the diagnosis of Ischemic heart diseases (angina pectoris and myocardial
infarction) by do investigation to get actually diagnosis to patient and then treatment. We will
present the rule for ischemic heart diseases to Treatment
fig 7 shows the description of the rules for treatment of coronary artery diseases:
IF Medical Diagnosis ( angina pectoris )
THEN Treatment ( R/ Dinitra 5 , 10 mg Sublingual Tab
, Beta blocker e.g Tenormin[ATENOLOL]
25,50,100 mg Tab , Aggrex[ASPIRIN]75 mg Tab
, Isoptine [VERAPAMIL] 80 mg Tab , stop somking
,tea,coffee,decrease weight, bo some exercise.")
IF Medical Diagnosis ( myocardial infarction )
THEN Treatment (Morphine 10 mg Amp
streptokinase (e.g Angikinase 300000 ,500000 IUVails),
Heparin Amp 5000Units s.c.8-12 hours ,
teronormin[ATENO:O:] Amp,Tab, Aspirin 75 mg
,Beta blockers.Stop smoking ,tea,coffee
,do some exercise as walking.")

Fig 7. treatment of Infarction

The description of the rules generated by using PROLOG PROGRAM:

85
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Rule 1
Treatment( R/ Dinitra 5 , 10 mg Sublingual Tab
, Beta blocker e.g Tenormin[ATENOLOL]
25,50,100 mg Tab , Aggrex[ASPIRIN]75 mg Tab
, Isoptine [VERAPAMIL] 80 mg Tab , stop somking
,tea,coffee,decrease weight, bo some exercise."):-Medical
Diagnosis(angina pectoris)
Rule 2
Treatment(R/Morphine 10 mg Amp ,streptokinase
(e.g Angikinase 300000 ,500000 IUVails),
Heparin Amp 5000Units s.c.8-12 hours , teronormin[ATENO:O:] Amp,Tab, Aspirin 75 mg
,Beta blockers.Stop smoking ,tea,coffee
, do some exercise as walking."):-Medical
Diagnosis (myocardial infarction)
We will use this code and the previous rules in visual prolog to design graphical user interface
that help the user to connect with system. The user interface is represented as menu which
displays the ischemic heart diseases (angina pectoris and myocardial infarction) to the user. A
main window displays the steps; the user should do to get a correct diagnosis and treatment when
the system starts.

3.2 User Interface
Figures 7, 19 show project main screen. Figures 8, 9, 10, 11,12and 13, 14, 15 show the system
input patient data screens for heart diagnosis. The system asks a doctor (user) about the
demographic data concerns information such as patient; age, sex cardiology risk factors, clinical
data symptoms and signs through different dialogues and store answer in its knowledge base.
Figures 16, 17 show the system input patient investigation screens for heart diagnosis. After
finishing the questions concerning the symptoms dialogue, the results appear as shown in fig 18.
After determining type diseases, the treatment appear as shown in fig 20.

Fig.7. Main screen for diagnosis
86
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Fig .8. Input data for heart diagnosis 1st screen.

Fig. 9. Input data for heart diagnosis 2nd screen.

Fig. 10. Input data for heart diagnosis 3rd screen.

Fig. 11. Input data for heart diagnosis 4th screen.

Fig. 12. Input data for heart diagnosis 5th screen.
87
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Fig. 13. Input data for heart diagnosis 6th screen.

Fig. 14. Input data for heart diagnosis 7th screen.

Fig. 15. Input data for heart diagnosis 8th screen.

Fig. 16. Input investigation for heart diagnosis 1st screen.

Fig. 17. Input investigation for heart diagnosis 2nd screen.
88
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

Fig. 18. Output heart diagnosis results screen.

Fig.19, Main screen for diagnosis.

Fig. 20, Output heart treatment results screen.

4. CONCLUSION
The expert systems have an interesting application. In addition, ES has created considerable
importance systems of diagnosis. Doctors and patients get help from the propose system .ES
provides decision support system, Interactive training tool and expert advice .The system displays
diagnosis of heart disease using intelligent system. The proposed system is essentially a
production a production rule system (i.e., composed of IF-THEN) used conjunction with
uncertainty reasoning. In the next research we will explain how to design Graphical user interface
by using previous rules in visual prolog version 7.3 and how turning on the program by user.
This paper described a prototype model of a expert system for diagnosing and treatment heart
diseases. The system uses the rule-based reasoning technique through simple querying of
symptoms, signs and investigation done to the patient. The system can be used for diagnosing
heart disease patient and then give treatment.

89
International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013

REFERENCES
[1]
[2]

[3]
[4]
[5]

[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]

Russell, S.andP.Norvig, 2002.Artifical Intelligence:Amordern Approach,prentice Hall,second Edition.
Beverly G.Hope,Rosewary H.wild,"An Expert Support System for Service Quality
Improvement",proceedings of the twenty-seventh Annual Hawaill International conference on system
science,1994.
Turban E.,1992.ExpertSystem and Applied Artificial Intelligence , Mecmillan publishing company
,New York.
Joseph C.Giarratano,Gary D.Riley,"Expert System Principles and Programming , Third
Edition",pp.624,1998-02-09.
Karagiannis S., Dounis A., Chalastras T., Tiropanis P., and Papachristos D., 2006,"Design of Expert
System for Search Allergy and Selection of the Skin tests using clips, International Journal of
Information Technology,3(1).
Jackson , P.,1999,"Introduction Expert Systems, Harlow , England:Addison Wesley Longman . Third
Eddition.
Abdel Fattahh . Madkour, Magdah.Mohammed, "Superguide for Diagnosis and Treatment".
Samy S.,Abu Naser, Abu Zaiter A.Ola:"An Expert System for Diagnosis Eye Diseases using
Clips",Journal of Theoretical and Applied Information Technologh.
http"//www.allaboutvision.com/conditions/droopinglisds.htm.
http://www.umm.edu/ency/article/003033.htm.
http://www.mothernature.com/library/Bookshelf/books/16/69.cfm.
Azaabs.,Abu Naser S.,and Sulisel O.,2000.Aproposed Expert Systems for selecting exploratory factor
analysis procedures, Journal of the college of education,4(2):9-26.
Alison Cawsey, Introductory AI course, available at
http://www.macs.hw.ac.uk/~alison/ai3notes/all.html, accessed 30/12/07.
Shu-Hsien L., 2005. "Expert Methodologies and application- adecade review form 1995 to 2004,
Expert system with Applications,28:93-103.
E.P.Ephzibah,
School
of
Information
Technology
and
Engineering,
VTT
University,Vellore,TamilNadu.India,"A Hybrid Genetic-Fuzzy Expert System for Effective Heart
Disease Diagnosis".

90

More Related Content

What's hot

A gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control systemA gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control systemeSAT Publishing House
 
Sleep Apnea Identification using HRV Features of ECG Signals
Sleep Apnea Identification using HRV Features of ECG Signals Sleep Apnea Identification using HRV Features of ECG Signals
Sleep Apnea Identification using HRV Features of ECG Signals IJECEIAES
 
Introduction to biomedical instrumentation the technology of patient care
Introduction to biomedical instrumentation   the technology of patient careIntroduction to biomedical instrumentation   the technology of patient care
Introduction to biomedical instrumentation the technology of patient careMusa Enderer
 
Crimson Publishers-A Review on Electromechanical Methods and Devices for Neu...
Crimson Publishers-A Review on Electromechanical Methods and  Devices for Neu...Crimson Publishers-A Review on Electromechanical Methods and  Devices for Neu...
Crimson Publishers-A Review on Electromechanical Methods and Devices for Neu...Crimsonpublishers-Mechanicalengineering
 
Biomedical Instrumentation
Biomedical InstrumentationBiomedical Instrumentation
Biomedical Instrumentationlinsstalex
 
A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...journalBEEI
 
Biomedical instrumentation
Biomedical instrumentationBiomedical instrumentation
Biomedical instrumentationTapeshwar Yadav
 
Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...
Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...
Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...CSCJournals
 
Biomedical engineering (BME)
Biomedical engineering (BME)Biomedical engineering (BME)
Biomedical engineering (BME)Tapeshwar Yadav
 
IRJET- Medical Database Mining for Heart Disease Precautions and Early Ca...
IRJET-  	  Medical Database Mining for Heart Disease Precautions and Early Ca...IRJET-  	  Medical Database Mining for Heart Disease Precautions and Early Ca...
IRJET- Medical Database Mining for Heart Disease Precautions and Early Ca...IRJET Journal
 
Bachelorthesis.compressed
Bachelorthesis.compressedBachelorthesis.compressed
Bachelorthesis.compressedDhara Shah
 
Uses of computer in medical field
Uses of computer in medical fieldUses of computer in medical field
Uses of computer in medical fieldUCP
 
introduction to biomedical engineering, Applications of biomedical engineering
introduction to biomedical engineering, Applications of biomedical engineeringintroduction to biomedical engineering, Applications of biomedical engineering
introduction to biomedical engineering, Applications of biomedical engineeringJayachandran T
 
Contribution of biomedical engineers to healthcare development
Contribution of biomedical engineers to healthcare developmentContribution of biomedical engineers to healthcare development
Contribution of biomedical engineers to healthcare developmentHani M. Bu-Omer
 
Documenting Work-related Injuries in Chiropractic Medical Billing
Documenting Work-related Injuries in Chiropractic Medical BillingDocumenting Work-related Injuries in Chiropractic Medical Billing
Documenting Work-related Injuries in Chiropractic Medical BillingOutsource Strategies International
 

What's hot (18)

A gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control systemA gsm enabled real time simulated heart rate monitoring & control system
A gsm enabled real time simulated heart rate monitoring & control system
 
Medical Instrumentation
Medical InstrumentationMedical Instrumentation
Medical Instrumentation
 
Sleep Apnea Identification using HRV Features of ECG Signals
Sleep Apnea Identification using HRV Features of ECG Signals Sleep Apnea Identification using HRV Features of ECG Signals
Sleep Apnea Identification using HRV Features of ECG Signals
 
Introduction to biomedical instrumentation the technology of patient care
Introduction to biomedical instrumentation   the technology of patient careIntroduction to biomedical instrumentation   the technology of patient care
Introduction to biomedical instrumentation the technology of patient care
 
Crimson Publishers-A Review on Electromechanical Methods and Devices for Neu...
Crimson Publishers-A Review on Electromechanical Methods and  Devices for Neu...Crimson Publishers-A Review on Electromechanical Methods and  Devices for Neu...
Crimson Publishers-A Review on Electromechanical Methods and Devices for Neu...
 
Biomedical Instrumentation
Biomedical InstrumentationBiomedical Instrumentation
Biomedical Instrumentation
 
A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...A general framework for improving electrocardiography monitoring system with ...
A general framework for improving electrocardiography monitoring system with ...
 
Biomedical instrumentation
Biomedical instrumentationBiomedical instrumentation
Biomedical instrumentation
 
Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...
Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...
Work–related Musculoskeletal Disorders Among Healthcare Workers in a General ...
 
Bio Medical Engineering
Bio Medical Engineering Bio Medical Engineering
Bio Medical Engineering
 
Biomedical engineering (BME)
Biomedical engineering (BME)Biomedical engineering (BME)
Biomedical engineering (BME)
 
G0331038042
G0331038042G0331038042
G0331038042
 
IRJET- Medical Database Mining for Heart Disease Precautions and Early Ca...
IRJET-  	  Medical Database Mining for Heart Disease Precautions and Early Ca...IRJET-  	  Medical Database Mining for Heart Disease Precautions and Early Ca...
IRJET- Medical Database Mining for Heart Disease Precautions and Early Ca...
 
Bachelorthesis.compressed
Bachelorthesis.compressedBachelorthesis.compressed
Bachelorthesis.compressed
 
Uses of computer in medical field
Uses of computer in medical fieldUses of computer in medical field
Uses of computer in medical field
 
introduction to biomedical engineering, Applications of biomedical engineering
introduction to biomedical engineering, Applications of biomedical engineeringintroduction to biomedical engineering, Applications of biomedical engineering
introduction to biomedical engineering, Applications of biomedical engineering
 
Contribution of biomedical engineers to healthcare development
Contribution of biomedical engineers to healthcare developmentContribution of biomedical engineers to healthcare development
Contribution of biomedical engineers to healthcare development
 
Documenting Work-related Injuries in Chiropractic Medical Billing
Documenting Work-related Injuries in Chiropractic Medical BillingDocumenting Work-related Injuries in Chiropractic Medical Billing
Documenting Work-related Injuries in Chiropractic Medical Billing
 

Viewers also liked

Folha Dominical - 06.12.15 Nº 598
Folha Dominical - 06.12.15 Nº 598Folha Dominical - 06.12.15 Nº 598
Folha Dominical - 06.12.15 Nº 598Comunidades Vivas
 
Keynote TamingChange@RoyalOpera
Keynote TamingChange@RoyalOperaKeynote TamingChange@RoyalOpera
Keynote TamingChange@RoyalOperaPhilippe Le Baron
 
LIERATURA UNIVERSAL
LIERATURA UNIVERSALLIERATURA UNIVERSAL
LIERATURA UNIVERSALyaizatapia
 
2. ใบความรู้ที่ 1
2. ใบความรู้ที่ 12. ใบความรู้ที่ 1
2. ใบความรู้ที่ 1Chainarong Ngaosri
 
Cambodia.Lecture_MUP_4.11.14
Cambodia.Lecture_MUP_4.11.14Cambodia.Lecture_MUP_4.11.14
Cambodia.Lecture_MUP_4.11.14Ela Gerthnerova
 
Sunhotels_CompanyOverview_131015
Sunhotels_CompanyOverview_131015Sunhotels_CompanyOverview_131015
Sunhotels_CompanyOverview_131015Ruggiero Ricco
 
Succession planning
Succession planning Succession planning
Succession planning shruthi nair
 
Funktsiin extremum
Funktsiin extremumFunktsiin extremum
Funktsiin extremumdoogii2335
 
FADI AL SHOUBAKI RESUME - UPDATE
FADI AL SHOUBAKI RESUME - UPDATEFADI AL SHOUBAKI RESUME - UPDATE
FADI AL SHOUBAKI RESUME - UPDATEFadi Al Shobaki
 
Angry birds
Angry birdsAngry birds
Angry birdsMoinak03
 
Análisis de estudios para la automatización de Invernaderos
Análisis de estudios para la automatización de InvernaderosAnálisis de estudios para la automatización de Invernaderos
Análisis de estudios para la automatización de Invernaderosalfonso gallegos
 
The Role of Fuel Efficiency for transport modes in achieving the 1.5º/2ºC Obj...
The Role of Fuel Efficiency	for transport modes in	achieving the 1.5º/2ºC Obj...The Role of Fuel Efficiency	for transport modes in	achieving the 1.5º/2ºC Obj...
The Role of Fuel Efficiency for transport modes in achieving the 1.5º/2ºC Obj...FIA Foundation
 
Menara Tabung Haji Case Study
Menara Tabung Haji Case StudyMenara Tabung Haji Case Study
Menara Tabung Haji Case StudyLovie Tey
 
Anatomy of the kidney
Anatomy of the kidneyAnatomy of the kidney
Anatomy of the kidneyAmeer Azeez
 
Agricultura ecológica. Alvaro Fernández Reina
Agricultura ecológica. Alvaro Fernández ReinaAgricultura ecológica. Alvaro Fernández Reina
Agricultura ecológica. Alvaro Fernández ReinaPaco Gil
 
Delimited Dynamic Binding
Delimited Dynamic BindingDelimited Dynamic Binding
Delimited Dynamic BindingYouyou Cong
 

Viewers also liked (18)

Folha Dominical - 06.12.15 Nº 598
Folha Dominical - 06.12.15 Nº 598Folha Dominical - 06.12.15 Nº 598
Folha Dominical - 06.12.15 Nº 598
 
Keynote TamingChange@RoyalOpera
Keynote TamingChange@RoyalOperaKeynote TamingChange@RoyalOpera
Keynote TamingChange@RoyalOpera
 
LIERATURA UNIVERSAL
LIERATURA UNIVERSALLIERATURA UNIVERSAL
LIERATURA UNIVERSAL
 
2. ใบความรู้ที่ 1
2. ใบความรู้ที่ 12. ใบความรู้ที่ 1
2. ใบความรู้ที่ 1
 
Cambodia.Lecture_MUP_4.11.14
Cambodia.Lecture_MUP_4.11.14Cambodia.Lecture_MUP_4.11.14
Cambodia.Lecture_MUP_4.11.14
 
Sunhotels_CompanyOverview_131015
Sunhotels_CompanyOverview_131015Sunhotels_CompanyOverview_131015
Sunhotels_CompanyOverview_131015
 
Entrar en razón
Entrar en razónEntrar en razón
Entrar en razón
 
Succession planning
Succession planning Succession planning
Succession planning
 
Funktsiin extremum
Funktsiin extremumFunktsiin extremum
Funktsiin extremum
 
FADI AL SHOUBAKI RESUME - UPDATE
FADI AL SHOUBAKI RESUME - UPDATEFADI AL SHOUBAKI RESUME - UPDATE
FADI AL SHOUBAKI RESUME - UPDATE
 
Angry birds
Angry birdsAngry birds
Angry birds
 
Análisis de estudios para la automatización de Invernaderos
Análisis de estudios para la automatización de InvernaderosAnálisis de estudios para la automatización de Invernaderos
Análisis de estudios para la automatización de Invernaderos
 
The Role of Fuel Efficiency for transport modes in achieving the 1.5º/2ºC Obj...
The Role of Fuel Efficiency	for transport modes in	achieving the 1.5º/2ºC Obj...The Role of Fuel Efficiency	for transport modes in	achieving the 1.5º/2ºC Obj...
The Role of Fuel Efficiency for transport modes in achieving the 1.5º/2ºC Obj...
 
Menara Tabung Haji Case Study
Menara Tabung Haji Case StudyMenara Tabung Haji Case Study
Menara Tabung Haji Case Study
 
Anatomy of the kidney
Anatomy of the kidneyAnatomy of the kidney
Anatomy of the kidney
 
Dentin 2015
Dentin 2015Dentin 2015
Dentin 2015
 
Agricultura ecológica. Alvaro Fernández Reina
Agricultura ecológica. Alvaro Fernández ReinaAgricultura ecológica. Alvaro Fernández Reina
Agricultura ecológica. Alvaro Fernández Reina
 
Delimited Dynamic Binding
Delimited Dynamic BindingDelimited Dynamic Binding
Delimited Dynamic Binding
 

Similar to Diagnosing Heart Diseases Using Computerized Expert Systems

Jurnal internasional ijair erwin panggabean tahun 2018
Jurnal internasional ijair erwin panggabean tahun 2018Jurnal internasional ijair erwin panggabean tahun 2018
Jurnal internasional ijair erwin panggabean tahun 2018erwin panggabean
 
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...FaridaBRAHIMI5
 
APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...
APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...
APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...IJCSEA Journal
 
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET Journal
 
A PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSIS
A PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSISA PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSIS
A PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSIScscpconf
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...ijdmtaiir
 
Detection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learningDetection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learningIJICTJOURNAL
 
Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...
Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...
Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...ijsrd.com
 
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...BASMAJUMAASALEHALMOH
 
20411-38909-2-PB.pdf
20411-38909-2-PB.pdf20411-38909-2-PB.pdf
20411-38909-2-PB.pdfIjictTeam
 
A novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy databaseA novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy databaseeSAT Journals
 
Neural Network Based Classification and Diagnosis of Brain Hemorrhages
Neural Network Based Classification and Diagnosis of Brain HemorrhagesNeural Network Based Classification and Diagnosis of Brain Hemorrhages
Neural Network Based Classification and Diagnosis of Brain HemorrhagesWaqas Tariq
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksIAEME Publication
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksIAEME Publication
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksIAEME Publication
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...IRJET Journal
 
Gsm and gps based medical emergency model
Gsm and gps based medical emergency modelGsm and gps based medical emergency model
Gsm and gps based medical emergency modeleSAT Publishing House
 

Similar to Diagnosing Heart Diseases Using Computerized Expert Systems (20)

Jurnal internasional ijair erwin panggabean tahun 2018
Jurnal internasional ijair erwin panggabean tahun 2018Jurnal internasional ijair erwin panggabean tahun 2018
Jurnal internasional ijair erwin panggabean tahun 2018
 
I04735762
I04735762I04735762
I04735762
 
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
AnIoMTAssistedHeartDiseaseDiagnosticSystemUsingMachineLearningTechniques-156-...
 
APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...
APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...
APPLYING MACHINE LEARNING TECHNIQUES TO FIND IMPORTANT ATTRIBUTES FOR HEART F...
 
Ml3422292231
Ml3422292231Ml3422292231
Ml3422292231
 
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
IRJET - Digital Assistance: A New Impulse on Stroke Patient Health Care using...
 
A PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSIS
A PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSISA PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSIS
A PROPOSED NEURO-FUZZY MODEL FOR ADULT ASTHMA DISEASE DIAGNOSIS
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
 
Detection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learningDetection of myocardial infarction on recent dataset using machine learning
Detection of myocardial infarction on recent dataset using machine learning
 
Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...
Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...
Home Care Heart Diagnosis and Measurement of Biological Signals Using Intelli...
 
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
A_Healthcare_Monitoring_System_for_the_Diagnosis_of_Heart_Disease_in_the_IoMT...
 
Heart failure prediction based on random forest algorithm using genetic algo...
Heart failure prediction based on random forest algorithm  using genetic algo...Heart failure prediction based on random forest algorithm  using genetic algo...
Heart failure prediction based on random forest algorithm using genetic algo...
 
20411-38909-2-PB.pdf
20411-38909-2-PB.pdf20411-38909-2-PB.pdf
20411-38909-2-PB.pdf
 
A novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy databaseA novel methodology for diagnosing the heart disease using fuzzy database
A novel methodology for diagnosing the heart disease using fuzzy database
 
Neural Network Based Classification and Diagnosis of Brain Hemorrhages
Neural Network Based Classification and Diagnosis of Brain HemorrhagesNeural Network Based Classification and Diagnosis of Brain Hemorrhages
Neural Network Based Classification and Diagnosis of Brain Hemorrhages
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networks
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networks
 
A data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networksA data mining approach for prediction of heart disease using neural networks
A data mining approach for prediction of heart disease using neural networks
 
Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...Mining of medical data to identify risk factors of heart disease using freque...
Mining of medical data to identify risk factors of heart disease using freque...
 
Gsm and gps based medical emergency model
Gsm and gps based medical emergency modelGsm and gps based medical emergency model
Gsm and gps based medical emergency model
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Diagnosing Heart Diseases Using Computerized Expert Systems

  • 1. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Diagnosis of Some Diseases in Medicine via computerized Experts System R.A. Soltan1, M. Z. Rashad2, B.El-Desouky3 1 2 Dep. of statistic and computer science,Faculty of science, Mansoura University Dep. of Comp. scienecs, Faculty of Comp. and Info., Mansoura University, Egypt 3 Dep. of Mathematics, Faculty of Sciences, Mansoura University, Egypt ABSTRACT Nowadays medical application especially diagnosis of some heart diseases has been rapidly increased because its importance and effectiveness to detect diseases and classify patients. In this research, we present the design of an expert system that aims to provide the patient with background for suitable diagnosis and treatment (Especially Angina Pectoris and Myocardial infarction). The proposed methodology is composed of four stages. The first stage is receiving the symptoms from the patient. The second stage is requesting from the patient to make some analysis and investigation to help the system to make a correct decision in the diagnosis. The third stage is doing diagnosis of patient according to information from patient (symptoms, analysis and investigation). The four stage is determining the name of appropriate medication or what should be done until the patient recovers (step therapy), so this system is able to give appropriate diagnosis and treatment for two heart diseases namely; angina pectoris and infarction. There are several programs used for diagnosis and system analysis, such as CLIPS and PROLOG. A medical expert system in this search made by Visual Prolog 7.3 is proposed. GENERAL TERMS Experts System, Diagnosis, medical, coronary artery diseases KEYWORDS Experts System, Diagnosis, medical, CLIPS, PROLOG, coronary artery diseases 1. INTRODUCTION Increasing computer-based methods improve the quality of medical services. Artificial Intelligence (AI) is the area of computer science focusing on creating machines that can engage on behaviors that humans consider intelligent [1]. One of the most important areas of Artificial Intelligence (AI) is an Expert system. The proposed system for dealing with the problem of heart diseases diagnosis and treatment is an expert system. Expert System (ES) is widely used in many areas and it has many applications. Most important fields area of expert system is the medicine and it use in detection, diagnosing symptoms and treatment diseases. The user can interact with a computer to solve a certain problem by expert system. This is because the expert system can store heuristic knowledge. The development of expert system is implemented in visual prolog v7.3 programming environment [2]. These programming tools facilitate human knowledge or expertise for medical therapy. The reason for Visual prolog program is the flexibility the expandability and low lost. This helps medical expert (doctor) diagnosis of a patient rightly. The Coronary Artery Diseases consist of a lot of Diseases that have common symptoms. Some of them have similar symptom that make very difficult even for Cardiologist (specialist) to put a right diagnosis. This Expert System DOI : 10.5121/ijcsit.2013.5505 79
  • 2. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 can do that. Diagnosis of Ischemic heart diseases is initially based on the symptoms that the person is suffering and the result of investigation. Many cases of heart diseases can lead to death. However, if detected early enough, the heart can be saved [3]. In this paper, we will introduce a system for diagnosis human heart diseases and treatment using visual prolog V 7.3. We present in section 2 is previous work showing Expert system and medical data, section 3 shows the function of the proposed system. Section 4 shows Building diagnosis expert system using visual prolog V 7.3. 2. STATE-OF-ART An expert system (ES) known as knowledge based system, is a computer program that uses knowledge and inference procedures to solve problems that are ordinarily solved through human expertise. The main components of an ES are: a) knowledge base, b) inference engine, c) userinterface. There are many applications of expert systems such as diagnosis, design, planning, financial decision making etc. Most applications of expert systems in medicine involve predicting, diagnosing and treating a particular disease [4]. Now expert systems has many other roles in clinical care such as disease prevention, therapy, rehabilitation of the patient after therapy etc. n medicine, expert systems are used to train the medical students on various medical tasks. In certain situations, where either the case is quite complex or there is no medical experts readily available for patients medical expert systems are useful. From the very beginning the main obstacle of using expert systems in medicine has been the accuracy of such systems [5]. The development of an expert system requires medical data of specialized doctor. This data is collected in two phases. Firstly, the creation of personal interview between doctor and patient record the medical background of heart disease. Secondly, medical data is turned into rules (IFTHEN). Rules for diagnosis contain in IF part the symptoms and in THEN part the disease. Rules for treatment contain in IF part the disease and in THEN part the treatment. The inference engine (forward reasoning) is the mechanism through which rules are selected to be fired. It is based on a pattern matching algorithm whose main purpose is to associate the facts (input data) with applicable rules form the rule base. Finally, the heart diseases are produced by the inference engine [6]. Coronary heart disease (CHD) is the most common form of heart disease and the single most important cause of premature death in certain parts of world. Disease of the coronary arteries is almost always due to sudden death .This research presents design of an expert system for diagnosis and treatment of coronary artery diseases namely ; angina pectoris and myocardial infarction. 1-Angina pectoris causes chest pain which is radiated to left shoulder, medial aspect of left arm , forearm and medial 2 fingers ,its duration not <2 minutes and not >20 minutes precipitated by effort and relived by rest and sublingual nitrates ,associated with nausea , tachycardia vomiting , sweating and Hypertension. ESG at rest is normal, post do exercise ECG: stress test is depressed ST segment [7]. 2-Myocardial infarction (MI) remains a leading cause of morbidity and mortality worldwide. Myocardial infarction occurs when myocardial ischemia, a diminished blood supply to the heart, exceeds a critical threshold and overwhelms myocardial cellular repair mechanisms designed to maintain normal operating function and homeostasis. ECG: Abnormal Q-waves "due to necrosis ", Raised ST segment or Depression and Inversion of T-wave [7]. 80
  • 3. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Symptom diseases are classified into strong, moderate and mild as shown in table 1.This table shows clustering of symptom's facts to avoid repetition. We can use AND/OR to connect a premise clauses in compound rule as shown in fig 1 If there symptom(s) Dyspnea (mild) AND shock (mild) AND weak in heart sound (mild) AND chest pain (mild-moderate) AND Gallop in heart sound (mild) AND paradoxical splitting of 2nd heart sound (mild) AND BI.P(Hypertension) AND pulse (Tachycardia)| AND Duration of pain (not <20 min and not >20 min) OR fever (mild) OR nausea (mild) OR palpitation (mild) THEN the Disease is Angina pectoris Fig1.An example for production rule But this information is not enough for Ischemic heart diseases diagnosis we need to do investigation also reach to correct diagnosis and then a correct treatment to ischemic heart diseases. Table 1: Heart diseases symptom's clustering template ◌Angina pectoris ِ Infarction -Dyspnea Mild Strong(sever) -Shock Mild Strong -Weak in heart sound Mild Strong Symptoms Disease Mild Strong -Gallop in heart sound Mild ............. -Paradoxical splitting of 2nd heart sound ................ Mild ................. Mild Hypertension Hypertension Tachycardia Tachycardia Mild-moderate Strong Mild Strong -Paradoxical splitting of 4th heart sound Pericardial rub-BI-P -Pulse 81
  • 4. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Chest pain - Mild Strong -Palpitation Mild Strong Not >20 min and <20 min >20 min Fever -Nausea -Duration of pain Table2. Ischemic heart diseases to Investigation (ECG at rest) ECG Normal Ischemia Angina pectoris Infarction Normal T F F F Change in Twave and ST segment F T F F Depressed ST segment F F T F Deep Q-wave and elevated ST segment F F F T Table3. Ischemic heart diseases to Investigation (ECG at stress): ECG Normal Ischemia Angina pectoris Infarction Normal T F F F Change in T-wave and ST segment F T F F Depressed ST segment F F T F Deep Qwave and elevated ST segment F F F T Table 4. Ischemic diseases to investigation (ECHO): ECHO Normal Ischemia Angina pectoris infarction Normal T F F F Abnormal motion of cardiac muscle F T F F akinsia F F F T 82
  • 5. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Investigation is classified into ECG (at rest), ECG (at stress), ECHO as shown in table 2.3,4.. We can use AND/OR to connect a premise clauses in compound rule as shown in fig 2 If there investigation (s) ECG(normal) AND exercise EcG(change in T-wave and ST segment) AND ECHO (Abnormal motion of cardiac muscle) OR ECG (change in T-wave and ST segment) THEN the Disease is Ischemia Fig2. an example for production rule Table5. Determine type of Ischemia: Dinitra tab sublingual Improve Not improve After 1 tab Angina pectoris Take 2nd tab After 2nd tab Angina pectoris Take 3rd tab After 3rd tab Angina pectoris Infarction st We can use AND/OR to connect a premise clauses in compound rule as shown in fig 3 If patient(s) improve (after1st tab) OR Improve (after 2nd tab) OR Improve (after 3rd tab) THEN The Disease is Angina pectoris Fig3.An example for production rule 3. PROPOSED FRAMEWORK 3.1 Flowcharts The proposed program is receiving the symptoms from patient for diagnosis and treatment of ischemic heart diseases by asking about: personal history, family history, symptoms, signs and then requires doing investigation to give a correct diagnosis. First, let us present the Algorithm for ischemic heart diseases to investigation 83
  • 6. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Patient has chest pain No No Duration of Pain>20 min ys e Pleurisy , fractured rib , Costochondritis No Angina Pectoris Myocardial Infarction yes Patient relieved By proton Esophogitis & hiatal hernia e y s N o Patient has Significant HTN No ys e Pain increased by breathing ys e Pain is Constant Patient has Fever & Sputum No Patient has Hermoptysis yes pneumonia N o e ys -Dissecting -aneurysm -Myocardial infarction Pulmonary Embolism No Myocardial Infarction e y s Patient aggravated By movement Pericarditis Muscular Fig 4.chest pain flowchart Here is the Algorithm for ischemic heart diseases to investigation: Patient has chest pain Patient has chest pain Patient has chest pain Patient has chest pain Patient has chest pain Patient has chest pain Patient has chest pain Patient do ECG at rest Patient do ECG at rest Patient do ECG at rest Patient do ECG at rest Patient do ECG at rest Patient do ECG at rest Patient do ECG at rest Normal Normal Normal Normal Normal Normal Normal Patient do ECG at stress Patient do ECG at stress Patient do ECG at stress Depress in ST-segment Change in T-wave And ST-segment Deep in Q-wave and elevated ST-segment Normal Patient do ECHO at rest Normal Disease is Normal Change in T-wave And ST-segment Patient do ECHO at rest Abnormal motion of cardiac muscle Disease is Ischemia Patient do ECG at stress Deep in Q-wave and elevated ST-segment Depress in ST-segment Patient do ECHO at rest Disease is Angina pectoris Disease is Ischemia Disease is Myocardial Infarction Disease is Angina pectoris Akinsia Disease is Myocardial Infarction Fig5.investigation flowchart Here is the Algorithm for ischemic heart diseases to ischemia: 84
  • 7. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Patient has Ischemia yes Patient improved After 1st Dinitra tab Sublingual N o Disease is Angina pectoris Patient improved After 2nd Dinitra tab Sublingual yes N o Disease is Angina pectoris Patient improved After 3rd Dinitra tab Sublingual yes N o Disease is Angina pectoris Disease is Myocardial Infarction Fig 6. ischemia flowchart This rules discussed the diagnosis of Ischemic heart diseases (angina pectoris and myocardial infarction) by do investigation to get actually diagnosis to patient and then treatment. We will present the rule for ischemic heart diseases to Treatment fig 7 shows the description of the rules for treatment of coronary artery diseases: IF Medical Diagnosis ( angina pectoris ) THEN Treatment ( R/ Dinitra 5 , 10 mg Sublingual Tab , Beta blocker e.g Tenormin[ATENOLOL] 25,50,100 mg Tab , Aggrex[ASPIRIN]75 mg Tab , Isoptine [VERAPAMIL] 80 mg Tab , stop somking ,tea,coffee,decrease weight, bo some exercise.") IF Medical Diagnosis ( myocardial infarction ) THEN Treatment (Morphine 10 mg Amp streptokinase (e.g Angikinase 300000 ,500000 IUVails), Heparin Amp 5000Units s.c.8-12 hours , teronormin[ATENO:O:] Amp,Tab, Aspirin 75 mg ,Beta blockers.Stop smoking ,tea,coffee ,do some exercise as walking.") Fig 7. treatment of Infarction The description of the rules generated by using PROLOG PROGRAM: 85
  • 8. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Rule 1 Treatment( R/ Dinitra 5 , 10 mg Sublingual Tab , Beta blocker e.g Tenormin[ATENOLOL] 25,50,100 mg Tab , Aggrex[ASPIRIN]75 mg Tab , Isoptine [VERAPAMIL] 80 mg Tab , stop somking ,tea,coffee,decrease weight, bo some exercise."):-Medical Diagnosis(angina pectoris) Rule 2 Treatment(R/Morphine 10 mg Amp ,streptokinase (e.g Angikinase 300000 ,500000 IUVails), Heparin Amp 5000Units s.c.8-12 hours , teronormin[ATENO:O:] Amp,Tab, Aspirin 75 mg ,Beta blockers.Stop smoking ,tea,coffee , do some exercise as walking."):-Medical Diagnosis (myocardial infarction) We will use this code and the previous rules in visual prolog to design graphical user interface that help the user to connect with system. The user interface is represented as menu which displays the ischemic heart diseases (angina pectoris and myocardial infarction) to the user. A main window displays the steps; the user should do to get a correct diagnosis and treatment when the system starts. 3.2 User Interface Figures 7, 19 show project main screen. Figures 8, 9, 10, 11,12and 13, 14, 15 show the system input patient data screens for heart diagnosis. The system asks a doctor (user) about the demographic data concerns information such as patient; age, sex cardiology risk factors, clinical data symptoms and signs through different dialogues and store answer in its knowledge base. Figures 16, 17 show the system input patient investigation screens for heart diagnosis. After finishing the questions concerning the symptoms dialogue, the results appear as shown in fig 18. After determining type diseases, the treatment appear as shown in fig 20. Fig.7. Main screen for diagnosis 86
  • 9. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Fig .8. Input data for heart diagnosis 1st screen. Fig. 9. Input data for heart diagnosis 2nd screen. Fig. 10. Input data for heart diagnosis 3rd screen. Fig. 11. Input data for heart diagnosis 4th screen. Fig. 12. Input data for heart diagnosis 5th screen. 87
  • 10. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Fig. 13. Input data for heart diagnosis 6th screen. Fig. 14. Input data for heart diagnosis 7th screen. Fig. 15. Input data for heart diagnosis 8th screen. Fig. 16. Input investigation for heart diagnosis 1st screen. Fig. 17. Input investigation for heart diagnosis 2nd screen. 88
  • 11. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 Fig. 18. Output heart diagnosis results screen. Fig.19, Main screen for diagnosis. Fig. 20, Output heart treatment results screen. 4. CONCLUSION The expert systems have an interesting application. In addition, ES has created considerable importance systems of diagnosis. Doctors and patients get help from the propose system .ES provides decision support system, Interactive training tool and expert advice .The system displays diagnosis of heart disease using intelligent system. The proposed system is essentially a production a production rule system (i.e., composed of IF-THEN) used conjunction with uncertainty reasoning. In the next research we will explain how to design Graphical user interface by using previous rules in visual prolog version 7.3 and how turning on the program by user. This paper described a prototype model of a expert system for diagnosing and treatment heart diseases. The system uses the rule-based reasoning technique through simple querying of symptoms, signs and investigation done to the patient. The system can be used for diagnosing heart disease patient and then give treatment. 89
  • 12. International Journal of Computer Science & Information Technology (IJCSIT) Vol 5, No 5, October 2013 REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] Russell, S.andP.Norvig, 2002.Artifical Intelligence:Amordern Approach,prentice Hall,second Edition. Beverly G.Hope,Rosewary H.wild,"An Expert Support System for Service Quality Improvement",proceedings of the twenty-seventh Annual Hawaill International conference on system science,1994. Turban E.,1992.ExpertSystem and Applied Artificial Intelligence , Mecmillan publishing company ,New York. Joseph C.Giarratano,Gary D.Riley,"Expert System Principles and Programming , Third Edition",pp.624,1998-02-09. Karagiannis S., Dounis A., Chalastras T., Tiropanis P., and Papachristos D., 2006,"Design of Expert System for Search Allergy and Selection of the Skin tests using clips, International Journal of Information Technology,3(1). Jackson , P.,1999,"Introduction Expert Systems, Harlow , England:Addison Wesley Longman . Third Eddition. Abdel Fattahh . Madkour, Magdah.Mohammed, "Superguide for Diagnosis and Treatment". Samy S.,Abu Naser, Abu Zaiter A.Ola:"An Expert System for Diagnosis Eye Diseases using Clips",Journal of Theoretical and Applied Information Technologh. http"//www.allaboutvision.com/conditions/droopinglisds.htm. http://www.umm.edu/ency/article/003033.htm. http://www.mothernature.com/library/Bookshelf/books/16/69.cfm. Azaabs.,Abu Naser S.,and Sulisel O.,2000.Aproposed Expert Systems for selecting exploratory factor analysis procedures, Journal of the college of education,4(2):9-26. Alison Cawsey, Introductory AI course, available at http://www.macs.hw.ac.uk/~alison/ai3notes/all.html, accessed 30/12/07. Shu-Hsien L., 2005. "Expert Methodologies and application- adecade review form 1995 to 2004, Expert system with Applications,28:93-103. E.P.Ephzibah, School of Information Technology and Engineering, VTT University,Vellore,TamilNadu.India,"A Hybrid Genetic-Fuzzy Expert System for Effective Heart Disease Diagnosis". 90