Using DicomObjects COM & .NET versions in the same project

In order to make life easier since the early development days, it was decided to use the same basic object names in the .

Significance of AssociationClosed Event

The AssociationClosed Event is provided in both COM & .NET versions, but by default disabled.

Some Systems Behave Badly when sent One Image Per Association

Unfortunately, the designers of some systems seem never to have bothered to read the DICOM standard.

Using icons in C-FIND

DICOM has from the start had the facility to include icon images in C-FIND requests, but it is rarely used.

Anonymisation of DICOM Objects

DicomObjects is commonly and successfully used for Anonymisation and all the required data changes are easy using DicomObjects - the real problem is working out what needs changing!

Removing Private Attributes


Private Elements (or Tags) are perfectly legal in DICOM, details of the structure of Private DICOM Elements can be found in DICOM Private Elements.

Removing all Private elements from any DICOM instance is quite simple, following sample code shows you how to do it in DicomObjects.