Search results for: medical diagnosis
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4761

Search results for: medical diagnosis

4491 Analysis of Vibratory Signals Based on Local Mean Decomposition (LMD) for Rolling Bearing Fault Diagnosis

Authors: Toufik Bensana, Medkour Mihoub, Slimane Mekhilef

Abstract:

The use of vibration analysis has been established as the most common and reliable method of analysis in the field of condition monitoring and diagnostics of rotating machinery. Rolling bearings cover a broad range of rotary machines and plays a crucial role in the modern manufacturing industry. Unfortunately, the vibration signals collected from a faulty bearing are generally nonstationary, nonlinear and with strong noise interference, so it is essential to obtain the fault features correctly. In this paper, a novel numerical analysis method based on local mean decomposition (LMD) is proposed. LMD decompose the signal into a series of product functions (PFs), each of which is the product of an envelope signal and a purely frequency modulated FM signal. The envelope of a PF is the instantaneous amplitude (IA), and the derivative of the unwrapped phase of a purely flat frequency demodulated (FM) signal is the IF. After that, the fault characteristic frequency of the roller bearing can be extracted by performing spectrum analysis to the instantaneous amplitude of PF component containing dominant fault information. The results show the effectiveness of the proposed technique in fault detection and diagnosis of rolling element bearing.

Keywords: fault diagnosis, rolling element bearing, local mean decomposition, condition monitoring

Procedia PDF Downloads 357
4490 Sensor Validation Using Bottleneck Neural Network and Variable Reconstruction

Authors: Somia Bouzid, Messaoud Ramdani

Abstract:

The success of any diagnosis strategy critically depends on the sensors measuring process variables. This paper presents a detection and diagnosis sensor faults method based on a Bottleneck Neural Network (BNN). The BNN approach is used as a statistical process control tool for drinking water distribution (DWD) systems to detect and isolate the sensor faults. Variable reconstruction approach is very useful for sensor fault isolation, this method is validated in simulation on a nonlinear system: actual drinking water distribution system. Several results are presented.

Keywords: fault detection, localization, PCA, NLPCA, auto-associative neural network

Procedia PDF Downloads 355
4489 DenseNet and Autoencoder Architecture for COVID-19 Chest X-Ray Image Classification and Improved U-Net Lung X-Ray Segmentation

Authors: Jonathan Gong

Abstract:

Purpose AI-driven solutions are at the forefront of many pathology and medical imaging methods. Using algorithms designed to better the experience of medical professionals within their respective fields, the efficiency and accuracy of diagnosis can improve. In particular, X-rays are a fast and relatively inexpensive test that can diagnose diseases. In recent years, X-rays have not been widely used to detect and diagnose COVID-19. The under use of Xrays is mainly due to the low diagnostic accuracy and confounding with pneumonia, another respiratory disease. However, research in this field has expressed a possibility that artificial neural networks can successfully diagnose COVID-19 with high accuracy. Models and Data The dataset used is the COVID-19 Radiography Database. This dataset includes images and masks of chest X-rays under the labels of COVID-19, normal, and pneumonia. The classification model developed uses an autoencoder and a pre-trained convolutional neural network (DenseNet201) to provide transfer learning to the model. The model then uses a deep neural network to finalize the feature extraction and predict the diagnosis for the input image. This model was trained on 4035 images and validated on 807 separate images from the ones used for training. The images used to train the classification model include an important feature: the pictures are cropped beforehand to eliminate distractions when training the model. The image segmentation model uses an improved U-Net architecture. This model is used to extract the lung mask from the chest X-ray image. The model is trained on 8577 images and validated on a validation split of 20%. These models are calculated using the external dataset for validation. The models’ accuracy, precision, recall, f1-score, IOU, and loss are calculated. Results The classification model achieved an accuracy of 97.65% and a loss of 0.1234 when differentiating COVID19-infected, pneumonia-infected, and normal lung X-rays. The segmentation model achieved an accuracy of 97.31% and an IOU of 0.928. Conclusion The models proposed can detect COVID-19, pneumonia, and normal lungs with high accuracy and derive the lung mask from a chest X-ray with similarly high accuracy. The hope is for these models to elevate the experience of medical professionals and provide insight into the future of the methods used.

Keywords: artificial intelligence, convolutional neural networks, deep learning, image processing, machine learning

Procedia PDF Downloads 93
4488 Pulmonary Disease Identification Using Machine Learning and Deep Learning Techniques

Authors: Chandu Rathnayake, Isuri Anuradha

Abstract:

Early detection and accurate diagnosis of lung diseases play a crucial role in improving patient prognosis. However, conventional diagnostic methods heavily rely on subjective symptom assessments and medical imaging, often causing delays in diagnosis and treatment. To overcome this challenge, we propose a novel lung disease prediction system that integrates patient symptoms and X-ray images to provide a comprehensive and reliable diagnosis.In this project, develop a mobile application specifically designed for detecting lung diseases. Our application leverages both patient symptoms and X-ray images to facilitate diagnosis. By combining these two sources of information, our application delivers a more accurate and comprehensive assessment of the patient's condition, minimizing the risk of misdiagnosis. Our primary aim is to create a user-friendly and accessible tool, particularly important given the current circumstances where many patients face limitations in visiting healthcare facilities. To achieve this, we employ several state-of-the-art algorithms. Firstly, the Decision Tree algorithm is utilized for efficient symptom-based classification. It analyzes patient symptoms and creates a tree-like model to predict the presence of specific lung diseases. Secondly, we employ the Random Forest algorithm, which enhances predictive power by aggregating multiple decision trees. This ensemble technique improves the accuracy and robustness of the diagnosis. Furthermore, we incorporate a deep learning model using Convolutional Neural Network (CNN) with the RestNet50 pre-trained model. CNNs are well-suited for image analysis and feature extraction. By training CNN on a large dataset of X-ray images, it learns to identify patterns and features indicative of lung diseases. The RestNet50 architecture, known for its excellent performance in image recognition tasks, enhances the efficiency and accuracy of our deep learning model. By combining the outputs of the decision tree-based algorithms and the deep learning model, our mobile application generates a comprehensive lung disease prediction. The application provides users with an intuitive interface to input their symptoms and upload X-ray images for analysis. The prediction generated by the system offers valuable insights into the likelihood of various lung diseases, enabling individuals to take appropriate actions and seek timely medical attention. Our proposed mobile application has significant potential to address the rising prevalence of lung diseases, particularly among young individuals with smoking addictions. By providing a quick and user-friendly approach to assessing lung health, our application empowers individuals to monitor their well-being conveniently. This solution also offers immense value in the context of limited access to healthcare facilities, enabling timely detection and intervention. In conclusion, our research presents a comprehensive lung disease prediction system that combines patient symptoms and X-ray images using advanced algorithms. By developing a mobile application, we provide an accessible tool for individuals to assess their lung health conveniently. This solution has the potential to make a significant impact on the early detection and management of lung diseases, benefiting both patients and healthcare providers.

Keywords: CNN, random forest, decision tree, machine learning, deep learning

Procedia PDF Downloads 47
4487 An Improved C-Means Model for MRI Segmentation

Authors: Ying Shen, Weihua Zhu

Abstract:

Medical images are important to help identifying different diseases, for example, Magnetic resonance imaging (MRI) can be used to investigate the brain, spinal cord, bones, joints, breasts, blood vessels, and heart. Image segmentation, in medical image analysis, is usually the first step to find out some characteristics with similar color, intensity or texture so that the diagnosis could be further carried out based on these features. This paper introduces an improved C-means model to segment the MRI images. The model is based on information entropy to evaluate the segmentation results by achieving global optimization. Several contributions are significant. Firstly, Genetic Algorithm (GA) is used for achieving global optimization in this model where fuzzy C-means clustering algorithm (FCMA) is not capable of doing that. Secondly, the information entropy after segmentation is used for measuring the effectiveness of MRI image processing. Experimental results show the outperformance of the proposed model by comparing with traditional approaches.

Keywords: magnetic resonance image (MRI), c-means model, image segmentation, information entropy

Procedia PDF Downloads 200
4486 Impact of Mammographic Screening on Ethnic Inequalities in Breast Cancer Stage at Diagnosis and Survival in New Zealand

Authors: Sanjeewa Seneviratne, Ian Campbell, Nina Scott, Ross Lawrenson

Abstract:

Introduction: Indigenous Māori women experience a 60% higher breast cancer mortality rate compared with European women in New Zealand. We explored the impact of difference in the rate of screen detected breast cancer between Māori and European women on more advanced disease at diagnosis and lower survival in Māori women. Methods: All primary in-situ and invasive breast cancers diagnosed in screening age women (as defined by the New Zealand National Breast Cancer Screening Programme) between 1999 and 2012 in the Waikato area were identified from the Waikato Breast Cancer Register and the national screening database. Association between screen versus non-screen detection and cancer stage at diagnosis and survival were compared by ethnicity and socioeconomic deprivation. Results: Māori women had 50% higher odds of being diagnosed with more advance staged cancer compared with NZ European women, a half of which was explained by the lower rate of screen detected cancer in Māori women. Significantly lower breast cancer survival rates were observed for Māori compared with NZ European and most deprived compared with most affluent socioeconomic groups for symptomatically detected breast cancer. No significant survival differences by ethnicity or socioeconomic deprivation were observed for screen detected breast cancer. Conclusions: Low rate of screen detected breast cancer appears to be a major contributor for more advanced stage disease at diagnosis and lower breast cancer survival in Māori compared with NZ European women. Increasing screening participation for Māori has the potential to substantially reduce breast cancer mortality inequity between Māori and NZ European women.

Keywords: breast cancer, screening, ethnicity, inequity

Procedia PDF Downloads 478
4485 A Web Application for Screening Dyslexia in Greek Students

Authors: Antonios Panagopoulos, Stamoulis Georgios

Abstract:

Dyslexia's diagnosis is made taking into account reading and writing skills and is carried out by qualified scientific staff. In addition, there are screening tests that are designed to give an indication of possible dyslexic difficulties. Their main advantage is that they create a pleasant environment for the user and reduce the stress that can lead to false results. An online application was created for the first time, as far as authors' knowledge, for screening Dyslexia in Greek high school students named «DyScreTe». Thus, a sample of 240 students between 16 and 18 years old in Greece was taken, of which 120 were diagnosed with dyslexia by an official authority in Greece, and 120 were typically developed. The main hypothesis that was examined is that students who were diagnosed with dyslexia by official authorities in Greece had significantly lower performance in the respective software tests. The results verified the hypothesis we made those children with dyslexia in each test had a lower performance com-pared to the type developed in successful responses, except for the intelligence test. After random sampling, it was shown that the new online application was a useful tool for screening dyslexia. However, computer evaluation cannot replace the diagnosis by a professional expert, but with the results of this application, the interdisciplinary team that deals with the differential diagnosis will create and evaluate, at a later time, the appropriate intervention program.

Keywords: dyslexia, screening tests, deficits, application

Procedia PDF Downloads 50
4484 Family Health in Families with Children with Autism

Authors: Teresa Isabel Lozano Pérez, Sandra Soca Lozano

Abstract:

In Cuba, the childcare is one of the programs prioritized by the Ministry of Public Health and the birth of a child becomes a desired and rewarding event for the family, which is prepared for the reception of a healthy child. When this does not happen and after the first months of the child's birth begin to appear developmental deviations that indicate the presence of a disorder, the event becomes a live event potentially negative and generates disruptions in the family health. A quantitative, descriptive, and cross-sectional research methodology was conducted to describe the impact on family health of diagnosis of autism in a sample of 25 families of children diagnosed with infantile autism at the University Pediatric Hospital Juan Manuel Marquez Havana, Cuba; in the period between January 2014 and May 2015. The sample was non probabilistic and intentional from the inclusion criteria selected. As instruments, we used a survey to identify the structure of the family, life events inventory and an instrument to assess the relative impact, adaptive resources of family and social support perceived (IRFA) to identify the diagnosis of autism as life event. The main results indicated that the majority of families studied were nuclear, small and medium and in the formation stage. All households surveyed identified the diagnosis of autism in a child as an event of great importance and negative significance for the family, taking in most of the families studied a high impact on the four areas of family health and impact enhancer of involvement in family health. All the studied families do not have sufficient adaptive resources to face this situation, sensing that they received social support frequently, mainly in information and emotional areas. We conclude that the diagnosis of autism one of the members of the families studied is valued as a life event highly significant with unfavorably way causing an enhancer impact of involvement in family health especially in the areas ‘health’ and ‘socio-psychological’. Among the social support networks health institutions, partners and friends are highlighted. We recommend developing intervention strategies in families of these children to support them in the process of adapting the diagnosis.

Keywords: family, family health, infantile autism, life event

Procedia PDF Downloads 398
4483 Knowledge, Attitude and Practice of Anemia among Females Attending Bolan Medical Complex Quetta, Balochistan

Authors: A. Abdullah, N. ul Haq, A. Nasim

Abstract:

Objectives: This study was aimed to assess the knowledge, attitude, and practice of anemia among females attending Bolan Medical Complex Quetta, Balochistan. Methods: A quantitative cross-sectional study by adopting a questionnaire containing 3 dimensions knowledge (15 questions), Attitude (5 questions), and Practice (4 questions) for the assessment of knowledge, attitude and practice of anemia among females was conducted. All females attending Bolan Medical Complex Quetta, Balochistan were approached for the study. Descriptive statistics were used to describe demographic and KAP related characteristics of the females regarding anemia.All data were analyzed by using SPSS (Statistical Package of Social Sciences) software program version 20.0. Results: Data was collected from six hundred and thirteen (613) participants. Majority of the respondents (n=180, 29.4%) were categorized in the age group of 29-33 years. Participants had knowledge regarding anemia was (n= 564, 91.9%), and attitude was (n= 516, 84.0%) whereas practice was (n=437, 71.3%). Multitative analysis revealed the negative correlation between Attitude-practice (P= -0.040) and a significant figure (0.001) was present between knowledge-attitude. Occupation and reason of diagnosis were not predictive of better KAP. Conclusions: Knowledge, attitude, and practice of Anemia shows a satisfactory response in this study. Furthermore, study finding implicates the need for health promotion among females. Improving nutritional knowledge and information related Anemia can result in better control and management.

Keywords: anemia, knowledge attitude and practice, females, college

Procedia PDF Downloads 161
4482 Predicting the Diagnosis of Alzheimer’s Disease: Development and Validation of Machine Learning Models

Authors: Jay L. Fu

Abstract:

Patients with Alzheimer's disease progressively lose their memory and thinking skills and, eventually, the ability to carry out simple daily tasks. The disease is irreversible, but early detection and treatment can slow down the disease progression. In this research, publicly available MRI data and demographic data from 373 MRI imaging sessions were utilized to build models to predict dementia. Various machine learning models, including logistic regression, k-nearest neighbor, support vector machine, random forest, and neural network, were developed. Data were divided into training and testing sets, where training sets were used to build the predictive model, and testing sets were used to assess the accuracy of prediction. Key risk factors were identified, and various models were compared to come forward with the best prediction model. Among these models, the random forest model appeared to be the best model with an accuracy of 90.34%. MMSE, nWBV, and gender were the three most important contributing factors to the detection of Alzheimer’s. Among all the models used, the percent in which at least 4 of the 5 models shared the same diagnosis for a testing input was 90.42%. These machine learning models allow early detection of Alzheimer’s with good accuracy, which ultimately leads to early treatment of these patients.

Keywords: Alzheimer's disease, clinical diagnosis, magnetic resonance imaging, machine learning prediction

Procedia PDF Downloads 111
4481 Exploring the Psychosocial Brain: A Retrospective Analysis of Personality, Social Networks, and Dementia Outcomes

Authors: Felicia N. Obialo, Aliza Wingo, Thomas Wingo

Abstract:

Psychosocial factors such as personality traits and social networks influence cognitive aging and dementia outcomes both positively and negatively. The inherent complexity of these factors makes defining the underlying mechanisms of their influence difficult; however, exploring their interactions affords promise in the field of cognitive aging. The objective of this study was to elucidate some of these interactions by determining the relationship between social network size and dementia outcomes and by determining whether personality traits mediate this relationship. The longitudinal Alzheimer’s Disease (AD) database provided by Rush University’s Religious Orders Study/Memory and Aging Project was utilized to perform retrospective regression and mediation analyses on 3,591 participants. Participants who were cognitively impaired at baseline were excluded, and analyses were adjusted for age, sex, common chronic diseases, and vascular risk factors. Dementia outcome measures included cognitive trajectory, clinical dementia diagnosis, and postmortem beta-amyloid plaque (AB), and neurofibrillary tangle (NT) accumulation. Personality traits included agreeableness (A), conscientiousness (C), extraversion (E), neuroticism (N), and openness (O). The results show a positive correlation between social network size and cognitive trajectory (p-value = 0.004) and a negative relationship between social network size and odds of dementia diagnosis (p = 0.024/ Odds Ratio (OR) = 0.974). Only neuroticism mediates the positive relationship between social network size and cognitive trajectory (p < 2e-16). Agreeableness, extraversion, and neuroticism all mediate the negative relationship between social network size and dementia diagnosis (p=0.098, p=0.054, and p < 2e-16, respectively). All personality traits are independently associated with dementia diagnosis (A: p = 0.016/ OR = 0.959; C: p = 0.000007/ OR = 0.945; E: p = 0.028/ OR = 0.961; N: p = 0.000019/ OR = 1.036; O: p = 0.027/ OR = 0.972). Only conscientiousness and neuroticism are associated with postmortem AD pathologies; specifically, conscientiousness is negatively associated (AB: p = 0.001, NT: p = 0.025) and neuroticism is positively associated with pathologies (AB: p = 0.002, NT: p = 0.002). These results support the study’s objectives, demonstrating that social network size and personality traits are strongly associated with dementia outcomes, particularly the odds of receiving a clinical diagnosis of dementia. Personality traits interact significantly and beneficially with social network size to influence the cognitive trajectory and future dementia diagnosis. These results reinforce previous literature linking social network size to dementia risk and provide novel insight into the differential roles of individual personality traits in cognitive protection.

Keywords: Alzheimer’s disease, cognitive trajectory, personality traits, social network size

Procedia PDF Downloads 94
4480 Improvement of Microscopic Detection of Acid-Fast Bacilli for Tuberculosis by Artificial Intelligence-Assisted Microscopic Platform and Medical Image Recognition System

Authors: Hsiao-Chuan Huang, King-Lung Kuo, Mei-Hsin Lo, Hsiao-Yun Chou, Yusen Lin

Abstract:

The most robust and economical method for laboratory diagnosis of TB is to identify mycobacterial bacilli (AFB) under acid-fast staining despite its disadvantages of low sensitivity and labor-intensive. Though digital pathology becomes popular in medicine, an automated microscopic system for microbiology is still not available. A new AI-assisted automated microscopic system, consisting of a microscopic scanner and recognition program powered by big data and deep learning, may significantly increase the sensitivity of TB smear microscopy. Thus, the objective is to evaluate such an automatic system for the identification of AFB. A total of 5,930 smears was enrolled for this study. An intelligent microscope system (TB-Scan, Wellgen Medical, Taiwan) was used for microscopic image scanning and AFB detection. 272 AFB smears were used for transfer learning to increase the accuracy. Referee medical technicians were used as Gold Standard for result discrepancy. Results showed that, under a total of 1726 AFB smears, the automated system's accuracy, sensitivity and specificity were 95.6% (1,650/1,726), 87.7% (57/65), and 95.9% (1,593/1,661), respectively. Compared to culture, the sensitivity for human technicians was only 33.8% (38/142); however, the automated system can achieve 74.6% (106/142), which is significantly higher than human technicians, and this is the first of such an automated microscope system for TB smear testing in a controlled trial. This automated system could achieve higher TB smear sensitivity and laboratory efficiency and may complement molecular methods (eg. GeneXpert) to reduce the total cost for TB control. Furthermore, such an automated system is capable of remote access by the internet and can be deployed in the area with limited medical resources.

Keywords: TB smears, automated microscope, artificial intelligence, medical imaging

Procedia PDF Downloads 186
4479 Symmetric Corticobasal Degeneration: Case Report

Authors: Sultan Çağırıcı, Arsida Bajrami, Beyza Aslan, Hacı Ali Erdoğan, Nejla Sözer Topçular, Dilek Bozkurt, Vildan Yayla

Abstract:

Objective: Corticobasal syndrome (CBS) is phenotypically characterized by asymmetric rigidity, apraxia, alien-limb phenomenon, cortical sensory loss, dystonia and myoclonus. The underlying pathologies consists of corticobasal degeneration (CBD), progressive supra nuclear palsy, Alzheimer's, Creutzfeldt-Jakob and frontotemporal degeneration. CBD is a degenerative disease with clinical symptoms related to the prominent involvement of cerebral cortex and basal ganglia. CBD is a pathological diagnosis and antemortem clinical diagnosis may change many times. In this paper, we described the clinical features and discussed a cases diagnosed with symmetric CBS because of its rarity. Case: Seventy-five-year-old woman presented with a three years history of difficulty in speaking and reading. Involuntary hand jerks and slowness of movement also had began in the last six months. In the neurological examination the patient was alert but not fully oriented. The speech was non-fluent, word finding difficulties were present. Bilateral limited upgaze, bradimimia, bilateral positive cogwheel' rigidity but prominent in the right side, postural tremor and negative myoclonus during action on the left side were detected. Receptive language was normal but expressive language and repetition were impaired. Acalculia, alexia, agraphia and apraxia were also present. CSF findings were unremarkable except for elevated protein level (75 mg/dL). MRI revealed bilateral symmetric cortical atrophy prominent in the frontoparietal region. PET showed hypometabolism in the left caudate nucleus. Conclusion: The increase of data related to neurodegenerative disorders associated with dementia, movement disorders and other findings results in an expanded range of diagnosis and transitions between clinical diagnosis. When considered the age of onset, clinical symptoms, imaging findings and prognosis of this patient, clinical diagnosis was CBS and pathologic diagnosis as probable CBD. Imaging of CBD usually consist of typical asymmetry between hemispheres. Still few cases with clinical appearance of CBD may show symmetrical cortical cerebral atrophy. It is presented this case who was diagnosed with CBD although we found symmetrical cortical cerebral atrophy in MRI.

Keywords: symmetric cortical atrophy, corticobasal degeneration, corticobasal syndrome

Procedia PDF Downloads 425
4478 Economic Impact and Benefits of Integrating Augmented Reality Technology in the Healthcare Industry: A Systematic Review

Authors: Brenda Thean I. Lim, Safurah Jaafar

Abstract:

Augmented reality (AR) in the healthcare industry has been gaining popularity in recent years, principally in areas of medical education, patient care and digital health solutions. One of the drivers in deciding to invest in AR technology is the potential economic benefits it could bring for patients and healthcare providers, including the pharmaceutical and medical technology sectors. Works of literature have shown that the benefits and impact of AR technologies have left trails of achievements in improving medical education and patient health outcomes. However, little has been published on the economic impact of AR in healthcare, a very resource-intensive industry. This systematic review was performed on studies focused on the benefits and impact of AR in healthcare to appraise if they meet the founded quality criteria so as to identify relevant publications for an in-depth analysis of the economic impact assessment. The literature search was conducted using multiple databases such as PubMed, Cochrane, Science Direct and Nature. Inclusion criteria include research papers on AR implementation in healthcare, from education to diagnosis and treatment. Only papers written in English language were selected. Studies on AR prototypes were excluded. Although there were many articles that have addressed the benefits of AR in the healthcare industry in the area of medical education, treatment and diagnosis and dental medicine, there were very few publications that identified the specific economic impact of technology within the healthcare industry. There were 13 publications included in the analysis based on the inclusion criteria. Out of the 13 studies, none comprised a systematically comprehensive cost impact evaluation. An outline of the cost-effectiveness and cost-benefit framework was made based on an AR article from another industry as a reference. This systematic review found that while the advancements of AR technology is growing rapidly and industries are starting to adopt them into respective sectors, the technology and its advancements in healthcare were still in their early stages. There are still plenty of room for further advancements and integration of AR into different sectors within the healthcare industry. Future studies will require more comprehensive economic analyses and costing evaluations to enable economic decisions for or against implementing AR technology in healthcare. This systematic review concluded that the current literature lacked detailed examination and conduct of economic impact and benefit analyses. Recommendations for future research would be to include details of the initial investment and operational costs for the AR infrastructure in healthcare settings while comparing the intervention to its conventional counterparts or alternatives so as to provide a comprehensive comparison on impact, benefit and cost differences.

Keywords: augmented reality, benefit, economic impact, healthcare, patient care

Procedia PDF Downloads 170
4477 Beliefs, Attitudes, and Understanding of Childhood Cancer Among White and Latino Parents in the Phoenix Metropolitan Area: A Comparative Study

Authors: Florence Awde

Abstract:

In 2023, it was expected 350 parents in Arizona would have a child receive a cancer diagnosis (Welcome Arizona Cancer Foundation For Children, n.d.). The news of a child’s diagnosis with cancer can be overwhelming and confusing, especially for those lucky enough to lack a personal tie to the disease that takes approximately 1800 children’s lives each year in the United States (Deegan et al., n.d.). A parent’s beliefs, attitudes, and understandings surrounding cancer are vital for medical staff to provide adequate and culturally competent care for each patient, especially across cultural and ethnic lines in regions housing multicultural populations. Arizona's cultural/linguistic mosaic houses many White and Latino populations and English and Spanish speakers. Variations in insurance coverage, from those insured through public insurance programs (e.g., Medicaid) or private insurance plans (e.g., employee-sponsored insurance) versus those uninsured, also factor into health-seeking attitudes and behaviors. To further understand parental attitudes, understandings, and beliefs towards childhood cancer, 22 parents (11 of Latino ethnicity, 11 of White ethnicity) were interviewed on these facets of childhood cancer, despite 21 of the 22 never having a child receive a cancer diagnosis. The exploration of these perceptions across ethnic lines revealed a higher report of fear-orientated beliefs amongst Latino parents--hypothesized to be rooted in the starkly contrasting lack of belief in the possibility of recovering for children with cancer, compared to their white counterparts who displayed more optimism in the recovery process. Further, this study’s results lay the foundation for future scholarship to explore avenues of information dispersal to Latino parents that correct misconceptions of health outcomes and enable earlier intervention to be possible, ultimately correlating to better health and treatment outcomes by increasing parental health literacy rates for childhood cancer in the Phoenix Metropolitan.

Keywords: Childhood Cancer, Parental Beliefs, Parental Attitudes, Parental Understandings, Phoenix Metropolitan, Culturally Competent Care, Health Disparities, Health Inequities

Procedia PDF Downloads 23
4476 Molecular Characterization and Phylogenetic Analysis of Influenza a(H3N2) Virus Circulating during the 2010-2011 in Riyadh, Saudi Arabia

Authors: Ghazanfar Ali, Fahad N Almajhdi

Abstract:

This study provides data on the viral diagnosis and molecular epidemiology of influenza A(H3N2) virus isolated in Riyadh, Saudi Arabia. Nasopharyngeal aspirates from 80 clinically infected patients in the peak of the 2010-2011 winter seasons were processed for viral diagnosis by RT-PCR. Sequencing of entire HA and NA genes of representative isolates and molecular epidemiological analysis were performed. A total of 06 patients were positive for influenza A, B and respiratory syncytial viruses by RT-PCR assays; out of these only one sample was positive for influenza A(H3N2) by RT-PCR. Phylogenetic analysis of the HA and NA gene sequences showed identities higher than 99-98.8 % in both genes. They were also similar to reference isolates in HA sequences (99 % identity) and in NA sequences (99 % identity). Amino acid sequences predicted for the HA gene were highly identical to reference strains. The NA amino acid substitutions identified did not include the oseltamivir-resistant H275Y substitution. Conclusion: Viral isolation and RT-PCR together were useful for diagnosis of the influenza A (H3N2) virus. Variations in HA and NA sequences are similar to those identified in worldwide reference isolates and no drug resistance was found.

Keywords: influenza A (H3N2), genetic characterization, viral isolation, RT-PCR, Saudi Arabia

Procedia PDF Downloads 231
4475 Reversible Cerebral Vasoconstriction Syndrome at Emergency Department

Authors: Taerim Kim, Shin Ahn, Chang Hwan Sohn, Dong Woo Seo, Won Young Kim

Abstract:

Object: Reversible cerebral vasospasm syndrome (RCVS) remains an underrated cause of thunderclap headache which shares similar history of the ‘worst-ever’ headache with subarachnoid hemorrhage (SAH) to the emergency physicians. This study evaluated the clinical manifestations, radiological features, and outcomes of patients with RCVS so that the physicians could raise the high index of suspicion to detect RCVS in more patients with thunderclap headache before having life-threatening complications. Methods: The electric medical records of 18 patients with diagnostic criteria of RCVS at the emergency department (ED) between January 2013 and December 2014 were retrospective reviewed. Results: The mean age was 50.7 years, and 80% were women. Patients with RCVS visit an average of 4.7 physicians before receiving an accurate diagnosis and mean duration of symptom until diagnosis is 9.3 days. All patients except one experienced severe headache, from 8 to 10 pain intensity on a numerical rating scale (NRS). 44% of patients had nausea as an associated symptom, 66% of patients experienced worsening of headache while gagging, leaning forward, defecating, urinating or having sex. The most frequently affected vessels are middle cerebral arteries demonstrating the characteristic diffuse “string of beads” appearance. Four patients had SAH as a complication. Conclusion: Patients with RCVS have a unique set of clinical and imaging features. Emergency physicians should raise the high index of suspicion to detect RCVS in more patients with thunderclap headache before life-threatening complications.

Keywords: headache, thunderclap, subarachnoid haemorrhage, stroke

Procedia PDF Downloads 403
4474 Irritable Bowel Syndrome Prevalence and Associated Risk Factors Among Medical Students And Intern Doctors in Sudan

Authors: Zainab Alghali Elsaid Muhammed

Abstract:

Background : IBS is a gastrointestinal disorder characterized by a variety of symptoms that occur concurrently. It is very common and is associated with high levels of psychiatric comorbidities, all of which have a negative impact on the patient's quality of life. Abdominal pain, diarrhea, constipation, excess gas, and bloating are common symptoms of IBS. Objectives : The purpose of this study is to determine the prevalence of IBS among medical students and intern doctors in Sudan, as well as the risk factors associated with it. Study design: This cross-sectional study was carried out in Sudan from April to July 2022. All participants completed a six-part online questionnaire. The ROME IV criteria questionnaire was used to make an IBS diagnosis. Participants completed the hospital anxiety and depression questionnaire in order to be diagnosed with anxiety and depression. Results : 600 participants filled out the questionnaire. The overall prevalence of IBS was found to be 42%, with females being the most affected. Intern doctors had higher IBS rates (30.0%) than medical students, but this was not statistically significant. Single status (p =0.079), good GPAs (p =0.00), had significant associations with IBS occurrence. Other significantly associated habits were sleeping less than 8 hours (p =0.013), two cups or less of coffee per day (p = 0.109), No smoking (p =0.001), and No exercise (p =0.00, IBS participants were also found to have a significant relationship with abnormal anxiety (p =0.00) and borderline depression (p=0.0156). Conclusion : The high prevalence of IBS in this study suggests that medical students and interns are unable to recognize their symptoms. The main IBS predictors in this study were suffering from anxiety or depression, having an insufficient income, sleeping less than 8 hours per day, working/ studying more than 8 hours per day, and not performing any type of exercise.

Keywords: irritable bowel syndrome, sudan, HADS, rome IV, medical students

Procedia PDF Downloads 60
4473 Multiple Fault Diagnosis in Digital Circuits using Critical Path Tracing and Enhanced Deduction Algorithm

Authors: Mohamed Mahmoud

Abstract:

This paper has developed an effect-cause analysis technique for fault diagnosis in digital circuits. The main algorithm of our technique is based on the Enhanced Deduction Algorithm, which processes the real response of the CUT to the applied test T to deduce the values of the internal lines. An experimental version of the algorithm has been implemented in C++. The code takes about 7592 lines. The internal values are determined based on the logic values under the permanent stuck-fault model. Using a backtracking strategy guarantees that the actual values are covered by at least one solution, or no solution is found.

Keywords: enhanced deduction algorithm, backtracking strategy, automatic test equipment, verfication

Procedia PDF Downloads 90
4472 Use of Gaussian-Euclidean Hybrid Function Based Artificial Immune System for Breast Cancer Diagnosis

Authors: Cuneyt Yucelbas, Seral Ozsen, Sule Yucelbas, Gulay Tezel

Abstract:

Due to the fact that there exist only a small number of complex systems in artificial immune system (AIS) that work out nonlinear problems, nonlinear AIS approaches, among the well-known solution techniques, need to be developed. Gaussian function is usually used as similarity estimation in classification problems and pattern recognition. In this study, diagnosis of breast cancer, the second type of the most widespread cancer in women, was performed with different distance calculation functions that euclidean, gaussian and gaussian-euclidean hybrid function in the clonal selection model of classical AIS on Wisconsin Breast Cancer Dataset (WBCD), which was taken from the University of California, Irvine Machine-Learning Repository. We used 3-fold cross validation method to train and test the dataset. According to the results, the maximum test classification accuracy was reported as 97.35% by using of gaussian-euclidean hybrid function for fold-3. Also, mean of test classification accuracies for all of functions were obtained as 94.78%, 94.45% and 95.31% with use of euclidean, gaussian and gaussian-euclidean, respectively. With these results, gaussian-euclidean hybrid function seems to be a potential distance calculation method, and it may be considered as an alternative distance calculation method for hard nonlinear classification problems.

Keywords: artificial immune system, breast cancer diagnosis, Euclidean function, Gaussian function

Procedia PDF Downloads 409
4471 Reaching the Goals of Routine HIV Screening Programs: Quantifying and Implementing an Effective HIV Screening System in Northern Nigeria Facilities Based on Optimal Volume Analysis

Authors: Folajinmi Oluwasina, Towolawi Adetayo, Kate Ssamula, Penninah Iutung, Daniel Reijer

Abstract:

Objective: Routine HIV screening has been promoted as an essential component of efforts to reduce incidence, morbidity, and mortality. The objectives of this study were to identify the optimal annual volume needed to realize the public health goals of HIV screening in the AIDS Healthcare Foundation supported hospitals and establish an implementation process to realize that optimal annual volume. Methods: Starting in 2011 a program was established to routinize HIV screening within communities and government hospitals. In 2016 Five-years of HIV screening data were reviewed to identify the optimal annual proportions of age-eligible patients screened to realize the public health goals of reducing new diagnoses and ending late-stage diagnosis (tracked as concurrent HIV/AIDS diagnosis). Analysis demonstrated that rates of new diagnoses level off when 42% of age-eligible patients were screened, providing a baseline for routine screening efforts; and concurrent HIV/AIDS diagnoses reached statistical zero at screening rates of 70%. Annual facility based targets were re-structured to meet these new target volumes. Restructuring efforts focused on right-sizing HIV screening programs to align and transition programs to integrated HIV screening within standard medical care and treatment. Results: Over one million patients were screened for HIV during the five years; 16, 033 new HIV diagnoses and access to care and treatment made successfully for 82 % (13,206), and concurrent diagnosis rates went from 32.26% to 25.27%. While screening rates increased by 104.7% over the 5-years, volume analysis demonstrated that rates need to further increase by 62.52% to reach desired 20% baseline and more than double to reach optimal annual screening volume. In 2011 facility targets for HIV screening were increased to reflect volume analysis, and in that third year, 12 of the 19 facilities reached or exceeded new baseline targets. Conclusions and Recommendation: Quantifying targets against routine HIV screening goals identified optimal annual screening volume and allowed facilities to scale their program size and allocate resources accordingly. The program transitioned from utilizing non-evidence based annual volume increases to establishing annual targets based on optimal volume analysis. This has allowed efforts to be evaluated on the ability to realize quantified goals related to the public health value of HIV screening. Optimal volume analysis helps to determine the size of an HIV screening program. It is a public health tool, not a tool to determine if an individual patient should receive screening.

Keywords: HIV screening, optimal volume, HIV diagnosis, routine

Procedia PDF Downloads 234
4470 Neural Networks with Different Initialization Methods for Depression Detection

Authors: Tianle Yang

Abstract:

As a common mental disorder, depression is a leading cause of various diseases worldwide. Early detection and treatment of depression can dramatically promote remission and prevent relapse. However, conventional ways of depression diagnosis require considerable human effort and cause economic burden, while still being prone to misdiagnosis. On the other hand, recent studies report that physical characteristics are major contributors to the diagnosis of depression, which inspires us to mine the internal relationship by neural networks instead of relying on clinical experiences. In this paper, neural networks are constructed to predict depression from physical characteristics. Two initialization methods are examined - Xaiver and Kaiming initialization. Experimental results show that a 3-layers neural network with Kaiming initialization achieves 83% accuracy.

Keywords: depression, neural network, Xavier initialization, Kaiming initialization

Procedia PDF Downloads 94
4469 Misdiagnosed Mammary Analogue Secretory Carcinoma of the Salivary Gland: A Case Report with a Review of the Literature

Authors: Yaya Gao, Jifeng Liu, Yafeng Liu

Abstract:

Objectives: This study aimed to improve clinicians' understanding and diagnosis of the Mammary analogue secretory carcinoma of the salivary gland(MASC). Methods: The clinical features of a MASC patient who was admitted to WestChina Hospital of Sichuan University in July 2020 were reviewed and analyzed. A 49-year-old woman with left upper neck pain for three months was admitted to the hospital. She underwent adenoma resection of the left submandibular gland 14 years ago and mucoepidermoid carcinoma resection surgery five years ago. Three months before admission, the patient developed pain in the left mandibular angle after "fatigue" and gradually developed radiation pain in the left ear, which could be relieved after rest. A mass of 1cm could be touched at the mandibular, with tenderness, poor mobility, and hard texture. No swelling, heat, pain, rupture, or pus was found on the surrounding skin. Color doppler ultrasonography of the salivary gland indicated a weak echo mass of 23*14*17mm in the left parotid gland. Results: Surgical excision was completed. Immunohistochemistry of the tumor samples after operation showed that P63(a few,+), CK7(+), S100(+), DOG1(-), Ki67(MIB-1)(+,5%),pan-TRK(+), PAS(+) . ETV-6 gene translocation was detected in FISH in postoperative pathology, which indicated MASC. After this diagnosis, the patient sent the postoperative specimen of the second submandibular tumor to our hospital for consultation. The morphology of the two was similar. FISH detected ETV-6 gene translocation, so the second pathological diagnosis was revised to MASC. Conclusion: MASC of the salivary gland is a rare salivary gland tumor whose diagnosis depends on the result of the ETV6-NTRK3 fusion gene.

Keywords: mammary analogue secretory carcinoma, ETV6-NTRK3, salivary gland, misdiagnosed

Procedia PDF Downloads 40
4468 Development of Loop Mediated Isothermal Amplification (Lamp) Assay for the Diagnosis of Ovine Theileriosis

Authors: Muhammad Fiaz Qamar, Uzma Mehreen, Muhammad Arfan Zaman, Kazim Ali

Abstract:

Ovine Theileriosis is a world-wide concern, especially in tropical and subtropical areas, due to having tick abundance that has received less awareness in different developed and developing areas due to less worth of sheep, low to the middle level of infection in different small ruminants herd. Across Asia, the prevalence reports have been conducted to provide equivalent calculation of flock and animal level prevalence of Theileriosisin animals. It is a challenge for veterinarians to timely diagnosis & control of Theileriosis and famers because of the nature of the organism and inadequacy of restricted plans to control. All most work is based upon the development of such a technique which should be farmer-friendly, less expensive, and easy to perform into the field. By the timely diagnosis of this disease will decrease the irrational use of the drugs, and other plan was to determine the prevalence of Theileriosis in District Jhang by using the conventional method, PCR and qPCR, and LAMP. We quantify the molecular epidemiology of T.lestoquardiin sheep from Jhang districts, Punjab, Pakistan. In this study, we concluded that the overall prevalence of Theileriosis was (32/350*100= 9.1%) in sheep by using Giemsa staining technique, whereas (48/350*100= 13%) is observed by using PCR technique (56/350*100=16%) in qPCR and the LAMP technique have shown up to this much prevalence percentage (60/350*100= 17.1%). The specificity and sensitivity also calculated in comparison with the PCR and LAMP technique. Means more positive results have been shown when the diagnosis has been done with the help of LAMP. And there is little bit of difference between the positive results of PCR and qPCR, and the least positive animals was by using Giemsa staining technique/conventional method. If we talk about the specificity and sensitivity of the LAMP as compared to PCR, The cross tabulation shows that the results of sensitivity of LAMP counted was 94.4%, and specificity of LAMP counted was 78%. Advances in scientific field must be upon reality based ideas which can lessen the gaps and hurdles in the way of scientific research; the lamp is one of such techniques which have done wonders in adding value and helping human at large. It is such a great biological diagnostic tools and has helped a lot in the proper diagnosis and treatment of certain diseases. Other methods for diagnosis, such as culture techniques and serological techniques, have exposed humans with great danger. However, with the help of molecular diagnostic technique like LAMP, exposure to such pathogens is being avoided in the current era Most prompt and tentative diagnosis can be made using LAMP. Other techniques like PCR has many disadvantages when compared to LAMP as PCR is a relatively expensive, time consuming, and very complicated procedure while LAMP is relatively cheap, easy to perform, less time consuming, and more accurate. LAMP technique has removed hurdles in the way of scientific research and molecular diagnostics, making it approachable to poor and developing countries.

Keywords: distribution, thelaria, LAMP, primer sequences, PCR

Procedia PDF Downloads 76
4467 In silico Analysis towards Identification of Host-Microbe Interactions for Inflammatory Bowel Disease Linked to Reactive Arthritis

Authors: Anukriti Verma, Bhawna Rathi, Shivani Sharda

Abstract:

Reactive Arthritis (ReA) is a disorder that causes inflammation in joints due to certain infections at distant sites in the body. ReA begins with stiffness, pain, and inflammation in these areas especially the ankles, knees, and hips. It gradually causes several complications such as conjunctivitis in the eyes, skin lesions in hand, feet and nails and ulcers in the mouth. Nowadays the diagnosis of ReA is based upon a differential diagnosis pattern. The parameters for differentiating ReA from other similar disorders include physical examination, history of the patient and a high index of suspicion. There are no standard lab tests or markers available for ReA hence the early diagnosis of ReA becomes difficult and the chronicity of disease increases with time. It is reported that enteric disorders such as Inflammatory Bowel Disease (IBD) that is inflammation in gastrointestinal tract namely Crohn’s Disease (CD) and Ulcerative Colitis (UC) are reported to be linked with ReA. Several microorganisms are found such as Campylobacter, Salmonella, Shigella and Yersinia causing IBD leading to ReA. The aim of our study was to perform the in-silico analysis in order to find interactions between microorganisms and human host causing IBD leading to ReA. A systems biology approach for metabolic network reconstruction and simulation was used to find the essential genes of the reported microorganisms. Interactomics study was used to find the interactions between the pathogen genes and human host. Genes such as nhaA (pathogen), dpyD (human), nagK (human) and kynU (human) were obtained that were analysed further using the functional, pathway and network analysis. These genes can be used as putative drug targets and biomarkers in future for early diagnosis, prevention, and treatment of IBD leading to ReA.

Keywords: drug targets, inflammatory bowel disease, reactive arthritis, systems biology

Procedia PDF Downloads 247
4466 Optimization of a Convolutional Neural Network for the Automated Diagnosis of Melanoma

Authors: Kemka C. Ihemelandu, Chukwuemeka U. Ihemelandu

Abstract:

The incidence of melanoma has been increasing rapidly over the past two decades, making melanoma a current public health crisis. Unfortunately, even as screening efforts continue to expand in an effort to ameliorate the death rate from melanoma, there is a need to improve diagnostic accuracy to decrease misdiagnosis. Artificial intelligence (AI) a new frontier in patient care has the ability to improve the accuracy of melanoma diagnosis. Convolutional neural network (CNN) a form of deep neural network, most commonly applied to analyze visual imagery, has been shown to outperform the human brain in pattern recognition. However, there are noted limitations with the accuracy of the CNN models. Our aim in this study was the optimization of convolutional neural network algorithms for the automated diagnosis of melanoma. We hypothesized that Optimal selection of the momentum and batch hyperparameter increases model accuracy. Our most successful model developed during this study, showed that optimal selection of momentum of 0.25, batch size of 2, led to a superior performance and a faster model training time, with an accuracy of ~ 83% after nine hours of training. We did notice a lack of diversity in the dataset used, with a noted class imbalance favoring lighter vs. darker skin tone. Training set image transformations did not result in a superior model performance in our study.

Keywords: melanoma, convolutional neural network, momentum, batch hyperparameter

Procedia PDF Downloads 72
4465 Hyper Tuned RBF SVM: Approach for the Prediction of the Breast Cancer

Authors: Surita Maini, Sanjay Dhanka

Abstract:

Machine learning (ML) involves developing algorithms and statistical models that enable computers to learn and make predictions or decisions based on data without being explicitly programmed. Because of its unlimited abilities ML is gaining popularity in medical sectors; Medical Imaging, Electronic Health Records, Genomic Data Analysis, Wearable Devices, Disease Outbreak Prediction, Disease Diagnosis, etc. In the last few decades, many researchers have tried to diagnose Breast Cancer (BC) using ML, because early detection of any disease can save millions of lives. Working in this direction, the authors have proposed a hybrid ML technique RBF SVM, to predict the BC in earlier the stage. The proposed method is implemented on the Breast Cancer UCI ML dataset with 569 instances and 32 attributes. The authors recorded performance metrics of the proposed model i.e., Accuracy 98.24%, Sensitivity 98.67%, Specificity 97.43%, F1 Score 98.67%, Precision 98.67%, and run time 0.044769 seconds. The proposed method is validated by K-Fold cross-validation.

Keywords: breast cancer, support vector classifier, machine learning, hyper parameter tunning

Procedia PDF Downloads 38
4464 Identification of Potential Predictive Biomarkers for Early Diagnosis of Preeclampsia Growth Factors to microRNAs

Authors: Sadia Munir

Abstract:

Preeclampsia is the contributor to the worldwide maternal mortality of approximately 100,000 deaths a year. It complicates about 10% of all pregnancies and is the first cause of maternal admission to intensive care units. Predicting preeclampsia is a major challenge in obstetrics. More importantly, no major progress has been achieved in the treatment of preeclampsia. As placenta is the main cause of the disease, the only way to treat the disease is to extract placental and deliver the baby. In developed countries, the cost of an average case of preeclampsia is estimated at £9000. Interestingly, preeclampsia may have an impact on the health of mother or infant, beyond the pregnancy. We performed a systematic search of PubMed including the combination of terms such as preeclampsia, biomarkers, treatment, hypoxia, inflammation, oxidative stress, vascular endothelial growth factor A, activin A, inhibin A, placental growth factor, transforming growth factor β-1, Nodal, placenta, trophoblast cells, microRNAs. In this review, we have summarized current knowledge on the identification of potential biomarkers for the diagnosis of preeclampsia. Although these studies show promising data in early diagnosis of preeclampsia, the current value of these factors as biomarkers, for the precise prediction of preeclampsia, has its limitation. Therefore, future studies need to be done to support some of the very promising and interesting data to develop affordable and widely available tests for early detection and treatment of preeclampsia.

Keywords: activin, biomarkers, growth factors, miroRNA

Procedia PDF Downloads 416
4463 Fourier Transform and Machine Learning Techniques for Fault Detection and Diagnosis of Induction Motors

Authors: Duc V. Nguyen

Abstract:

Induction motors are widely used in different industry areas and can experience various kinds of faults in stators and rotors. In general, fault detection and diagnosis techniques for induction motors can be supervised by measuring quantities such as noise, vibration, and temperature. The installation of mechanical sensors in order to assess the health conditions of a machine is typically only done for expensive or load-critical machines, where the high cost of a continuous monitoring system can be Justified. Nevertheless, induced current monitoring can be implemented inexpensively on machines with arbitrary sizes by using current transformers. In this regard, effective and low-cost fault detection techniques can be implemented, hence reducing the maintenance and downtime costs of motors. This work proposes a method for fault detection and diagnosis of induction motors, which combines classical fast Fourier transform and modern/advanced machine learning techniques. The proposed method is validated on real-world data and achieves a precision of 99.7% for fault detection and 100% for fault classification with minimal expert knowledge requirement. In addition, this approach allows users to be able to optimize/balance risks and maintenance costs to achieve the highest bene t based on their requirements. These are the key requirements of a robust prognostics and health management system.

Keywords: fault detection, FFT, induction motor, predictive maintenance

Procedia PDF Downloads 129
4462 Epidemiological and Clinical Profile of Patients with Chorioamnionitis

Authors: Isabel Cristina Ortiz Trujillo, Lina Maria Martinez Sanchez, Felipe Hernández Restrepo, Daniel Gallego Gonzalez, Natalia Vargas Grisales, Camilo Andrés Agudelo Vélez

Abstract:

Chorioamnionitis, is a pregnancy infection, causes different fetal and maternal symptoms. Streptococcus agalactiae present in the normal vaginal microflora of some women, favouring its abnormal multiplication during pregnancy, causing perinatal morbidity and mortality. Objective. Describe the clinical and epidemiological profile of the patients with diagnosis of clinical chorioanmionitis. Methodology. Descriptive, cross-sectional study. The population was patients with diagnosis of clinical chorioanmionitis. The information was taken from the medical records. The research was approved by the Ethics Committee. We used the program SPSS ® version 17.0 (SPSS Inc; Chicago, Illinois, USA) for the information analysis, descriptive statistics were used. Results. 78 patients in total with clinical chorioamnionitis, with a mean age of 26.3 ±5, 8 years old, the 69.2% primigravid women. 2.6% of women had positive culture for Streptococcus agalactiae in urine sample during current pregnancy and 30.7% had received some kind of antibiotics during current pregnancy. The 57.7% had 37 to 40 weeks of gestation in the current pregnancy it was calculated more frequently by ultrasound (66.7% in first quarter, 11.5% in the second and 1.9% in the third). In a 60.3% way of termination of pregnancy was vaginal and a 35.9 percent were caesarean section. Among the women in the study, a 30.8% had premature rupture of membranes. Conclusion. The chorioamnionitis continues to be an important cause of antibiotic use during pregnancy or labour and the decision to do a caesarean, with highest percentage in pregnancies-preterm and preterm premature rupture of membranes.

Keywords: chorioamnionitis, Streptococcus agalactiae, pregnancy complications, infectious

Procedia PDF Downloads 390