DCMTK-可执行文件测试

来源:互联网 发布:如何去日本工作知乎 编辑:程序博客网 时间:2024/06/08 02:32

待完善,记录下资料。


DCMTK官方编程指导:

http://support.dcmtk.org/wiki/dcmtk/howto/start


DCMTK常用命令例子:

// 测试DicomServer连接

 echosc     127.0.0.1    104    -v  -aec CONQUESTSRV1  -aet CT   (说明:测试与服务器连接是否正常)

 storescu   127.0.0.1    104    Test.dcm    -v   -xy

 storescu   127.0.0.1    104    Test.dcm    -v    -aec STORESCP  -aet US   -xf storescu.cfg Default

 storescu   127.0.0.1    104    Test.dcm    -v    -d  -aec STORESCP  -aet US   -xf  storescu.cfg Fudeji  

                                                                                          (说明:需要编辑storescu.cfg 文件)

 storescu   127.0.0.1    104    +sd dicomDir    -v   -xy        (说明:上传文件夹dicomDir内的所有DICOM文件)

 storescp   104  -v   -xf storescp.cfg  Default

 



// 测试worklist

可参考:http://blog.csdn.net/pachleng/article/details/5827232

已经很详细,自己没有此时间与耐心。

wlmscpfs.exe-v -dfr -dfp wlistdb 104


免费DicomServer,可用于测试:

http://ingenium.home.xs4all.nl/dicom.html

1 0
原创粉丝点击