当前位置: 首页 > news >正文

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
http://www.cnnetsun.cn/news/3323564.html

相关文章:

  • mysql 使用逗号拼接一列数据
  • 二分查找的三重变奏:有序区间、旋转最小值与平方根——从“猜数字”到“向量检索”的思维演化
  • 如何快速部署PilotGo-plugin-prometheus:5分钟搭建集群监控系统
  • 马斯克的第一性原理到底是什么:不是鸡汤,是拆到物理层的工程方法
  • AI自动化落地卡点全突破,n8n Agent搭建避坑清单,92%开发者踩过的3类致命配置错误
  • react-native-text-input-mask vs 其他输入库:为什么它是React Native最佳选择?
  • CSharp、Java、Go、Python 枚舉的用法
  • 如何利用Cognito用户同步触发器实现Serverless身份验证自动化:终极指南
  • 具身智能跨模态桥梁:TVA与VLA的互补与渗透(16)
  • NSK LDFT4025-2.5 高刚性双螺母滚珠丝杠技术详解
  • Puppet PadLocal实战指南:如何快速搭建电商客服机器人
  • Free-NTFS-for-Mac:在Mac上免费读写NTFS硬盘的终极指南
  • 网安研途智能体:基于数据治理与Dify平台的垂直领域RAG智能体研发实践与优化 基于Dify的智能体开发 idea对比查新
  • Java基础中级进阶篇五之反射(反射、网络编程)
  • 幻兽帕鲁跨平台存档迁移终极指南:3步解决角色丢失问题
  • AutoDock Vina分子对接:从新手到专家的5个关键阶段
  • git统计报表
  • Enterprise Architect 16.1 实战:6种UML图构建网上书店系统(含EA源文件)
  • Qt 单 exe 发布排错:解决 Enigma Virtual Box 打包后缺失 libgcc 等 3 个关键 DLL
  • Puppet PadLocal错误处理与调试技巧:快速定位和解决微信机器人问题的完整指南
  • Jenkins 2.440.1 安装避坑指南:3种方式对比与镜像加速配置
  • 六条公约:让团队从“推着走“到“自己跑“
  • Mineradio:从音源聚合到粒子渲染的全链路实现
  • neomerx/json-api快速入门:5分钟创建你的第一个JSON API服务
  • 单细胞分析入门(3)—— 细胞注释:给每个细胞群贴上“身份标签”
  • Fine-tuning 学习率策略:分层学习率衰减(Layer-wise Learning Rate Decay, LLRD)
  • 从 IMX415 摄像头驱动理解 Media Controller 框架
  • 第8篇:框架应用与面试必问——策略模式收官
  • A3910与PIC18F85K22在电机控制中的实战应用
  • 第7篇:六大设计原则在模板方法中的体现