China is now home to the world's largest diabetes population. The number of people who have diabetes or early signs of the disease is greater than the entire population of the U.S.

diabetes:糖尿病    

An estimated 113.9 million Chinese adults 18 years or older--60.5 million men and 53.4 million women--may have had diabetes in 2010, according to a study published in the Journal of the American Medical Association, which surveyed nearly 99,000 Chinese adults three years ago. The study said that in 2010, 493.4 million Chinese may have had prediabetes, a state of potential risk, when blood sugar is higher than normal.

The findings are alarming, signaling that China is facing a major public health problem, the study said. 'These data suggest that diabetes may have reached an alert level in the Chinese general population, with the potential for a major epidemic of diabetes-related complications, including cardiovascular disease, stroke, and chronic kidney disease in China in the near future without an effective national intervention,' the report said.

epidemic:传染病,流行病    cardiovascular diease:心血管疾病    chronic:慢性的,长期的

Chinese are developing the disease at a lower body mass index, or earlier onset, than their U.S. counterparts, according to the study. It also found that diabetes is more common in cities and among overweight people who are young or middle aged.

onset:开始,着手,发作,进攻    

The last decade has brought greater wealth to a country of 1.34 billion, but with fatter wallets has come drastic changes in lifestyle, including diet and migration to cities, that have put the population's health at peril. Major causes of death have shifted from infectious diseases and diet-related deficiencies to hypertension and obesity and now more than 260 million of the country's citizens suffer from a chronic disease, according to data from China's Ministry of Health.

drastic:激烈的,猛烈的    hypertension:高血压,过度紧张    obesity:肥胖    

Prevalence of diabetes reached 11.6% of adults, with men having a higher rate 12.1% than women, at 11%, the study said. That surpasses the 2007 rate of 9.7%, or 92.4 million adults, according to an earlier study from the Journal. It also exceeds the 11.3% prevalence of diabetes in adults over the age of 20 in the U.S., according to data from the American Diabetes Association.

prevalence:流行,普遍,广泛    

There are questions about how China's health-care system will hold up with the increased burden. Already, more than 80% of China's government spending on health care goes to covering the cost of the country's chronic diseases, according data from the World Health Organization. Less than 2% is allocated toward primary prevention, according to the WHO.

An estimated 30% of Chinese with diabetes are aware of their condition, the study said.

每日英语:China Overtakes U.S. in Number of Diabetes Cases的更多相关文章

  1. 每日英语:China's Bigger Innovation Problem

    Last month's Third Plenum meeting of Chinese leaders seemed to signal Beijing's intention to experim ...

  2. 每日英语:China's Retirement Age Sets Experts at Odds

    The politically explosive issue of the official retirement age has drawn academics from two of China ...

  3. 每日英语:China's Bad Earth

    In Dapu, a rain-drenched rural outpost in the heart of China's grain basket, a farmer grows crops th ...

  4. 每日英语:China Targets Big Pharma

    China unveiled a litany of bribery and misconduct allegations against GlaxoSmithKline GSK.LN -0.26% ...

  5. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  6. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  7. 每日英语:Dashing the China Dream

    Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...

  8. 每日英语:Tencent Fights for China's Online Shoppers

    In the war for the Chinese Internet, messaging giant Tencent is taking the battle to rival Alibaba's ...

  9. 每日英语:Does China Face a Reading Crisis?

    For much of the last year, intellectuals and officials in China -- land of world-beating students an ...

随机推荐

  1. 解决java.lang.OutOfMemoryError: unable to create new native thread问题

    解决:1.升级JVM到最新的版本 最新版本的JVM一般在内存优化方面做的更好,升级JVM到最新的版本可能会缓解测问题2.从操作系统层面去解决 使用64位操作系统 如果使用32位操作系统遇到unable ...

  2. EXCEPTION-El表达式

      CreateTime-- Author:Marydon 声明:异常类文章主要是记录了我遇到的异常信息及解决方案,解决方案大部分都是百度解决的,(这里只是针对我遇到的做个汇总),特此声明! stud ...

  3. java手动加载jar

    @RequestMapping("/testJar") public @ResponseBody String exteriorJar(int ys, int csd,int jg ...

  4. python之函数用法execfile()

    # -*- coding: utf-8 -*- #python 27 #xiaodeng #python之函数用法execfile() #execfile() #说明:用来执行一个文件,相对于双击的效 ...

  5. Android 进程间通信——Service、Messenger

    概述 介绍绑定服务端的三种方式:同一进程绑定服务.跨进程绑定服务(Messenger).跨进程绑定服务(aidl). 重点说一下通过Messenger.Service实现的进程间通信. 详细 代码下载 ...

  6. PHP-手册阅读笔记

    1.第一次遇到$_ENV为空数组的情况, 原来是PHP.INI中variables_order为'GPCS'(表示系统在定义PHP预定义变量时的顺序是GET,POST,COOKIES,SERVER,只 ...

  7. PHP-PHP.INI常用配置详解

    variables_order: 假如为'GPCS'表示系统在定义PHP预定义变量时的顺序是GET,POST,COOKIES,SERVER, 此时$_ENV为空数组, 只要把'E'添加到'GPCS'后 ...

  8. HDUOJ------Worm

    Worm Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submis ...

  9. Linux命令-防火墙命令:iptables

    iptables详解--转 查看防火墙设置: 第一种方式: cat /etc/sysconfig/iptables 第二种方式: iptables -L -n -v 设置防火墙: 第一种方式: ipt ...

  10. 修改jQuery.validate验证方法和提示信息

    1.添加验证方法 在jquery.validate.js文件中直接添加验证方法,例如: jQuery.validator.addMethod("Specialstring", fu ...