RPD Volume 172 Issue 1-3 December 2016 评论01
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的更多相关文章
- RPD Volume 172 Issue 1-3 December 2016 评论02
Introduction to the special issue of Radiation Protection Dosimetry This special issue is a collecti ...
- RPD Volume 172 Issue 1-3 December 2016 评论04 end
这一篇作为本期的结束是因为发现后面的一些基本上也是EPR有关的会议内容, Contribution of Harold M. Swartz to In VivoEPR and EPR Dosimetr ...
- 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 ...
- RPD Volume 168 Issue 4 March 2016 评论7-end
Shielding activation of petawatt laser facilities in Romania: a FLUKA preliminary evaluation Abstr ...
- 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 ...
- RPD Volume 168 Issue 4 March 2016 评论5
Monte Carlo simulation of secondary radiation exposure from high-energy photon therapy using an anth ...
- RPD Volume 168 Issue 4 March 2016 评论4
Non-vascular interventional procedures: effective dose to patient and equivalent dose to abdominal o ...
- RPD Volume 168 Issue 4 March 2016 评论3
Design and fabrication of a multipurpose thyroid phantom for medical dosimetry and calibration Abs ...
- 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 ...
随机推荐
- 洛谷 [FJOI2014]最短路径树问题 解题报告
[FJOI2014]最短路径树问题 题目描述 给一个包含\(n\)个点,\(m\)条边的无向连通图.从顶点\(1\)出发,往其余所有点分别走一次并返回. 往某一个点走时,选择总长度最短的路径走.若有多 ...
- taotao用户注册前台页面
注册页面效果: 注册jsp: <%@ page language="java" contentType="text/html; charset=UTF-8" ...
- Codeforces Round #520 (Div. 2) B. Math
B. Math time limit per test:1 second memory limit per test:256 megabytes Description: JATC's math te ...
- 如何用listview显示服务端数据
https://www.cnblogs.com/caobotao/p/5061627.html
- ssh中的相对路径与绝对路径的问题
一:前言:自己在学习ssh的时候常常被路径给迷惑,就比如在刚刚学习jsp的servlet时,绝对路径和相对路径我就弄混了,所以专门写了一篇博客来记载.而现在自己是在学ssh的时候在此遇到路径问题,本来 ...
- css划斜线
http://stackoverflow.com/questions/18012420/draw-diagonal-lines-in-div-background-with-css
- bzoj 1588 裸平衡树
//By BLADEVIL #include <cstdio> #include <set> #define inf 1<<30 using namespace s ...
- setInterval的使用和停用
var res = self.setInterval(function(){ if(typeof(UE.getEditor('editor').body.innerHTML) != "und ...
- 包与time,datetime,random,sys,shutil 模块
一.包 包是什么? 包是一种通过使用‘.模块名’来组织python模块名称空间的方式. 注意: 1. 在python3中,即使包下没有__init__.py文件,import 包仍然不会报错,而在py ...
- 转:布局【ViewGroup】
转: http://www.cnblogs.com/leehyuan/p/3389527.html 像素单位的变化:是用dip,而不是px,主要用于宽高的设置 在Android中支持的描述大小区域的类 ...