
DCMTK
文章平均质量分 84
三世
这个作者很懒,什么都没留下…
展开
-
web Server支持 perl
最近使用DCMTK 安装worklist 需要用到webserver支持perl。 DCMTK官方建议用NCSA Httpd1.5来安装webserver,但是这个软件一般用在Unix/Linux上,而且现在很多用这种web服务的软件商都改用了Apache.所以我打算换其他的webServer,应该不影响。比如Apache http server、 iis。 1、Apache ht...2012-10-17 10:06:57 · 189 阅读 · 0 评论 -
DCMTK获取压缩后的pixel data
Howto: Accessing Compressed DataIf compressed DICOM images are loaded, DCMTK most of the time does the job of decompressing the image data itself, e.g. when the user feeds it into the DicomImag...原创 2012-09-14 14:06:58 · 1086 阅读 · 0 评论 -
DCMTK提取Overlay Data
Howto: Extract Overlay DataHere's an example that shows how it works in principle:Source Code #include "dcmtk/config/osconfig.h" #include "dcmtk/dcmimgle/dcmimage.h" int main(int...原创 2012-09-14 14:07:12 · 563 阅读 · 0 评论 -
DCMTK:howto:dcmscu-example 网络客户端
DcmSCU example programThis is example code how to program an actual DICOM client with the DcmSCU class. In particular, it demonstrateshow to send an ECHO to the server (usually a PACS),...原创 2012-09-15 14:00:57 · 573 阅读 · 0 评论 -
DCMTK DCMSCU例子
转载:http://forum.dcmtk.org/viewtopic.php?f=1&t=2812&hilit=DCMNETconnect to PACS system biginner questionModerator: Moderator Team Page 1 of 3 [ 31 posts ] Go to page ...原创 2012-09-15 14:01:59 · 939 阅读 · 0 评论 -
DCMTK:DCMSCU get series
AuthorMessagemanoindia2020 Post subject: DCMSCU get seriesPosted: Fri, 2011-10-21, 22:57 Joined: Tue, 2011-06-28, 14:36Posts: 28Location: ChennaiHi, ...原创 2012-09-15 14:02:54 · 287 阅读 · 0 评论 -
DCMTK:Receiving Images from PACS using DCMSCU
通过DCMTK的DCMSCU,从PACS获取图像,看看人家咋回答的。Receiving Images from PACS using DCMSCUModerator: Moderator Team Page 1 of 1 [ 7 posts ] Subscribe topic | Bookmark topic | Pri...原创 2012-09-15 14:03:33 · 878 阅读 · 0 评论 -
DCMTK DCMScu和DCMScp 细节讨论
PACS connectionModerator: Moderator Team Page 1 of 5 [ 65 posts ] Go to page 1, 2, 3, 4, 5 Next Subscribe topic | Bookmark topic | Print view | E-mail friendPre...原创 2012-09-15 14:04:23 · 1611 阅读 · 0 评论 -
DCMTK: Set output directory to DcmSCP
AuthorMessagenicolaszerr Post subject: Set output directory to DcmSCPPosted: Thu, 2011-09-22, 13:26 Joined: Thu, 2011-09-22, 12:54Posts: 4Location: France...原创 2012-09-18 09:16:40 · 645 阅读 · 0 评论 -
DCMTK Howto: User Identity Negotiation
Howto: User Identity NegotiationSince April 2008 DCMTK allows for handling a feature called User Identity Negotiation, which is an optional mechanism to send/receive user credentials, a Kerbero...原创 2012-09-18 09:16:53 · 193 阅读 · 0 评论 -
DCMTK Create a Mammography CAD SR Document
Howto: Create a Mammography CAD SR DocumentHere's an example that shows how to start from scratch:Source Code #include "dcmtk/config/osconfig.h"#include "dcmtk/dcmsr/dsrdoc.h"#inclu...原创 2012-09-18 09:17:12 · 289 阅读 · 0 评论 -
DCMTK create GSPS object with multiple image references
Howto: Create GSPS object with multiple image referencesHere's an example that shows how to create a GSPS object with annotations and multiple image references: #include "dcmtk/config/oscon...原创 2012-09-18 09:17:23 · 407 阅读 · 0 评论 -
问题:自定义Appender输出DCMTK的oflog
在我调试DCMTK的DcmNet过程中,发现在Oflog中,DCMTK的日志只能输出到控制台应用程序的console窗口,或者输出到文件中,无法单独获取日志信息。如果想输出Gui项目中,需要自己继承log4cpus,自定义Appender实现输出log。如果我实现了,再过来更新我的代码。已解决该问题:【原创】自定义Appender类,输出DCMTK日志 Subscr...原创 2012-09-24 10:09:35 · 345 阅读 · 0 评论 -
【原创】自定义Appender类,输出DCMTK日志
就像DCMTK官方论坛说的那个问题一样:问题:自定义Appender输出DCMTK的oflog DCMTK日志输出类大家都知道:DCMTK只提供下面四个日志输出类。FileAppender: Appends log events to a file.(将DCMTK日志输出到一个文件中)ConsoleAppender:ConsoleAppender appends log eve...2012-09-24 10:30:56 · 446 阅读 · 0 评论 -
【最新snapshot】DCMTK3.6.1(MD支持库)安装说明
【前言】 最近,因为需要开发DICOM网管模块,必须使用DCMTK的DcmNet模块。但是DCMTK3.6.0在DcmNet模块中只提供两个实验阶段的网络类DcmSCU和DcmSCP。而且他们并没有完全实现DICOM的C-Echo、C-Find、C-Get、C-Move和C-store操作。只实现了C-Echo和C-Find操作。 调研了一番,发现DCMT...2012-09-25 16:16:39 · 416 阅读 · 0 评论 -
DCMTK读取多帧图像,不需要全部读取像素数据,即可处理数据
Howto: Access multi-frame images without loading complete pixel dataHere's an example that shows how to access the individual frames of a large multi-frame image (for visualization purposes) wi...原创 2012-09-14 14:06:28 · 1168 阅读 · 0 评论 -
DCMTK形成DICOM的UID
Howto: Generate Unique Identifier (UID)Here's an example that shows how the generation of three new UIDs works (e.g. to be used for a new SOP Instance created by dump2dcm) :Source Code ...原创 2012-09-14 14:06:12 · 695 阅读 · 0 评论 -
DCMTK读取DICOM文件,获取数据集、建立DicomDIr
ExamplesThe following example shows how to load a DICOM file and output the patient's name: DcmFileFormat fileformat;OFCondition status = fileformat.loadFile("test.dcm");if (status.good...原创 2012-09-14 14:05:55 · 1332 阅读 · 0 评论 -
Dcmtk在PACS开发中的应用(基础篇) 第一章 与影像设备互连 作者 冷家锋
Dcmtk在PACS开发中的应用作者:冷家锋 声明:引用时请注明出处,如需商业引用,请与作者联系。第一章 与影像设备互连 PACS(PictureArchiving and Communication System),译为医学影像归档与通讯系统,关于该名词更多详细的解释,请参考网络。一、接收影像1、目的:接收影像设备发送的影像,并显示。2、实验平台:W...原创 2012-06-08 11:38:42 · 325 阅读 · 0 评论 -
Dcmtk在PACS开发中的应用(基础篇) 第二章 打印影像(胶片) 作者 冷家锋
第二章 打印影像(胶片)1 、目的:将 DICOM 影像提交至相机(干式胶片打印机),并打印。2 、实验平台: Windows XP Professional SP2 ,其他 Windows 系统笔者未验证,希望验证过的朋友添加进来。3 、前置条件 在您的电脑上新建文件夹如下C:/PACS ,用于存放相关文档C:/DCMTK ,用于存放 dcmtk 工具包及源代...原创 2012-06-08 11:43:44 · 500 阅读 · 0 评论 -
dcmtk在PACS开发中的应用(基础篇) 作者:冷家锋 第三章 工作列表(Work List)(一)...
第三章 工作列表( Work List )(一)1 、目的在工作站上登记患者,影像设备通过 DICOM 标准中的 Work List 获取登记的患者信息。2 、实验平台Windows XP Professional SP2 ,其他 Windows 系统笔者未验证,希望验证过的朋友添加进来。3 、前置条件 在您的电脑上新建文件夹如下C:/PACS ,用...原创 2012-06-09 00:05:16 · 360 阅读 · 0 评论 -
dcmtk在PACS开发中的应用(基础篇) 作者:冷家锋 第四章 工作列表(Work List)(二)...
第四章 工作列表( Work List )(二)1 、目的书接前文:http://blog.youkuaiyun.com/pachleng/archive/2010/08/10/5800513.aspx,自定义患者信息,影像设备通过 DICOM 标准中的 Work List 获取登记的患者信息,并能对影像设备与“工作列表”服务器通讯过程进行诊断。2 、实验平台Windows XP...原创 2012-06-09 00:05:33 · 494 阅读 · 0 评论 -
workList in DCMTK问题总结
最近正在配置DCMTK中的worklist,因为需要响应C-Find请求。出现了很多问题,先总结问题,慢慢解决。以后再来叙述如何配置worklist 1、为啥看不到AETitle下面的文件呢????-------------------- 解决方法:我估计原因在我还没配置wlmscpfs.exe,这样无法访问数据源。官方帮助文档说: If you ...2012-10-17 19:37:18 · 679 阅读 · 0 评论 -
DCMTK:wwwapp instalation
问题 最近按照wwwapp.txt安装worklist中www application server。总有一步看不透。 3. INSTALL FILES b) Then copy all executables from dcmtk/dcmwlm/wwwapps to the same directory: preplock, readoviw, readwls...原创 2012-10-18 15:55:28 · 467 阅读 · 0 评论 -
DICOM标准(2011)
DICOM标准(2011) 最新版,下载请看我的百度云网盘 DICOM标准下载 DICOM图像实例,下载链接请看我的百度云网盘 DICOM图像实例(只用于学习和研究使用)...2012-10-22 10:31:40 · 209 阅读 · 0 评论 -
【转】DICOM 网关的设计与实现
何 博 曹晓光 杜振洲(北京航空航天大学图像中心 北京 100083) DICOM 网关是医学图像存档与通信系统(PACS) 的关键部分,用于接收、存储、转发DICOM 医学图像,实现了DICOM存储和通讯的关键技术。本文介绍了DICOM 网关的详细设计过程以及在Windows 2000/ XP 操作系统下利用DCMTK工具包实现DICOM 网关的具体方法,并进行了对比测试...原创 2012-07-04 19:15:15 · 1331 阅读 · 0 评论 -
DCMTK: DcmSCP, error:QueryRetrieveLevel larger remaining bytes
最近在DcmSCU发送一个findRequest后,DcmSCP总是报一个错误: hi, all.when i send a findRequest in DcmSCU, it will be successful to receive response.but then the DcmServer will take place an error, as follows.Quote...原创 2012-11-06 09:48:56 · 528 阅读 · 0 评论 -
DCMTK读取DICOM文件头信息的三种方法
Howto: Load File Meta-HeaderHere's an example that shows how to load the File Meta Information Header of a DICOMfile without reading the dataset. This could be useful if you are e.g. only i...原创 2012-09-13 10:47:14 · 859 阅读 · 0 评论 -
DCMTK在一个序列图像中插入一项
Howto: Add an item to a sequenceThe following example shows, how to add a new item and the required UIDs to the Referenced Image Sequence.This also works if there was previously no Referenced...原创 2012-09-13 10:52:54 · 358 阅读 · 0 评论 -
DCMTK从一组DICOM序列图像中获取一项
Howto: Get information from a sequence itemThe following example shows, how to get the Code Meaning from the Procedure Code Sequence. #include "dcmtk/config/osconfig.h" #include "dcmtk/dc...原创 2012-09-13 11:08:52 · 652 阅读 · 0 评论 -
DCMTK在DICOM数据集中添加自定义标签
Howto: Add private data elements to a DICOM datasetThe following example shows how to add private data elements to a DICOM dataset (if not present yet): #include "dcmtk/config/osconfig.h"...原创 2012-09-13 11:18:30 · 747 阅读 · 0 评论 -
DCMTK从DICOM数据集中删除私有数据
Howto: Remove private data from a DICOM datasetThere is no ready-to-use function in DCMTK to delete all private data from a DICOM dataset. However, using the API of DcmItem and the fact that al...原创 2012-09-13 11:30:39 · 424 阅读 · 0 评论 -
DICOM C-GET vs C-MOVE
DICOM中C-Get 和C-Move的区别。C-Move操作基本上都包含了C-Get的功能,而且有些地方,C-Get无法替代C-Move。比如: 1、C-Move可以实现从一个AE将DICOM文件发送另外一个AE。而C-Get只能实现从SCP获取dicom到自身。从这个方面来说,C-Get功能有点多余。 2、从系统安全角度,C-Get随机开放了一个未绑定的端口来接收服务端图...原创 2012-10-08 17:01:03 · 1122 阅读 · 0 评论