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. [py][mx]实现按照课程机构排名,按照学习人数排名

    原型是 实现效果 因为要按照这两个指标排名, 模型中现在还没有这2个字段(整数),所以需要修改模型. 修改模型,添加2个排序指标的字段 class CourseOrg(models.Model): . ...

  2. VMware跨电脑移动Linux虚拟机

    环境:VMware-Workstation-12-Pro,Windows-10,CentOS-6.9-x86_64,Xshell5 概况 vmware自带的快照,克隆功能,都可以实现备份虚拟机的功能, ...

  3. oracel 服务详细介绍

    中的方法成功安装Oracle 11g后,共有7个服务, 这七个服务的含义分别为: 1. Oracle ORCL VSS Writer Service: Oracle卷映射拷贝写入服务,VSS(Volu ...

  4. cookie、session、sessionid ,jsessionid 的区别

    本文是转载虫师博客的文章http://www.cnblogs.com/fnng/archive/2012/08/14/2637279.html cookie.session.sessionid 与js ...

  5. redhat 5的中文包安装

    中文包文件名.在iso文件的/server/文件夹下fonts-chinese-3.02-9.6.el5.noarch.rpmfonts-ISO8859-2-75dpi-1.0-17.1.noarch ...

  6. virtulenv使用

    windows下创建虚拟环境 安装 virtualenv pip3 install virtualenv #选择一个存放虚拟环境的文件夹 cmd中 d: mkdir xxx cd xxx # 创建虚拟 ...

  7. ZOJ Monthly, January 2018 Solution

    A - Candy Game 水. #include <bits/stdc++.h> using namespace std; #define N 1010 int t, n; int a ...

  8. uva1452

    这题说的是给了一个序列1到n然后你从1 位置开始数k个删除,直到最后每个数都被删除了.我们考虑1个数在被删除前后的位置,比如现在在i位置那么 回到删除当前的最后一个是 (i+k)L 了为删除前 的 个 ...

  9. CyclicBarrier实现流水处理服务类

    package com.yzu.zhang.thread.concurrent; import java.util.Map.Entry; import java.util.Random; import ...

  10. 获取WebView加载的网页内容并进行动态修改

    http://www.jianshu.com/p/3f207a8e32cb [Android]WebView读取本地图片 http://www.cnblogs.com/kimmy/p/4769788. ...