One of the most common birth defects throughout the world is a cleft lip. Babies born with a cleft lip may also have a cleft裂开的 palate, where the roof of the mouth is split. These birth defects can be repaired surgically. But unless that is done, it can result in significant disabilities and even death.

Before Daniel Truglio was born, an ultrasound showed Daniel had a cleft lip and a cleft palate. That's when Dr. Albert Oh at Children's National Medical Center started planning Daniel's surgery. Oh says the ultrasound shows how severe a cleft is.

"You can also tell whether it's one-sided or both sided, and it also gives you a chance to look for other potential associated problems that these babies can have," Oh said.
Daniel was also born with a small jaw -- a complication that can accompany a cleft palate or lip. Doctors created a hole from the front of his neck into his windpipe, so Daniel could breathe. The procedure is called a tracheostomy, or trach for short.

Nine in 10 children with a cleft lip or palate can die without surgery according to Dr. William McGee. McGee founded Operation Smile to repair cleft lips and palates more than 35 years ago.
"More people die from lack of access to surgery, than from malaria, AIDS and TB combined," McGee said.
Operation Smile and similar charities teach repair techniques to doctors in developing countries. Also, McGee says Operation Smile is heavily involved in research.
"We know there's a genetic connection to it and we have now the largest collection of genetic specimens in the world," McGee said.

Three siblings provided the clue for the gene that causes this condition. Dr. Yang Chai led the research at the University of Southern California. Dr. Chai explained his research in a Skype interview.
"Normally you would only see one child in the family of three or four children that develop this birth defect," Chai said.
A genetic mutation accounts for only about a third of the cases so scientists are still searching for other causes.
As for Daniel, he had his cleft palate fixed in May 2017. He needs more surgeries to extend his jaw and fix his teeth. But there's a world of difference between the baby he was then, and the toddler he is today.

Robilyn Truglio, Daniel's mother, reflects on these changes.
"He was getting sick a lot...frequent colds, and he got pneumonia a few times...and he needed a lot more care at that time. He needed a lot of suctioning through his trach, and with getting sick all the time, he was in the hospital a couple of times, but right now if he doesn't get sick, and if he does, it's resolved quickly. And, he is definitely living a happy, health life right now," Truglio said.
Daniel can now breathe on his own. He's a happy toddler, and he is doing many of the things a two-year-old normally does.

 

L198的更多相关文章

  1. Linux用户抢占和内核抢占详解(概念, 实现和触发时机)--Linux进程的管理与调度(二十)

    1 非抢占式和可抢占式内核 为了简化问题,我使用嵌入式实时系统uC/OS作为例子 首先要指出的是,uC/OS只有内核态,没有用户态,这和Linux不一样 多任务系统中, 内核负责管理各个任务, 或者说 ...

随机推荐

  1. Spark2.0 shuffle service

    Spark 的shuffle 服务是spark的核心,本文介绍了非ExternalShuffleClient的方式,看BlockService的整个架构.ShuffleClient是整个框架的基础,有 ...

  2. Mybatis 之动态代理

    使用Mybatis 开发Web 工程时,通过Mapper 动态代理机制,可以只编写接口以及方法的定义. 如下: 定义db.properties driver=oracle.jdbc.OracleDri ...

  3. springcloud7---hystrix

    目前使用eureka server完成了服务注册和服务发现,ribbon完成了客户端负载均衡.如果服务提供者的响应很慢那么服务消费者会强制等待,一直等到http请求超时,如果服务消费者还是其他的服务提 ...

  4. STM32时钟树

    STM32的时钟系统 相较于51单片机,stm32的时钟系统可以说是非常复杂了,我们现在看下面的一张图: 上图说明了时钟的走向,是从左至右的从时钟源一步步的分配给外设时钟.需要注意的是,上图左侧一共有 ...

  5. 20145303 刘俊谦《网络对抗》shellcode注入&Return-to-libc攻击深入

    20145303 刘俊谦<网络对抗>shellcode注入&Return-to-libc攻击深入 Shellcode注入 shellcode实际是一段代码,但却作为数据发送给受攻击 ...

  6. 使用JavaScript下载csv文件

    前端可以使用JavaScript在客户端下载包含页面数据的文件,这里以下载CSV格式文件为例,代码如下: function downloadData(data, filename, type) { v ...

  7. noip2018 爆炸记

    noip2018 爆炸记 day-4 ~ day-2 最后考了两套模拟题,题目好水啊,但是我还是爆炸了. 第一套最后一道题竟然时一道毒瘤打表?但是我看着插头DP可做啊..(然而我并不会插头DP)然后还 ...

  8. 理解if __name__ == '__main__':

    一开始没怎么注意这个语句,这两天在模拟知乎登陆时准备刨根问底了,先看两行代码片段 第一个例子:这是在login.py文件的一部分,其他我们忽略,只关注print()函数的内容 import time ...

  9. ubuntu 14.04 (desktop amd 64) 查看配置参数

    硬盘型号 sudo hdparm -i /dev/sda |grep "Model"   硬盘数量大小 sudo fdisk -l |grep "Disk /dev/sd ...

  10. python输出日期时间

    import datetime base = datetime.datetime.today() , ): print(base + datetime.timedelta(days=x))