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

Abstract

This paper attempts to: (1) provide a critical overview of the challenges and opportunities to extend electron paramagnetic resonance (EPR) into practical applications in human subjects, based on EPR measurements made in vivo; (2) summarize the clinical applications of EPR for improving treatments in cancer, wound healing and diabetic care, emphasizing EPR's unique capability to measure tissue oxygen repeatedly and with particular sensitivity to hypoxia and (3) summarize the capabilities of in vivo EPR to measure radiation dose for triage and medical guidance after a large-scale radiation exposure. The conclusion is that while still at a relatively early stage of its development and availability, clinical applications of EPR already have demonstrated significant value and the field is likely to grow in both the extent of its applications and its impact on significant problems.

翻译

本文试图:(1)基于在体内进行的EPR测量,提供将电子顺磁共振(EPR)扩展到人类受试者的实际应用中的挑战和机会的关键概述; (2)总结了EPR在改善癌症,伤口愈合和糖尿病护理中的治疗的临床应用,强调EPR独特的测量组织氧反复和对缺氧特别敏感的能力和(3)总结体内EPR测量辐射的能力 大规模辐射照射后的分类和医疗指导剂量。 结论是,虽然EPR的临床应用仍然处于其发展和可用性的相对早期阶段,但已经显示出显着的价值,并且该领域可能在其应用程度及其对重大问题的影响方面增长。

说白了,EPR,很有前景,可以作为一个说法看待

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

  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 评论01

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

  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. 使用def文件简化dll导出

    原文链接地址:http://www.cnblogs.com/TianFang/archive/2013/05/04/3059073.html 在C++中,我们可以通过 __declspec(dllex ...

  2. C++——设计与演化——读书笔记

    <<c++设计与演化>>1.c++的保护模式来自于访问权限许可和转让的概念; 初始化和赋值的区分来自于转让能力的思考; c++的const概念是从读写保护机制中演化出来. 2. ...

  3. hdu1281(棋盘游戏,车的放置)

    Problem Description 给定一个n * m的棋盘,在棋盘里放尽量多的国际象棋中的车,使他们不能相互攻击 已知有些格子不能放置,问最多能放置多少个车 并计算出必须棋盘上的必须点. Inp ...

  4. ServletContext 接口读取配置文件要注意的路径问题

    在建立一个maven项目时,我们通常把一些文件直接放在resource下面,在ServletContext中有getResource(String path)和getResourceAsStream( ...

  5. springboot搭建web项目(转)

    转:http://blog.csdn.net/linzhiqiang0316/article/details/52589789 这几天一直在研究IDEA上面怎么搭建一个web-mvc的SpringBo ...

  6. Django随笔 01

    Django 视图 不处理用户输入,而仅仅决定要展现哪些数据给用户: Django 模板 仅仅决定如何展现Django视图指定的数据. dd http://blog.csdn.net/pipisorr ...

  7. 编译 openssl 0.9.8zc 出现 error C2220: warning treated as error - no 'object' file generated

    remove the /WX option from CFLAG

  8. 网络(bzoj 4538)

    Description 一个简单的网络系统可以被描述成一棵无根树.每个节点为一个服务器.连接服务器与服务器的数据线则看做一条树边.两个服务器进行数据的交互时,数据会经过连接这两个服务器的路径上的所有服 ...

  9. RPC-Thrift(三)

    TProtocol TProtocol定义了消息怎么进行序列化和反序列化的. TProtocol的类结构图如下: TBinaryProtocol:二进制编码格式: TCompactProtocol:高 ...

  10. golang consistent hash 菜鸟分析

    一直找集群的算法,刚好golang上面有一个适合.下面作为菜鸟来分析一下 // Copyright (C) 2012 Numerotron Inc. // Use of this source cod ...