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. saltstack master minion 配置文件

    Master端的配置是修改/etc/salt下master配置文件.以下是Master端常用的配置. interface: 指定bind 的地址(默认为0.0.0.0) publish_port: 指 ...

  2. Underscore.js (1.7.0)-函数预览

    集合(Collections)(25) - each - map - reduce - reduceRight - find - filter - where - findWhere - reject ...

  3. Java模板模式

    模板类 package com.ietree.designpattern.template; /** * 模板类 * * @author Root */ public abstract class S ...

  4. php根据路径获取文件名

    <?php // 根据路径返回文件名 $path = 'J:\abc\defg\hijk\一个文件夹\lmn\opq'; $path = iconv("UTF-8", &qu ...

  5. Java文件IO流的操作总结

    Java中的IO操作涉及到的概念及相关类很多,很容易弄混,今天特来整理总结一下,并附上一份完整的文件操作的代码. 概念解析 读和写 流就是管道,向管道里面写数据用输出流:write 从管道里面读数据, ...

  6. uva11324 有向图的强连通分量+记忆化dp

    给一张有向图G, 求一个结点数最大的结点集,使得该结点集中任意两个结点u和v满足,要么u可以到达v, 要么v可以到达u(u和v相互可达也可以). 因为整张图可能存在环路,所以不好使用dp直接做,先采用 ...

  7. Flume环境安装

    源码包下载: http://archive.apache.org/dist/flume/1.8.0/ 集群环境: master 192.168.1.99 slave1 192.168.1.100 sl ...

  8. IIS应用程序池自动停止,报503错误解决方法

    前两天遇见一个问题,部署网站之后,浏览时总是报503,找了半天才发现是用户权限问题,现在记录一下,方便以后遇到的大伙快速解决问题,以至于不会浪费太多时间 解决方法: 应 用程序-特定 权限设置未将 C ...

  9. Python面试题之Python中的类和实例

    0x00 前言 类,在学习面向对象我们可以把类当成一种规范,这个思想就我个人的体会,感觉很重要,除了封装的功能外,类作为一种规范,我们自己可以定制的规范,从这个角度来看,在以后我们学习设计模式的时候, ...

  10. sqlite3 shell方向键、浏览历史命令不能用的问题

    在sqlite3 shell下,按上下方向键可以浏览历史命令,按左右方向键则可以将光标移动到命令中任意字符位置,从而可以修改错误的语句或误敲的字符.所以方向键是sqlite3 shell下最常用的功能 ...