Designing Machine-to-Machine (M2M) Prototype System for Weight Loss Program for Obesity and Overweight Patients

Size: px
Start display at page:

Download "Designing Machine-to-Machine (M2M) Prototype System for Weight Loss Program for Obesity and Overweight Patients"

Transcription

1 2016 7th International Conference on Intelligent Systems, Modelling and Simulation Designing Machine-to-Machine (M2M) Prototype System for Weight Loss Program for Obesity and Overweight Patients Gunawan Wibisono Electrical Engineering Dept. Universitas Indonesia Depok, Indonesia I Gusti Bagus Astawa Electrical Engineering Dept. Universitas Indonesia Depok, Indonesia Abstract - Obesity/overweight patient is a person who has excessive body weight which prone to have serious diseases like heart disease, stroke, diabetes, some types of cancer, and osteoarthritis. In general, obesity/overweight is caused by some factors: excessive food intake, lack of physical activities, and genetics. In 2013, more than 2 billion people suffer obesity/overweight including 40 million in Indonesia. To overcome obesity/overweight, patients should control their food intakes and do physical activities. In most cases, the problem is they don't know whether their foods are good or not for their weights, and in the end, they fail to control their weights. This research helps weight loss program with machine-to-machine (M2M) technology with using special weight scale which can upload data to the server. Website and mobile application are built to give recommendation what food to eat today based on calorie calculation, in order to reduce their weight during the program. Keywords - machine-to-machine; obesity; overweight; weight loss program; food recommendation; calorie calculation. I. INTRODUCTION Obesity and overweight are a medical condition where a person has excessive body weight which can cause serious diseases like heart disease, stroke, diabetes, some types of cancer, and osteoarthritis [1]. A person suffers overweight if his/her body mass index (BMI) is more than 25 (or 23 for Asians) while obesity is a condition where BMI is greater than 30 [2]. BMI formula is weight (kg) divided by square of height (m 2 ). In general, overweight/obesity is caused by some factors: excessive food intake, lack of physical activities, and genetics. Statistical data in 2013 mentioned that more than 2 billion people in the world suffer overweight/obesity, with 40 million of them are Indonesian [3]. To overcome, they need to control their food intakes and doing physical activities [4]. Thus, they should monitor their weight day by day in within their weight loss program. This study aims to help overweight/obesity patients to reduce their weight with machine-to-machine (M2M) technology, i.e. to design a system which includes: 1. A special weight scale which has the capability of sending data to M2M server. 2. A website and a mobile application (Android based) to give information about weight monitoring day by day, and daily food recommendation to the user. The rest of this paper is arranged: Section 2 talks about literature review, Section 3 talks about methodology: system design and algorithm. Section 4 is about the implementation and Section 5 discusses results expected. The conclusion of this research will be written in Section 6. II. LITERATURE REVIEW In the last decades, information and communication technology (ICT) have been blooming in every sector of human life. M2M is one of ICT that attracted huge attention nowadays. Many research about M2M have been done, including in healthcare sector. The popular use of M2M in healthcare is for patient monitoring purpose [5-7]. More specific implementation of M2M in healthcare related to this study is for weight loss program monitoring. [8] discusses the design and implementation of weight and height measurement device to inform people their weight and height. Other research [9] aimed to develop a mobile application to calculate BMI and ideal weight. A more comprehensive study [10] analyzes the effectiveness of Internet-based weight loss program which conclude that Internet use combined with other methods could give positive results. Meanwhile, we can find some commercial products which offer device and application to help weight loss program. One of them is Fitbit AriaTM [11]. It has a smart scale that has the ability to upload data to the server via wifi connection. Even, it has the ability to track patient's activity by using a special armband. Another popular product is WithingsTM [12] which has similar functions /16 $ IEEE DOI /ISMS

2 with Fitbit AriaTM. The shortfall of both products is they don't have food recommendation system, so users don't have any suggestion on what food to eat every day in their weight loss programs. III. METHODOLOGY Referring to those facts, we have formulated a diet which is a number of calories intake per day (in kcal) for weight loss program (Table 1). TABLE I. CALORIES INTAKE TABLE FOR THE WEIGHT LOSS PROGRAM A. System Design The logic flow of the system built in this research is described in Figure 1. First, weight scale measures user's weight and send data via Bluetooth (Wireless Personal Area Network) to user's smartphone nearby. Smartphone receives data from Bluetooth and acts as M2M gateway that sends data through Internet cloud to M2M server. Then next step, the server processes data and produces food recommendation to control user's calories for weight management. It stores data in a database and sends data to the website and mobile application. Website and mobile application in user's side receive data from the server through an Internet connection and display the food recommendation and weight loss program progress. Besides calories intake table, we need to know the length of weight loss program. It depends on how many kilograms of weight a patient should reduce. With normal standard 500 grams/week loss, the duration length (or w) in week, is: weight to be reduced (kg) w (week) =... (1) 0.5 (kg/week) For example, if a patient's height (an Asian) is 170 cm with 80 kg weight (or BMI=27.7), if he wants to have ideal weight (BMI=23), he should achieve 66.5 kg of weight. It means that his weight to be reduced is 13.5 kg, so the length of his weight loss program is 27 weeks. Figure 1. Basic logic flow of M2M system for the weight loss program B. Weight Loss Program Algorithm According to [13], patient who wants to reduce their weight should pay attention to following facts: Every day, a person needs calories about 12 to 15 kcal per kg of weight. It depends on gender and physical activities as well. Typical diet therapy for man: kcal intake per day, and kcal for a woman. With this typical diet, a patient is expected to reduce weight: 70 grams/day or about 500 grams/week. Calories intake cannot be less than 800 kcal per day. IV. IMPLEMENTATION The implementation of this research is focusing on developing a website and an Android application for weight monitoring and food recommendation system. For the weight scale itself, we use off-the-shelf product which can send data to our server. A general flowchart of weight loss program in this study is depicted in Figure 2 below. 139

3 Breakfast: about 20% from total calories for a day. Lunch: about 40% from total calories for a day. Afternoon snack: about 15% from total calories for a day. Dinner: about 25% from total calories for a day. For each menu, we provide 5 sets of food, so the user has choices to eat what he/she prefers, to avoid getting bored in weight loss program. The system will rely on the database built in the implementation. Figure 3 gives the excerpt of database structure, where the database is built in MySQL format. Figure 3. Excerpt of the system database Figure 2. Flowchart of the weight loss program application The flowchart describes the process in weight loss program. First if a patient's BMI is higher than 23 then he/she should do the weight loss program. He/she should calculate how many kg should be reduced to achieve BMI = 23. Then he/she must do the diet therapy based on gender, weight, and physical activities (food recommendation will be provided by the system). Diet therapy length (in weeks) is determined by how many kg of his/her excessive weight divided by 0.5. Weekly evaluations will be required to assess whether he/she successfully reduced the weight by 0.5 kg. If he/she fails to achieve, the program must be restart again. This cycle will be ended when therapy schedule is finished. For food recommendation, it is given in daily basis, which split daily menu into 4 menus: breakfast, lunch, afternoon snack, and dinner. The calories composition for each menu is: V. RESULTS The results of this paper are the website and Android application designs since at the time this paper is written, we are still in the middle of the development. The website or Android application basically contains 4 main pages: Home, History, Food Calories, and Personal Information. The Home page displays most recent user's weight and food recommendation for today, as depicted in Figure 4a and Figure 4b. 140

4 Figure 4a. Home page of the website application Figure 5a. History page of the website application Figure 4b. Home page of the Android application Then the History page contains statistics of user's weight for specific time range: last 7 days, last 1 month, last 3 months, or the entire program. It contains the weight target and target time as well (Figure 7a and Figure 7b). Figure 5b. History page of the Android application The third page is Food Calories list (Figure 6a and Figure 6b), simply displays various kind of food (Indonesian and Western) and the calories contained. This list is taken from food database and used for daily food recommendation in Home page. 141

5 Figure 6a. Food Calories page of the website application Figure 7a. Personal Information page of the website application Figure 6b. Food Calories page of the Android application And the last is Personal Info page, it displays user's information such as username, first name, last name, , password, gender, height, initial weight, weight target, daily activity level, and user's picture as well. This information is filled in user registration previously, and can be updated through this page (Figure 7a and Figure 7b). Figure 7b. Personal Information page of the Android application VI. CONCLUSION This research aims to help obesity/overweight patient to reduce weight with weight loss program, with the help of M2M technology using smart weight scale which can upload data to the server. Along with it, we build a website and an Android application to monitor the weight every day and give food recommendation based on calorie calculation. The calorie intake refers to some variables: 142

6 patient's gender, weight, and physical activity level. Meanwhile, the duration of weight program loss depends on the excessive weight a patient wants to reduce. Eventually, this system is expected to help patients to successfully reduce their weights in weight loss program by monitoring their daily weights and this system recommends how many calories they can eat every day as well. REFERENCES [1] Yusuf S, Hawken S, Ounpuu S, Dans T, Avezum A, Lanas F, McQueen M, Budaj A, Pais P, Varigos J, Lisheng L, INTERHEART Study Investigators. (2004), "Effect of potentially modifiable risk factors associated with myocardial infarction in 52 countries (the INTERHEART study): Case-control study". Lancet 364 (9438): doi: /s (04) PMID [2] Haslam DW, James WP (2005). "Obesity". Lancet 366 (9492): doi: /s (05) pmid [3] Lusia Kus Anna (June 2, 2014). "Indonesia Masuk 10 Besar Orang Gemuk Terbanyak" ( suk.10.besar.orang.gemuk.terbanyak). [4] Kopelman and Caterson 2005:324. "Clinical Obesity in Adults and Children". [5] Enriko, I., Gunawan Wibisono, and Dadang Gunawan. "Designing machine-to-machine (M2M) system in health-cure modeling for cardiovascular disease patients: Initial study." Information and Communication Technology (ICoICT), rd International Conference on. IEEE, [6] S. Jung, J. Y. Ahn, D.-J. Hwang, and S. Kim, "An optimization scheme for M2M-based patient monitoring in ubiquitous healthcare domain," International Journal of Distributed Sensor Networks, vol. 2012, [7] C. E. Turcu and C. O. Turcu, "Internet of Things as Key Enabler for Sustainable Healthcare Delivery," Procedia-Social and Behavioral Sciences, vol. 73, pp , [8] Thomas, Thomas. "Sistem Pengukur Berat Dan Tinggi Badan Menggunakan Mikrokontroler AT89S51."TESLA Jurnal Teknik Elektro UNTAR 10.2 (2010): pp-79. [9] Pinandita, Bijak Jati Kusuma Tito. "Rancang Bangun Aplikasi Mobile Perhitungan Indeks Massa Tubuh dan Berat Badan Ideal (A Design of Mobile Application to Measure Body Mass Index and an Ideal Weight)." JUITA 1.04 (2011). [10] Tate, Deborah F., Rena R. Wing, and Richard A. Winett. "Using Internet technology to deliver a behavioral weight loss program." Jama (2001): [11] Smarter scale. Better results. (n.d.). Retrieved December 27, 2015, from [12] Withings. (n.d.). Retrieved December 27, 2015, from [13] Panel, NHLBI Obesity Education Initiative Expert. "Clinical guidelines on the identification, evaluation, and treatment of overweight and obesity in adults." (1998). 143

A Survey of Cloud Based Health Care System

A Survey of Cloud Based Health Care System A Survey of Cloud Based Health Care System Chandrani Ray Chowdhury Assistant Professor, Dept. of MCA, SDET-Brainware Group of Institution, Barasat, West Bengal, India ABSTRACT: Cloud communicating is an

More information

A Design of Mobile Health for Android Applications

A Design of Mobile Health for Android Applications American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-03, Issue-06, pp-20-29 www.ajer.org Research Paper Open Access A Design of Mobile Health for Android Applications

More information

Adult Weight Management Training Summary

Adult Weight Management Training Summary Adult Weight Management Training Summary The Commission on Dietetic Registration, the credentialing agency for the Academy of Nutrition and Dietetics Marilyn Holmes, MS, RDN, LDN About This Presentation

More information

Treatment for people who are overweight or obese

Treatment for people who are overweight or obese Understanding NICE guidance Information for people who use NHS services Treatment for people who are overweight or obese NICE advises the NHS on caring for people with specific conditions or diseases.

More information

Prevention of and the Screening for Diabetes Part I Insulin Resistance By James L. Holly, MD Your Life Your Health The Examiner January 19, 2012

Prevention of and the Screening for Diabetes Part I Insulin Resistance By James L. Holly, MD Your Life Your Health The Examiner January 19, 2012 Prevention of and the Screening for Diabetes Part I Insulin Resistance By James L. Holly, MD Your Life Your Health The Examiner January 19, 2012 In 2002, SETMA began a relationship with Joslin Diabetes

More information

Internet of Things on HealthCare and Chinese Wearable Medical Devices

Internet of Things on HealthCare and Chinese Wearable Medical Devices Internet of Things on HealthCare and Chinese Wearable Medical Devices Xia Wenhuan Director, Greater China Region Business Development TIP Group wenhuan.xia@transpacificip.com BD Internal INTERNET OF THINGS

More information

HEALTH MANAGEMENT PLAN PROGRAMME

HEALTH MANAGEMENT PLAN PROGRAMME HEALTH MANAGEMENT PLAN PROGRAMME Medical Controls for Referees and Candidates The FIVB believes that Referees and Referees Candidates health is very important therefore in accordance with the Medical and

More information

Chapter 5 DASH Your Way to Weight Loss

Chapter 5 DASH Your Way to Weight Loss Chapter 5 DASH Your Way to Weight Loss The DASH diet makes it easy to lose weight. A healthy diet, one that is based on fruits, vegetables, and other key DASH foods, will help you have satisfying meals,

More information

MoSHCA My Smart Mobile Healthcare Assistant. Hendrik R. Schwietert, Evalan Henk.Schwietert@Evalan.com

MoSHCA My Smart Mobile Healthcare Assistant. Hendrik R. Schwietert, Evalan Henk.Schwietert@Evalan.com MoSHCA My Smart Mobile Healthcare Assistant Hendrik R. Schwietert, Evalan Henk.Schwietert@Evalan.com MoSHCA Mobility 610,000 Hip Fractures per Year 2 MoSHCA COPD 3% of Population 3 MoSHCA Methodology Monitor

More information

The Development of Mobile Client Application in Yogyakarta Tourism and Culinary Information System Based on Social Media Integration

The Development of Mobile Client Application in Yogyakarta Tourism and Culinary Information System Based on Social Media Integration The Development of Mobile Client Application in Yogyakarta Tourism and Culinary Information System Based on Social Media Integration Novrian Fajar Hidayat Department of Electrical Engineering and Information

More information

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/

More information

Technology offer: Machine-to-Cloud Management System of Distributed Heterogeneous Devices

Technology offer: Machine-to-Cloud Management System of Distributed Heterogeneous Devices Technology offer: Machine-to-Cloud Management System of Distributed Heterogeneous Devices Technology offer: Machine-to-Cloud Management System of Distributed Heterogeneous Devices SUMMARY The Specialized

More information

Your Results. For more information visit: www.sutton.gov.uk/healthchecks. Name: Date: In partnership with

Your Results. For more information visit: www.sutton.gov.uk/healthchecks. Name: Date: In partnership with Your Results Name: Date: For more information visit: www.sutton.gov.uk/healthchecks In partnership with Introduction Everyone is at risk of developing diabetes, heart disease, kidney disease, stroke and

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

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

More information

Intelligent Mobile Hospital Appointment Scheduling and Medicine Collection

Intelligent Mobile Hospital Appointment Scheduling and Medicine Collection Intelligent Mobile Hospital Appointment Scheduling and Medicine Collection Swabik Musa Abdulla Wani Computing and Information Systems Institut Teknologi Brunei Brunei Darussalam Alswabir012@gmail.com Abstract

More information

A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION

A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION A MEDICAL HEALTH CARE SYSTEM WITH HIGH SECURITY USING ANDROID APPLICATION Mr. T.CHANDRA SEKHAR RAO PROFESSOR and HEAD T.SREEDHAR M.TECH DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING LOYOLA INSTITUTE

More information

Body Composition & Longevity. Ohan Karatoprak, MD, AAFP Clinical Assistant Professor, UMDNJ

Body Composition & Longevity. Ohan Karatoprak, MD, AAFP Clinical Assistant Professor, UMDNJ Body Composition & Longevity Ohan Karatoprak, MD, AAFP Clinical Assistant Professor, UMDNJ LONGEVITY Genetic 25% Environmental Lifestyle Stress 75% BMI >30 OBESE 25-30 OVERWEIGHT 18-25 NORMAL WEIGHT 18

More information

ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA

ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA Zainal A. Hasibuan Faculty of Computer Science, University of Indonesia Depok,

More information

A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System

A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System , pp.91-96 http://dx.doi.org/10.14257/ijbsbt.2014.6.3.11 A Study of the Design of Wireless Medical Sensor Network based u- Healthcare System Ronnie D. Caytiles and Sungwon Park 1* 1 Hannam University 133

More information

Cellular Wireless technology: Creating a link between people and the healthcare community

Cellular Wireless technology: Creating a link between people and the healthcare community Cellular Wireless technology: Creating a link between people and the healthcare community Introduction Demands on health-care systems worldwide have increased to the point where the delivery and cost of

More information

Food Poverty and Health

Food Poverty and Health Briefing Statement Introduction In the UK, the poorer people are, the worse their diet, and the more diet-related diseases they suffer from. This is food poverty. 1 Poor diet is a risk factor for the UK

More information

Body Mass Index and Calorie Intake

Body Mass Index and Calorie Intake The Science of Nutrition Laboratory Science 70 Body Mass Index and Calorie Intake One of the easiest ways to assess if you are healthy weight is to measure your body mass index (BMI). The BMI is a calculation

More information

**Medicare and Medicaid have other Billing Codes and different eligibility. Please contact our office for more information. Thank you!

**Medicare and Medicaid have other Billing Codes and different eligibility. Please contact our office for more information. Thank you! Checking Your Insurance Benefits IMPORTANT Please check your insurance coverage prior to any Nutrition or Diabetes Education appointment. You will be responsible for any services that are not covered.

More information

Impact of a nurse telephone intervention among high cardiovascular risk health fair participants. Lisa H. Jensen, BSN, RN Colorado Prevention Center

Impact of a nurse telephone intervention among high cardiovascular risk health fair participants. Lisa H. Jensen, BSN, RN Colorado Prevention Center Impact of a nurse telephone intervention among high cardiovascular risk health fair participants Lisa H. Jensen, BSN, RN Colorado Prevention Center Co-authors Bonnie Leaman-Castillo PhD, Behavioral Scientist

More information

A Real-Time Insulin Injection System

A Real-Time Insulin Injection System A Real-Time Insulin Injection System Mwaffaq Otoom 1, Hussam Alshraideh 2, Hisham M. Almasaeid 1, Diego López-de-Ipiña 3, and José Bravo 4 1 Yarmouk University, Jordan 2 Jordan University of Science and

More information

A Star Track for the best connected health startups in the Nordics

A Star Track for the best connected health startups in the Nordics A Star Track for the best connected health startups in the Nordics Nordic Connected Health Star Track accelerates business development and international scaling of Nordic startups. The Nordic countries

More information

Novartis CardioEngagement Challenge

Novartis CardioEngagement Challenge CHANGING MINDSETS WITH HANDSETS Novartis CardioEngagement Challenge The Sensei Team Robert Schwarzberg, MD founder & CEO Sensei, Inc Renée Melton, MS, RD, LD VP Wellness & Health Promotion, Sensei, Inc

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment , pp.18-22 http://dx.doi.org/10.14257/astl.2013.42.05 Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment Changhee Cho 1, Sanghyun Park 2, Jadhav Yogiraj

More information

Mobile Adaptive Opportunistic Junction for Health Care Networking in Different Geographical Region

Mobile Adaptive Opportunistic Junction for Health Care Networking in Different Geographical Region International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 2 (2014), pp. 113-118 International Research Publications House http://www. irphouse.com /ijict.htm Mobile

More information

Binge Eating Disorder

Binge Eating Disorder Binge Eating Disorder U.S. DEPARTMENT OF HEALTH AND HUMAN SERVICES WIN Weight-control Information Network How do I know if I have binge eating disorder? Most of us overeat from time to time, and some of

More information

How can the Internet of Things help in overcoming current challenges and make healthcare sustainable

How can the Internet of Things help in overcoming current challenges and make healthcare sustainable How can the Internet of Things help in overcoming current challenges and make healthcare sustainable Davide Sola, ESCP Europe Jerome Couturier, ESCP Europe Giovanni Scarso Borioli, ESCP Europe Cristina

More information

Application of Knowledge-Based System in Personalized Health Management Portal

Application of Knowledge-Based System in Personalized Health Management Portal Application of Knowledge-Based System in Personalized Health Management Portal Neesha Jothi 1, Wahidah Husain 2, Nasriah Zakaria 3 School of Computer Sciences Universiti Sains Malaysia 11800 USM, Penang,

More information

GEOSPATIAL TECHNOLOGY IN DISEASE MAPPING, E-SURVEILLANCE AND HEALTH CARE FOR RURAL POPULATION IN SOUTH INDIA

GEOSPATIAL TECHNOLOGY IN DISEASE MAPPING, E-SURVEILLANCE AND HEALTH CARE FOR RURAL POPULATION IN SOUTH INDIA GEOSPATIAL TECHNOLOGY IN DISEASE MAPPING, E-SURVEILLANCE AND HEALTH CARE FOR RURAL POPULATION IN SOUTH INDIA Praveenkumar BA a, Suresh Krishnamurthy a, Nikhil Agarwal b, Rohan Mahalank b, Nikhila B.S b,

More information

AN INFORMATION AGENT SYSTEM FOR CLOUD COMPUTING BASED LOCATION TRACKING

AN INFORMATION AGENT SYSTEM FOR CLOUD COMPUTING BASED LOCATION TRACKING I J I T E ISSN: 2229-7367 3(1-2), 2012, pp. 63-68 AN INFORMATION AGENT SYSTEM FOR CLOUD COMPUTING BASED LOCATION TRACKING ANWAR BASHA H. 1, SAMUEL GEOFFREY LAWRENCE 2 AND INDUMATHI, K. 3 1 Department of

More information

A Students Attendance System Using QR Code

A Students Attendance System Using QR Code Vol. 5, o. 3, 2014 A Students Attendance System Using QR Code Fadi Masalha Faculty of Information Technology Applied Science University ael Hirzallah Faculty of Information Technology Applied Science University

More information

Obesity in the United States Workforce. Findings from the National Health and Nutrition Examination Surveys (NHANES) III and 1999-2000

Obesity in the United States Workforce. Findings from the National Health and Nutrition Examination Surveys (NHANES) III and 1999-2000 P F I Z E R F A C T S Obesity in the United States Workforce Findings from the National Health and Nutrition Examination Surveys (NHANES) III and 1999-2000 p p Obesity in The United States Workforce One

More information

Health & Wellness in the Big Green Gym

Health & Wellness in the Big Green Gym Health & Wellness in the Big Green Gym 1 Health & Wellness in the Big Green Gym 2 Health & Wellness in the Big Green Gym 3 Health & Wellness in the Big Green Gym 4 Health & Wellness in the Big Green Gym

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

MobiCare Proposal. Adopting a healthy lifestyle is not an easy task. Normally people are not able to change their habits without help and motivation.

MobiCare Proposal. Adopting a healthy lifestyle is not an easy task. Normally people are not able to change their habits without help and motivation. MobiCare Proposal 1 Full details Eugenio Gaeta Calle de la Manzana 15, 1A 28015 Madrid Mobile: +34 647264687 email: eugenio.gaeta@gmail.com 2 Project Title: MobiCare 3 Description (1pg) A healthy lifestyle

More information

Internet of Things in Healthcare Monitoring. Ivan Ostojic

Internet of Things in Healthcare Monitoring. Ivan Ostojic Internet of Things in Healthcare Monitoring Ivan Ostojic Presentation Structure Setting the stage How can IOT be used in healthcare? Healthcare landscape is changing and creating new opportunities What

More information

WEIGHT MANAGEMENT PROGRAMS & RESOURCES

WEIGHT MANAGEMENT PROGRAMS & RESOURCES WEIGHT MANAGEMENT PROGRAMS & RESOURCES At Tufts Health Plan, we know it s important to help our members achieve and maintain a healthy weight. Being at a healthy weight can improve your health and reduce

More information

Use of Mobile Medical Applications in Clinical Research

Use of Mobile Medical Applications in Clinical Research Use of Mobile Medical Applications in Clinical Research Erin K. O Reilly, PhD RAC Associate Director, Regulatory Affairs Duke Translational Medicine Institute erin.oreilly@duke.edu September 10, 2014 (919)

More information

BDA Work Ready Programme: Workplace health nutrition interventions aimed at improving individuals working lives

BDA Work Ready Programme: Workplace health nutrition interventions aimed at improving individuals working lives BDA Work Ready Programme: Workplace health nutrition interventions aimed at improving individuals working lives Interim findings from the BDA review Responding to recent policy drivers such as the NHS

More information

MOBILE PHONE APPLICATION TO SUPPORT THE ELDERLY

MOBILE PHONE APPLICATION TO SUPPORT THE ELDERLY International Journal of Cyber Society and Education Pages 51-56, Vol. 6, No. 1, June 2013 doi: 10.7903/ijcse.1047 MOBILE PHONE APPLICATION TO SUPPORT THE ELDERLY Maria Panou L. Mesogion 357-359, Athens,

More information

An ECG Monitoring and Alarming System Based On Android Smart Phone

An ECG Monitoring and Alarming System Based On Android Smart Phone Communications and Network, 2013, 5, 584-589 http://dx.doi.org/10.4236/cn.2013.53b2105 Published Online September 2013 (http://www.scirp.org/journal/cn) An ECG Monitoring and Alarming System Based On Android

More information

A SMART, LOCATION BASED TIME AND ATTENDANCE TRACKING SYSTEM USING ANDROID APPLICATION

A SMART, LOCATION BASED TIME AND ATTENDANCE TRACKING SYSTEM USING ANDROID APPLICATION A SMART, LOCATION BASED TIME AND ATTENDANCE TRACKING SYSTEM USING ANDROID APPLICATION Shermin Sultana 1, Asma Enayet 1 and Ishrat Jahan Mouri 1 1 Department of Computer Science and Engineering, Stamford

More information

Heart Disease, Stroke and Research Statistics At-a-Glance

Heart Disease, Stroke and Research Statistics At-a-Glance Heart Disease, Stroke and Research Statistics At-a-Glance Here are a few key statistics about heart disease, stroke, other cardiovascular diseases and their risk factors, in addition to commonly cited

More information

Section 2. Overview of Obesity, Weight Loss, and Bariatric Surgery

Section 2. Overview of Obesity, Weight Loss, and Bariatric Surgery Section 2 Overview of Obesity, Weight Loss, and Bariatric Surgery What is Weight Loss? How does surgery help with weight loss? Short term versus long term weight loss? Conditions Improved with Weight Loss

More information

Fitness Tour: A Mobile Application for Combating Obesity

Fitness Tour: A Mobile Application for Combating Obesity Fitness Tour: A Mobile Application for Combating Obesity M. Chuah CSE Department Lehigh University Bethlehem, PA 18015 610-758-4061 chuah@cse.lehigh.edu Steve Sample CSE Department Lehigh University Bethlehem,

More information

MOVE! Coach Mobile App User Manual

MOVE! Coach Mobile App User Manual MOVE! Coach Mobile App User Manual User Manual Table of Contents Overview 1 The Basics 2 Before starting 2 Setting up the App 3 Managing your settings 4 Viewing the help screens in the App 5 Accessing

More information

Maintaining Healthy Body Mass Index (BMI) Through Physical Activity and Diet Pitfalls of Fad Dieting. Julia Sosa, MS,RD,LD ADPH

Maintaining Healthy Body Mass Index (BMI) Through Physical Activity and Diet Pitfalls of Fad Dieting. Julia Sosa, MS,RD,LD ADPH Maintaining Healthy Body Mass Index (BMI) Through Physical Activity and Diet Pitfalls of Fad Dieting Julia Sosa, MS,RD,LD ADPH How do you define Healthy? What is Body Mass Index? Body mass index (BMI)

More information

WHO STEPwise approach to chronic disease risk factor surveillance (STEPS)

WHO STEPwise approach to chronic disease risk factor surveillance (STEPS) WHO STEPwise approach to chronic disease risk factor surveillance (STEPS) Promotion of Fruits and Vegetables for Health African Regional Workshop for Anglophone Countries Mount Meru Hotel, Arusha, Tanzania

More information

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom. M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.fr WHAT IS EURECOM A graduate school & research centre in communication

More information

AN APPLYING OF ACCELEROMETER IN ANDROID PLATFORM FOR CONTROLLING WEIGHT

AN APPLYING OF ACCELEROMETER IN ANDROID PLATFORM FOR CONTROLLING WEIGHT AN APPLYING OF ACCELEROMETER IN ANDROID PLATFORM FOR CONTROLLING WEIGHT Sasivimon Sukaphat Computer Science Program, Faculty of Science, Thailand sasivimo@swu.ac.th ABSTRACT This research intends to present

More information

Horizontal IoT Application Development using Semantic Web Technologies

Horizontal IoT Application Development using Semantic Web Technologies Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges

More information

EXAMINING OF HEALTH SERVICES BY UTILIZATION OF MOBILE SYSTEMS. Dokuri Sravanthi 1, P.Rupa 2

EXAMINING OF HEALTH SERVICES BY UTILIZATION OF MOBILE SYSTEMS. Dokuri Sravanthi 1, P.Rupa 2 INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND SCIENCE EXAMINING OF HEALTH SERVICES BY UTILIZATION OF MOBILE SYSTEMS Dokuri Sravanthi 1, P.Rupa 2 1 M.Tech Student, Dept of CSE, CMR Institute

More information

VMC Body Fat / Hydration Monitor Scale. VBF-362 User s Manual

VMC Body Fat / Hydration Monitor Scale. VBF-362 User s Manual VMC Body Fat / Hydration Monitor Scale VBF-362 User s Manual Instruction for Weight Congratulation on purchasing this VMC Body Fat / Hydration Monitor Scale. This is more than a scale but also a health-monitoring

More information

Device-based Secure Data Management Scheme in a Smart Home

Device-based Secure Data Management Scheme in a Smart Home Int'l Conf. Security and Management SAM'15 231 Device-based Secure Data Management Scheme in a Smart Home Ho-Seok Ryu 1, and Jin Kwak 2 1 ISAA Lab., Department of Computer Engineering, Ajou University,

More information

Development of Mobile Library Application Based on Android in Universitas Ahmad Dahlan

Development of Mobile Library Application Based on Android in Universitas Ahmad Dahlan Development of Mobile Library Application Based on Android in Universitas Ahmad Dahlan Yana Hendriana Lecturer, Department of Informatics, Faculty of Industrial Technology, Universitas Ahmad Dahlan Yogyakarta,

More information

Ad-Hoc Networking For Personal Weight Management

Ad-Hoc Networking For Personal Weight Management A WIRELESS WELLNESS MONITOR FOR PERSONAL WEIGHT MANAGEMENT Juha Pärkkä 1, Mark van Gils 1, Timo Tuomisto 1, Raimo Lappalainen 2,3, Ilkka Korhonen 1 1 VTT Information Technology, PO Box 1206, 33101 Tampere,

More information

Include Dietitian Services in Extended Health Care Plan

Include Dietitian Services in Extended Health Care Plan Include Dietitian Services in Extended Health Care Plan It s cost-effective JUNE 2015 The Problem Your employees extended health care plan does not appear to include dietitian services as an option despite

More information

Formal Modeling for Multi-Level Authentication in Sensor-Cloud Integration System

Formal Modeling for Multi-Level Authentication in Sensor-Cloud Integration System Formal Modeling for Multi-Level Authentication in Sensor-Cloud Integration System Dinesha H A Crucible of Research and Innovation PES Institute of Technology BSK 3 rd Stage Bangalore-85 R Monica M.Tech

More information

FACE RECOGNITION FOR SOCIAL MEDIA WITH MOBILE CLOUD COMPUTING

FACE RECOGNITION FOR SOCIAL MEDIA WITH MOBILE CLOUD COMPUTING FACE RECOGNITION FOR SOCIAL MEDIA WITH MOBILE CLOUD COMPUTING Prasetyawidi Indrawan 1, Slamet Budiyatno 2, Nur Muhammad Ridho 3, and Riri Fitri Sari 4 1,2,3,4 Department of Electrical Engineering, University

More information

Overweight, Obesity, and Diabetes in North Carolina

Overweight, Obesity, and Diabetes in North Carolina Overweight, Obesity, and Diabetes in North Carolina Overweight, obesity, and diabetes are among the most costly and harmful health problems in North Carolina. Moreover, the rates of overweight, obesity,

More information

Kansas Behavioral Health Risk Bulletin

Kansas Behavioral Health Risk Bulletin Kansas Behavioral Health Risk Bulletin Kansas Department of Health and Environment November 7, 1995 Bureau of Chronic Disease and Health Promotion Vol. 1 No. 12 Diabetes Mellitus in Kansas Diabetes mellitus

More information

A new twist. on the Health Management program. What you need to do. What you need to know HEALTHY SMART

A new twist. on the Health Management program. What you need to do. What you need to know HEALTHY SMART A new twist on the Health Management program HEALTHY What you need to know What you need to do SMART Your health is important. We all know that the health decisions you make not only affect you today,

More information

It is highly recommended to view in full screen mode

It is highly recommended to view in full screen mode It is highly recommended to view in full screen mode Smart Phone Connectivity Use your phone s Settings to toggle between Wi-Fi networks During the set up process, you ll see in the guide on of two messages:

More information

Medical Fitness. Annual Meeting December 2012. By: Deb Riggs, MEd, General Manager

Medical Fitness. Annual Meeting December 2012. By: Deb Riggs, MEd, General Manager Exercise is Medicine Referral Process Utilizing an EMR Medical Fitness Association Annual Meeting December 2012 By: Deb Riggs, MEd, General Manager Faculty Disclosure Deb Riggs Deb Riggs has listed no

More information

No Country for Fat Men

No Country for Fat Men THE PARSONS INSTITUTE FOR INFORMATION MAPPING 68 Fifth Avenue New York, NY 10011 212 229 6825 piim.newschool.edu No Country for Fat Men Aaron lai, m.sc. thomas ho, b.s. ryan walker, m.a. Allison sullivan,

More information

CHAPTER TWO. The Cost of Obesity

CHAPTER TWO. The Cost of Obesity CHAPTER TWO The Cost of Obesity T he obesity epidemic accounts for a growing share of the nation s health expenditures. U.S. health care costs due to obesity were estimated at $74.2 billion in 1998, or

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

International Journal of Pharma and Bio Sciences PERSONAL HEALTHCARE MANAGEMENT FOR MAIDEN DETECTION OF ILLNESS USING MOBILE OS ABSTRACT

International Journal of Pharma and Bio Sciences PERSONAL HEALTHCARE MANAGEMENT FOR MAIDEN DETECTION OF ILLNESS USING MOBILE OS ABSTRACT Research Article Medical International Journal of Pharma and Bio Sciences ISSN 0975-6299 PERSONAL HEALTHCARE MANAGEMENT FOR MAIDEN DETECTION OF ILLNESS USING MOBILE OS D.SEETHA * AND B.PRIYANKA Saveetha

More information

Body Mass Index of Nevada Students School Year 2013-2014

Body Mass Index of Nevada Students School Year 2013-2014 Body Mass Index of Nevada Students School Year 2013-2014 August 2015 Version 1.0 Office of Public Health Informatics and Epidemiology Division of Public and Behavioral Health Department of Health and Human

More information

10 th IEEE UAE STUDENT DAY Academic year 2014 2015 Software Engineering Project (SEP) Competition HEALTHCARE EMERGENCY RESPONSE SYSTEM

10 th IEEE UAE STUDENT DAY Academic year 2014 2015 Software Engineering Project (SEP) Competition HEALTHCARE EMERGENCY RESPONSE SYSTEM 10 th IEEE UAE STUDENT DAY Academic year 2014 20 Software Engineering Project (SEP) Competition HEALTHCARE EMERGENCY RESPONSE SYSTEM Competition Rules 1. Only IEEE undergraduate students within the UAE

More information

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

really help your physical, social and emotional wellbeing helping you do more of the things you want and feel more confident and relaxed.

really help your physical, social and emotional wellbeing helping you do more of the things you want and feel more confident and relaxed. Weight loss surgery If you are seriously overweight, losing excess weight can transform your life. Find out how you can make that change with the help of Spire Healthcare. If you One are off seriously

More information

YOUR LAST DIET IDEAL PROTEIN

YOUR LAST DIET IDEAL PROTEIN YOUR LAST DIET IDEAL PROTEIN OBJECTIVES Explain the science and history that supports the Ideal Protein Diet method. Describe the risks and benefits of diet participation. Give you the details of what

More information

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service

Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service , pp. 195-204 http://dx.doi.org/10.14257/ijsh.2015.9.5.19 Smart Integrated Multiple Tracking System Development for IOT based Target-oriented Logistics Location and Resource Service Ju-Su Kim, Hak-Jun

More information

The HYDRA project. Personal health monitoring

The HYDRA project. Personal health monitoring The HYDRA project A middleware platform for personal health monitoring Peter Rosengren, Technical Coordinator peter.rosengren@cnet.se IST-2005-034891 Personal health monitoring Patient has some medical

More information

An Android Application for Student Information System

An Android Application for Student Information System An Android Application for Student Information System Project Guide Ms. Vijayalakshmi P.B Manasi Kawathekar (Author1) Kirti K. Bhate (Author2) Pankaj Belgoankar(Author3) Department of Computer Engineering

More information

Nutrition for Family Living

Nutrition for Family Living Susan Nitzke, Nutrition Specialist; susan.nitzke@ces.uwex.edu Sherry Tanumihardjo, Nutrition Specialist; sherry.tan@ces.uwex.edu Amy Rettammel, Outreach Specialist; arettamm@facstaff.wisc.edu Betsy Kelley,

More information

IoT / M2M INNOVATION WORLD CUP

IoT / M2M INNOVATION WORLD CUP Information for Participants 20 May 15 November 2014 The Categories: Industry 4.0 Mobility Security Healthcare Energy Connected Home Title Sponsors 2014/2015 The Innovation World Cup The Innovation World

More information

Mobile Medical Applications: An Overview of FDA Regulation

Mobile Medical Applications: An Overview of FDA Regulation Mobile Medical Applications: An Overview of FDA Regulation RAPS Annual Convention 2014 Austin, Texas Michael A. Swit, Esq. Special Counsel, FDA Law Practice Duane Morris LLP Standard Disclaimers The views

More information

Smartphone User Interface Design

Smartphone User Interface Design Contemporary Engineering Sciences, Vol. 7, 2014, no. 14, 699-705 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4677 Research on Dynamic Customized UX Provision Methodology through Mobile

More information

DIET AND EXERCISE STRATEGIES FOR WEIGHT LOSS AND WEIGHT MAINTENANCE

DIET AND EXERCISE STRATEGIES FOR WEIGHT LOSS AND WEIGHT MAINTENANCE DIET AND EXERCISE STRATEGIES FOR WEIGHT LOSS AND WEIGHT MAINTENANCE 40 yo woman, BMI 36. Motivated to begin diet therapy. Which of the following is contraindicated: Robert B. Baron MD MS Professor and

More information

Homework Help Heart Disease & Stroke

Homework Help Heart Disease & Stroke Preventing Heart Disease & Stroke What causes heart disease and stroke? high blood pressure high cholesterol diabetes smoking stress drinking too much alcohol not being physically active being overweight

More information

Smart Homecare System for Health Tele-monitoring

Smart Homecare System for Health Tele-monitoring Smart Homecare System for Health Tele-monitoring Peter Leijdekkers, Valérie Gay, Elaine Lawrence Faculty of IT, University of Technology Sydney UTS FIT, PO box 123, Broadway 2007 NSW Australia E-mail:

More information

Weight Loss Surgery DA participants- 18 months later. By: Caitlyn Patrick and Evan Morgan

Weight Loss Surgery DA participants- 18 months later. By: Caitlyn Patrick and Evan Morgan Weight Loss Surgery DA participants- 18 months later By: Caitlyn Patrick and Evan Morgan Outline Background Obesity Comorbidities Treatments Barriers to care Kylee Miller s work PDSA Plan: Systematic follow

More information

The Skinny on Visceral Fat

The Skinny on Visceral Fat The Skinny on Visceral Fat Fat stored deep in the belly is the most harmful kind. Find out how to cut it down to size. People can carry their extra weight in different places on the body: All over On the

More information

Online Health Coach Programs. oxfordhealth.com

Online Health Coach Programs. oxfordhealth.com Online Health Coach Programs oxfordhealth.com Overview Our online health coach programs create personalized health improvement plans that help activate and encourage you to embrace behaviors that can lead

More information

Development of a Service Robot System for a Remote Child Monitoring Platform

Development of a Service Robot System for a Remote Child Monitoring Platform , pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,

More information

PowerPoint Presentation Script

PowerPoint Presentation Script PowerPoint Presentation Script This presentation script can be used when giving the PowerPoint slide presentation. The script may be read as is or you can edit as necessary to provide your audience with

More information

Preamble: Remote Storage in Android Using SCTP

Preamble: Remote Storage in Android Using SCTP Preamble: Remote Storage in Android Using SCTP Mr. Nikhil Vijay Patil 1, Prof.Sandeep Khanna 2 1 M.E.Second Year Student, Padm.Dr.V.B.Kolte College of Engineering, Malkapur Dist.Buldhana (M.S.) India.

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 2, February 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automated Food

More information

Consumer summary Laparoscopic adjustable gastric banding for the treatment of obesity (Update and re-appraisal)

Consumer summary Laparoscopic adjustable gastric banding for the treatment of obesity (Update and re-appraisal) ASERNIP S Australian Safety and Efficacy Register of New Interventional Procedures Surgical Consumer summary Laparoscopic adjustable gastric banding for the treatment of obesity (Update and re-appraisal)

More information

A Digital Door Lock System for the Internet of Things with Improved Security and Usability

A Digital Door Lock System for the Internet of Things with Improved Security and Usability , pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,

More information

ABSTRACT INTRODUCTION MATERIALS AND METHODS

ABSTRACT INTRODUCTION MATERIALS AND METHODS INTERNATIONAL JOURNAL OF AGRICULTURE & BIOLOGY 1560 8530/004/06 3 483 487 http://www.ijab.org Estimation of Food Security Situation at Household Level in Rural Areas of Punjab SHAHZAD AHMAD, M. SIDDIQUE

More information

The weight of the world.

The weight of the world. The weight of the world. SONY ANTHONY Obesity Derived from the Latin word obesus to devour Definition: having a very high amount of body fat in relation to lean body mass Classifications using Body Mass

More information

Review of Obesity Related Legislation & Federal Programs

Review of Obesity Related Legislation & Federal Programs Review of Obesity Related Legislation & Federal Programs A Research Report for the STOP Obesity Alliance By Christine C. Ferguson, JD, Morgan Downey, JD, Sarah Kornblet, JD, Nancy Lopez, JD and Anna Muldoon

More information