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. GROUP_CONCAT(expr)

    This function returns a string result with the concatenated non-NULL values from a group. It returns ...

  2. js介绍自己的例子

    js并不是真正面向对象的语言,但是我们通过一些方法也是可以实现js的一些面向对象设计的.常见的构造函数有很多模式有构造函数模式,原型链,工厂模式等等.但就是因为,我初学者看起来非常吃力,理解起来都是很 ...

  3. 转:LVS负载均衡

    1.什么是LVS? 首 先简单介绍一下LVS (Linux Virtual Server)到底是什么东西,其实它是一种集群(Cluster)技术,采用IP负载均衡技术和 基于内容请求分发技术.调度器具 ...

  4. Eclipse工具栏太多,自定义工具栏,去掉调试

    Window --> Customize Perspective... --> Tool Bar Visibility 去掉勾选debug  Tip:最新版本Customize Persp ...

  5. Ubuntu下hadoop集群搭建

    --修改IP地址(克隆镜像后可修改可不修改) http://jingyan.baidu.com/article/e5c39bf5bbe0e739d7603396.html -------------- ...

  6. GDOI2015的某道题目

    分析: 考试的时候由于一些神奇的原因(我就不说是什么了)...没有想$C$题,直接交了个暴力上去... 然后发现暴力的数组开的太大,由于矩阵乘法的需要做$m$次初始化,所以只拿到了10分... 我们一 ...

  7. DotNETCore 学习笔记 全球化和本地化

    Globalization and localization ********************************************************************* ...

  8. Python阶段复习 - part 1 - Python基础练习题

    1.实现1-100的所有的和 # 方法1: sum = 0 for i in range(1,101): sum += i print(sum) # 方法2: num1 = int(input('请输 ...

  9. Django-随机验证码

    Python生成随机验证码,需要使用PIL模块. 安装: 1 pip3 install pillow 基本使用 1. 创建图片 from PIL import Image img = Image.ne ...

  10. kvm源代码分析

    vmx是x86硬件虚拟化层,从代码看,qemu用户态是一层,kernel中KVM通用代码是一层,类似kvm_x86_ops是一层,针对各个不同的硬件架构,而vcpu_vmx则是具体架构的虚拟化方案一层 ...