PACS&DICOM
What is DICOM, PACS, and Workstation?
What is DICOM?
We will take them one at a time – So first of all, what is DICOM? DICOM (Digital Imaging and Communications in Medicine) is an international standard protocol for all medical data exchanges. It also defines the file format, which is mostly either a DCM or DCM30 (DCM3.0) file extension. DICOM has been implemented in almost every medical imaging modality like MRI, CT, X-ray, Ultrasound, Camera etc. Hereby, DICOM ensures that all the medical equipment installed in clinics, medical imaging centers, and hospitals will work together and distribute the medical images correctly.
What is PACS?
PACS (Picture Archiving and Communication System) is normally composed of four basic elements:
1) Medical imaging equipment like MRI, CT, X-ray, Ultrasound, etc.
2) A secure network for exchange and distribution of patient examination data.
3) DICOM workstations or mobile devices for viewing, re-processing, interpreting images.
4) Archives and printers for storage and retrieval of images and related documentation and reports.
PACS is a kind of the integration of all above resources in a healthcare organization to capture, store, view, and share the medical images internally or externally. And this makes it possible for remote diagnostic and interpretation of the images.
What is a Workstation
A workstation works as an option for most medical imaging equipment, and it functions as follows:
1) It is independent from the main modality console hereby allowing the patients to keep flowing in for examinations.
2) Re-processing of the DICOM RAW DATA acquired from different modalities, by accessing the advanced processing functions or options.
3) Allow remote diagnostic and intensive interpretation of acquired images.
The modalities where workstations are often used are CT and mammography scanners. There might be more than one workstations for any modalities with large volumes of patients, such as CT.
Each OEM uses one or several types of workstations according to the modality. For instance: GE uses ADW, Philips uses Brilliance or Eleva, Siemens uses Leonardo or Terracon, and Toshiba uses Vitrea. Mammography requires a dedicated workstation with two pcs 5MP monitors for accurate diagnosis.

Images from all modalities are available on the DICOM server, and from here they can be printed or evaluated in Diagnostic viewer/workstation. They can also be sent through the internet to storage, or diagnostic viewers at other facilities, and they can be seen online.
PACS&DICOM的更多相关文章
- 大型三甲医院管理系统源码PACS超声科室源码DICOM影像工作站
		
详情点击查看 开发环境 :VS2008 + C# + SQL2000 功能简介 1.患者登记工作站 集中登记患者基本信息和检查信息,包括就诊方式.患者来源.检查类型.检查部位.申请科室.申请医生等.可 ...
 - DICOM医学图像处理:WEB PACS初谈四,PHP DICOM Class
		
背景: 预告了好久的几篇专栏博文一直没有整理好,主要原因是早前希望搭建的WML服务器计划遇到了问题.起初以为参照DCMTK的官方文档wwwapp.txt结合前两天搭建的WAMP服务器可以顺利的实现WM ...
 - DICOM医学图像处理:WEB PACS初谈
		
背景: 周末看到了一篇原公司同事的文章,讲的是关于新的互联网形势下的PACS系统.正好上一篇专栏文章也提到了有想搭建一个worklist服务器的冲动,所以就翻箱倒柜将原本学生时代做课题时搭建的简易We ...
 - [转]DICOM医学图像处理:Deconstructed PACS之Orthanc
		
转载:http://blog.csdn.net/zssureqh/article/details/41424027 背景: 此篇博文介绍一个开源的.基于WEB的DICOM Server软件.该开源软件 ...
 - DICOM医学图像处理:WEB PACS初谈二,图像的传输
		
背景: 如前一篇专栏博文所述,借助于CGI或FastCGI技术转发浏览器发送过来的用户请求,启动本地的DCMTK和CxImage库响应.然后将处理结果转换成常规图像返回到浏览器来实现Web PACS. ...
 - DICOM医学图像处理:Deconstructed PACS之Orthanc,Modification & Anonymization
		
背景: 上篇博文为引子,介绍了一款神奇的开源PACS系统——Orthanc.本篇开始解读官方Cookbook中的相关内容,对于简单的浏览.访问和上传请阅读前篇博文.在常规的PACS系统中还未出现对于D ...
 - DICOM医学图像处理:Deconstructed PACS之Orthanc
		
背景: 此篇博文介绍一个开源的.基于WEB的DICOM Server软件.该开源软件完全使用C++编写,不依赖于第三方数据库(内置了SQLite数据库)或其他框架,支持RESTful API设计模式. ...
 - C#开发PACS医学影像处理系统(六):加载Dicom影像
		
对于一款软件的扩展性和维护性来说,上层业务逻辑和UI表现一定要自己开发才有控制权,否则项目上线之后容易被掣肘, 而底层图像处理,我们不需要重复造轮子,这里推荐使用fo-dicom,同样基于Dicom3 ...
 - C#开发PACS医学影像处理系统(十四):处理Dicom影像窗宽窗位
		
概念解释(网络资料): 窗宽: 窗宽指CT图像所显示的CT 值范围.在此CT值范围内的组织结构按其密度高低从白到黑分为16 个灰阶以供观察对比.例如,窗宽选定为100 Hu ,则人眼可分辨的CT值为1 ...
 
随机推荐
- TensorFlow学习之路1-TensorFlow介绍
			
TensorFlow是一个采用数据流图(data flow graphs),用于数据计算的开源软件库. 什么是数据流图? TensorFlow的数据流图是由“节点”(nodes)和“线”(edges) ...
 - numastat命令详解
			
基础命令学习目录 作者:[吴业亮]博客:http://blog.csdn.net/wylfengyujiancheng一.系统架构的演进从SMP到NUMA1.SMP(Symmetric Multi-P ...
 - Python20 - Day08
			
异常处理 一.什么是异常? 异常就是程序运行时发生错误的信号(在程序出现错误时,则会产生一个异常,若程序没有处理他,则会抛出该异常,程序的运行也会停止) 错误分成两种: 1.语法错误 2.逻辑错误 二 ...
 - 分布式高并发下全局ID生成策略
			
数据在分片时,典型的是分库分表,就有一个全局ID生成的问题.单纯的生成全局ID并不是什么难题,但是生成的ID通常要满足分片的一些要求: 1 不能有单点故障. 2 以时间为序,或者ID里包含时间 ...
 - 详解HTTP缓存
			
HTTP缓存是个大公司面试几乎必考的问题,写篇随笔说一下HTTP缓存. 1. HTTP报文首部中有关缓存的字段 在HTTP报文中,与缓存相关的信息都存在首部里,简单说一下首部. 首部 HTTP首部字段 ...
 - 软件功能说明书beta修订
			
贪吃蛇(单词版)软件功能说明书beta修订 1 开发背景 “贪吃蛇”这个游戏对于80,90后的人来说是童年的记忆,可以将其说为是一个时代的经典,实现了传统贪吃蛇的游戏功能:现在人们对英语的重视程度越来 ...
 - 《Spring2之站立会议5》
			
<Spring2之站立会议5> 昨天,接着对主界面进行代码的编写,实现了界面的美化,从图片库中调了一些图片对其进行优化: 今天,向主界面中加入语音功能部分的代码: 遇到的问题:发现虽然是调 ...
 - ThinkPhp输入参数过滤
			
I('id',0); // 获取id参数 自动判断get或者post,不存在时返回默认值0 I('post.name','','htmlspecialchars'); //获取$_POST['name ...
 - elasticsearch文档-字段的mapping
			
mapping == Mapping是指定义如何将document映射到搜索引擎的过程,比如一个字段是否可以查询以及如何分词等,一个索引可以存储含有不同"mapping types" ...
 - 通用的将Excel导入数据集的方法
			
http://blog.csdn.net/baronyang/article/details/7048563