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. 【spring mvc】基础概念

    1.容器 servlet容器 负责管理servlet生命周期. web容器–tomcat 负责管理和部署web应用,其本身可能具备servlet容器组件:如果没有,一般能将第三方servlet容器作为 ...

  2. 如何确定selenium ID元素是否查找正确

    编写脚本时,如何确定通过id查找的id是否真实存在,点击css,然后输入#(代表id)id名,如#kd,回车之后,能返回结果,便代表存在.

  3. docker——libnetwork插件网络功能

    从1.7.0版本开始,Docker正是把网络和存储这两部分的功能都以插件化形式剥离出来,允许用户通过指令来选择不同的后端实现.剥离出来的独立容器网络项目叫libnetwork,从名字就能看出,它希望将 ...

  4. 2.3 The Object Model -- Computed Properties

    一.What are computed properties? 1. 简而言之,计算属性让你声明函数为属性.你通过定义一个计算属性作为一个函数来创建一个,当你请求这个属性时,Ember会自动调用这个f ...

  5. 系统管理命令之id

    当我们想知道某个用户的UID和GID时id命令是非常有用的.一些程序可能需要UID/GID来运行.id使我们更加容易地找出用户的UID以GID而不必在/etc/group文件中搜寻. 1.获取指定用户 ...

  6. mysql8新特性(一)

    https://www.oschina.net/news/95325/mysql-8-0-ga-released http://blog.itpub.net/28218939/viewspace-21 ...

  7. 文件下载—SSH框架文件下载

    1.准备下载的api组件 <dependency> <groupId>commons-io</groupId> <artifactId>commons- ...

  8. 26QTimer定时器的使用

    前面介绍过定时器事件(QTimerEvent),有个弊端,就是每启动一个定时器都要对应的ID.本次介绍在设计器中使用Qtimer. 首先在设计器中添加一个LCD Number,和两个按钮. 头文件 # ...

  9. javascript数组总结

    数组是一个有序的集合,javascript数组中的元素的类型可以是任意的,同一个数组不同元素之间的类型也是可以不同的.数组也是对象,有个length属性,记录数组的长度. 创建数组有两种方法: 数组直 ...

  10. 通过.properties配置文件,在Service层获取值

    问题:从配置文件获取不到值的原因:1.静态变量:2.没通过Spring加载该实例对象. 1. conf.properties配置文件内容: 2. Spring加载配置文件内容,spring-confi ...