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

 

Abstract

A multipurpose anthropomorphic neck phantom was designed and fabricated for use in medical applications. The designed neck phantom is composed of seven elliptic cylindrical slices with a semi-major axis of 14 cm and a semi-minor axis of 12.5 cm, each having the thickness of 2 cm. The thyroid gland, bony part of the neck, and the windpipe were also built inside the neck phantom. For the purpose of medical dosimetry, some holes were drilled inside the phantom to accommodate the thermoluminescence dosemeters with different shapes and dimensions. For testing the quality of images in nuclear medicine, the thyroid gland was built separately to accommodate the radioactive iodine. Finally, the nuclear medicine images were obtained by inserting 131I in both male and female thyroid parts.

首先基本确定设计一个体模的文章,体模是颈部体模,用来针对I-131的情况。七个椭圆柱切片,半长轴14cm,半短轴12.5cm.每个切片厚度2cm.包含了甲状腺,骨头部分和气管。为了用于医学领域,还在体模内部钻孔,保证能将不同型号尺寸的TLD放进去。为了用于医学成像的质量测试,将甲状腺单独分离建造,从而适应放射性I的导入情况。分别作了男性和女性的甲状腺部分,将I-131导入从而进行核医学成像。

总体来看,设计的思路较为清晰,可以作为体模设计的参考。

RPD Volume 168 Issue 4 March 2016 评论3的更多相关文章

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

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

  2. 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 ...

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

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

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

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

  5. 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 ...

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

    GEANT4 calculations of neutron dose in radiation protection using a homogeneous phantom and a Chines ...

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

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

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

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

  9. 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 ...

随机推荐

  1. 【翻译】为什么Java中的String不可变

    笔主前言: 众所周知,String是Java的JDK中最重要的基础类之一,在笔主心中的地位已经等同于int.boolean等基础数据类型,是超越了一般Object引用类型的高端大气上档次的存在. 但是 ...

  2. idea 的http client的使用

    1.打开idea的http client的工具步骤如下图所示: 然后在http client 的工具里写:请求头,请求参数,请求体即可.

  3. ios webapp调试神器MIHTool

    android平台有直接用chrome beta就可以调试,具体操作办法可以查看这篇教程<Android 设备 Chrome 远程调试>Mac的高富帅直接可以用safari提供“web检查 ...

  4. 二进制转16进制JAVA代码

    public class Binary2Hex { public static void main(String[] args) { String bString ="10101000&qu ...

  5. flume高级组件及各种报错

    1,one source two channel 创建conf文件,内容如下: #定义agent名, source.channel.sink的名称 access.sources = r1 access ...

  6. 【Foreign】Research Rover [DP]

    Research Rover Time Limit: 25 Sec  Memory Limit: 256 MB Description Input Output 仅一行一个整数表示答案. Sample ...

  7. HDU1267 下沙的沙子有几粒? 基础DP

    题目链接 题意:给定m个H和n个D(1<=n,m<=20),问这些字母构成的序列中,对于任意位置,从左开始数H的累积个数总是不比D的累计数少的排列有多少种. 题解:二维DP,画一个正方形, ...

  8. DotNETCore 学习笔记 依赖注入和多环境

    Dependency Injection ------------------------------------------------------------------------ ASP.NE ...

  9. DotNETCore 学习笔记 日志

    Logging --------------------------------------------------------------------------------------- Impl ...

  10. bzoj 1601 最小生成树

    原题传送门http://www.lydsy.com/JudgeOnline/problem.php?id=1601 最小生成树的比较水的题,我们只需要加一个源点,连向所有的点,边权为每个点建水库的代价 ...