medimage 发表于 2015-12-4 21:15:40

DCMTK简介十二-dcmwlm程序库

本帖最后由 medimage 于 2015-12-4 21:33 编辑

十二、dcmwlm程序库

dcmwlm是一个设备工作表(Modality Worklist)数据库服务器。这个模块包含类,作为一个SCP,为实现DICOM Modality Worklist Management Service的应用提供支持。基于这些类的SCP可以从C-Find-RSP返回消息中找到相关信息。主要接口:--WlmActivityManager: This class encapsulates data structures and operations for basic worklist management service class providers. 在wlmactmg.h文件中定义。--WlmDataSource: This class encapsulates data structures and operations for connecting to an arbitrary data source in the framework of the DICOM basic worklist management service. 在wlds.h文件中定义。--WlmDataSourceFileSystem: This class encapsulates data structures and operations for connecting to a file-based data source in the framework of the DICOM basic worklist management service. 在wldsfs.h文件中定义。--WlmFileSystemInteractionManager: This class encapsulates data structures and operations for managing data base interaction in the framework of the DICOM basic worklist management service. 在wlfsim.h文件中定义。工具:wlmscpfs: DICOM Basic Worklist Management SCP (based on data files)举例:For an example of how to use the main interface classes of this module, see file 'wlmscpfs.cc' (containing the main function of the corresponding tool) and file 'wlcefs.cc' (making use of the WlmActivityManager class that manages all activities a corresponding SCP has to manage).

hosstd 发表于 2016-5-18 23:34:16

人生真是寂寞如雪啊。

biochemistry 发表于 2016-5-19 05:02:48

goooood 顶起

medrt 发表于 2016-5-19 11:28:28

感谢分享感谢分享感谢分享

13636600230 发表于 2016-5-21 11:24:15

顶贴
页: [1]
查看完整版本: DCMTK简介十二-dcmwlm程序库