Evaluation of Imaging Dose From Different Image Guided Systems During Head and Neck Radiotherapy: A Phantom Study

Abstract

This work evaluated and compared the absorbed doses to selected organs in the head and neck region from the three image guided radiotherapy systems: cone-beam computed tomography (CBCT) and kilovoltage (kV) planar imaging using the On-board Imager® (OBI) as well as the ExacTrac® X-ray system, all available on the Varian Novalis TX linear accelerator. The head and neck region of an anthropomorphic phantom was used to simulate patients’ head within the imaging field. Nanodots optically stimulated luminescent dosemeters were positioned at selected sites to measure the absorbed doses. CBCT was found to be delivering the highest dose to internal organs while OBI-2D gave the highest doses to the eye lenses. The setting of half-rotation in CBCT effectively reduces the dose to the eye lenses. Daily high-quality CBCT verification was found to increase the secondary cancer risk by 0.79%.

谷歌翻译的很好

这项工作评估和比较吸收的剂量从三个图像引导放射治疗系统:锥束计算机断层扫描(CBCT)和千伏(kV)平面成像使用板上成像(OBI)的头颈部区域选定的器官 以及ExacTrac®X射线系统,所有这些都可以在Varian Novalis TX线性加速器上使用。 使用人形体模的头部和颈部区域来模拟患者在成像视野内的头部。 将纳米点光学刺激的发光剂量计定位在选定的位置以测量吸收剂量。 发现CBCT向内脏递送最高剂量,而OBI-2D给眼睛晶状体提供最高剂量。 CBCT中的半旋转的设置有效地减少了对眼睛晶状体的剂量。 每日高质量的CBCT验证发现将继发性癌症风险增加0.79%。

RPD Volume 172 Issue 1-3 December 2016 评论01的更多相关文章

  1. RPD Volume 172 Issue 1-3 December 2016 评论02

    Introduction to the special issue of Radiation Protection Dosimetry This special issue is a collecti ...

  2. RPD Volume 172 Issue 1-3 December 2016 评论04 end

    这一篇作为本期的结束是因为发现后面的一些基本上也是EPR有关的会议内容, Contribution of Harold M. Swartz to In VivoEPR and EPR Dosimetr ...

  3. RPD Volume 172 Issue 1-3 December 2016 评论03

    Using Stable Free Radicals to Obtain Unique and Clinically Useful Data In Vivo in Human Subjects Abs ...

  4. RPD Volume 168 Issue 4 March 2016 评论7-end

    Shielding activation of petawatt laser facilities in Romania: a FLUKA preliminary evaluation   Abstr ...

  5. RPD Volume 168 Issue 4 March 2016 评论6

    Natural variation of ambient dose rate in the air of Izu-Oshima Island after the Fukushima Daiichi N ...

  6. RPD Volume 168 Issue 4 March 2016 评论5

    Monte Carlo simulation of secondary radiation exposure from high-energy photon therapy using an anth ...

  7. RPD Volume 168 Issue 4 March 2016 评论4

    Non-vascular interventional procedures: effective dose to patient and equivalent dose to abdominal o ...

  8. RPD Volume 168 Issue 4 March 2016 评论3

    Design and fabrication of a multipurpose thyroid phantom for medical dosimetry and calibration   Abs ...

  9. RPD Volume 168 Issue 4 March 2016 评论2

    Influence of the phantom shape (slab, cylinder or Alderson) on the performance of an Hp(3) eye dosem ...

随机推荐

  1. [bzoj] 2038 小Z的袜子(hose) || 莫队

    原题 给出一个序列,求给定[l,r]内有任意取两个数,有多大概率是一样的 简单的莫队,每次+-当前区间里有的这个颜色的袜子的个数,最后除以(r-l+1)*(r-l)/2即可. 记得约分. #inclu ...

  2. CSS3不遥远,几个特性你要知道

    CSS是众所周知且应用广泛的网站样式语言,在它的版本三(CSS3)计划中,新增了一些能够节省时间的特性.尽管只有当前最新了浏览器版本才能支持这些 效果,但了解它们还是必须且很有趣味性的.CSS3中的5 ...

  3. gitlab迁移升级

    一.迁移步骤 1.首先安装最新版本gitlab(gitlab7.2安装) 2.停止旧版本gitlab服务 3.将旧的项目文件完整导入新的gitlab bundle exec rake gitlab:i ...

  4. Nginx support TCP Load balance

    1. Install nginx package 2. edit nginx configuration file [root@ip- nginx]# more nginx.conf user ngi ...

  5. Rem与em的简单理解

    Rem与em的简单理解 Em单位与像素px的转换 所得的像素值 = 当前元素的font-size * em的值 比如:div的font-size:12px 10em等同于120px 12*10 =12 ...

  6. nodejs是用来做什么的?

    有些人说“这是一种通过javascript语言开发web服务端的东西”.更直白的可以理解为:node.js有非阻se塞,事件驱动/O等特性,从而让高并发(high concurrency)在的轮询和c ...

  7. 知问前端——日历UI(一)

    日历(datepicker)UI,可以让用户更加直观的.更加方便的输入日期,并且还考虑不同国家的语言限制,包括汉语. 调用datepicker()方法 $('#date').datepicker(); ...

  8. 爆破phpmyadmin小脚本

    #!usr/bin/env python #encoding: utf-8 #by i3ekr import requests headers = {'Content-Type':'applicati ...

  9. (转)自动安装VIM插件

    转自: http://xwz.me/wiki/doku.php?id=vim:plugins 我的插件列表 把下面GetLatestVimScripts.dat放进~/.vim/GetLatest/目 ...

  10. go开发

    我开发中一直用这一段 //for debuggingfunc printPretty(v interface{}, mark string) (err error) { fmt.Printf(&quo ...