L198
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的更多相关文章
- Linux用户抢占和内核抢占详解(概念, 实现和触发时机)--Linux进程的管理与调度(二十)
1 非抢占式和可抢占式内核 为了简化问题,我使用嵌入式实时系统uC/OS作为例子 首先要指出的是,uC/OS只有内核态,没有用户态,这和Linux不一样 多任务系统中, 内核负责管理各个任务, 或者说 ...
随机推荐
- drawable转mitmap 以及图片base64编码
static Bitmap drawableToBitmap(Drawable drawable) // drawable 转换成bitmap { int width = drawable.getIn ...
- 6.安装pyhook报错is not a supported wheel on this platform
解决方法: 先找到合适的格式: 然后,选择合适的版本: 安装即可成功:
- MVC和观察者模式
用观察者模式实现MVC框架! http://wenku.baidu.com/view/eff8bab069dc5022aaea0007.html 写的不错! Observer和ConcreteObse ...
- (1)了解cocostudio基础
操作界面 Cocos Studio的界面主要分为菜单栏.工具栏.对象面板.资源面板.画布面板.属性面板.动画面板.输出窗口.状态栏九部分组成,如下图: 菜单栏 菜单栏为Cocos Studio ...
- java--jvm启动的参数
java启动参数共分为三类其一是标准参数(-),所有的JVM实现都必须实现这些参数的功能,而且向后兼容:其二是非标准参数(-X),默认jvm实现这些参数的功能,但是并不保证所有jvm实现都满足,且不保 ...
- Java的Servlet、Filter、Interceptor、Listener
写在前面: 使用Spring-Boot时,嵌入式Servlet容器可以通过扫描注解(@ServletComponentScan)的方式注册Servlet.Filter和Servlet规范的所有监听器( ...
- Mysql性能调优工具Explain结合语句讲解
Explain简称执行计划,可以模拟SQL语句,来分析查询语句或者表结构是否有性能瓶颈.Explain的作用有哪些,可以看到哪些?可以看到表的读取顺序,数据读取操作的操作类型,哪些索引可以使用,哪些索 ...
- 使用MongoVUE无法添加Collection
说明: 问题MongoDB版本为3.2,MongoVUE 1.6.9 问题: 在数据库中添加集合不可用. 解决方法: MongoDB版本换成2 或者 切换存储引擎: 从MongoDB 3.2 版本开始 ...
- 利用ansible进行自动化构建etcd集群
上一篇进行了手动安装etcd集群,此篇利用自动化工具ansible为三个节点构建etcd集群 环境: master:192.168.101.14,node1:192.168.101.15,node2: ...
- MFC读写EXIF信息,图片非占用
MFC读写EXIF信息 读取有类库可以直接调用,网络上有直接可以用的:但是写Exif的资料非常少,我花了一点时间研究收集,终于成功. 将相关的资料共享.主要是借助gdi+,需要注意的地方很多 // ...