news 2026/7/12 20:13:19

DicomObjects COM 8.XX.125.0/32-64

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
DicomObjects COM 8.XX.125.0/32-64

Introduction to DicomObjects COM version

DicomObjects consists of an inter-related, but independent, set of “Objects” that enable developers quickly and easily to add DICOM functionality to their products without needing to understand or program the intricacies of the DICOM standard.
This help file provides full reference
Almost any aspect of DICOM image/data manipulation can be performed using DicomObjects, including:

  • Image display and manipulation
  • Network transmission of images and associated data, including worklists
  • Printing to DICOM and windows printers
  • Normalised operations including storage commitment
  • Image creation from scratch and import/export to/from non-DICOM formats

The main Components of the DicomObjects Collection are:

DicomViewer Control

An ActiveX control that may be embedded into any suitable control container such as Visual Basic, standard development environments such as C++ (Microsoft or Borland), Delphi, Microsoft Access, and can even be used in Internet Explorer. I t has extensive display capabilities for DICOM images, whether read from files, received over the network, or from numerous other sources, and these include a wide range of annotations, and full DICOM greyscale presentation state support.

It also provides service class provider (SCP) functionality for verification, storage, query/retrieve and normalised operations.

DicomServer Object

An automation object without a user interface that provides storage, query/retrieve and normalised facilities as a service class provider (SCP).

DicomQuery Object

A non-visual automation object that handles the query/retrieve parts of the DICOM standard as a service class user (SCU).

DicomPrint Object

An automation object that simplifies DICOM printing as a service class user (SCU).

DicomGlobal Object

Used for certain global operations such as over-riding registry values

DicomConnection Object

A DicomConnection Object represents an association, and may either be created automatically in response to an incoming query request, or explicitly by the client program. Methods of this object are used to send data, images, and verification requests, and this object is central to DicomObject’s asynchronous operation capabilities. As of version 4.1, there is also a DicomConnections collection.

Other dependent automation objects and collections are created and used by the above, and some may also be created directly. They are:

Object DescriptionSingle ItemCollection
SOP instance, containing an imageDicomImageDicomImages
Generic SOP instance, used for results of DICOM queries or as a sub-element of a SequenceDicomDataSetDicomDataSets
Attribute (Data Element) of either of the aboveDicomAttributeDicomAttributes
DICOM Presentation contextDicomContextDicomContexts
Image AnnotationDicomLabelDicomLabels
版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/7/12 20:13:09

mysql 使用逗号拼接一列数据

目录 基本语法 示例 注意事项 如果您喜欢此文章,请收藏、点赞、评论,谢谢,祝您快乐每一天。 在MySQL中,如果你想将一个表中的某列的值拼接成一个由逗号分隔的字符串,可以使用GROUP_CONCAT函数。GROUP_CONCAT函数可…

作者头像 李华
网站建设 2026/7/12 20:11:47

二分查找的三重变奏:有序区间、旋转最小值与平方根——从“猜数字”到“向量检索”的思维演化

【学习记录】二分查找的三重变奏:有序区间、旋转最小值与平方根——从“猜数字”到“向量检索”的思维演化 如果你觉得二分查找只是一道“平平无奇的模板题”,那你可能还没有见过它的全貌。今天我们把三道经典的二分变体题放在一起:搜索旋转排…

作者头像 李华
网站建设 2026/7/12 20:11:33

如何快速部署PilotGo-plugin-prometheus:5分钟搭建集群监控系统

如何快速部署PilotGo-plugin-prometheus:5分钟搭建集群监控系统 【免费下载链接】PilotGo-plugin-prometheus PilotGo prometheus plugin provides cluster monitor and alert. 项目地址: https://gitcode.com/openeuler/PilotGo-plugin-prometheus 前往项目…

作者头像 李华