ECG

We are sometimes asked “does DicomObjects support ECG” (or EKG depending on where you are in the world!

Registry Values

Many of the less commonly used features of DicomObjects are controlled by “registry” values, which can be specified in one of 2 ways:

Config File

A config file may be used to over-ride some aspects of DicomObjects.

Deleting or Over-writing Files which have been read from disk

Image files which have been read by DicomObjects using ReadFile (COM) or Read (.

DicomObjects.COM 64bit Registration

This article provides help for those wishing to use the 64 bit version of DicomObjects from Visual Studio (for development in any supported language, including C# or C++)

Pixel Data to Byte Array


We are often asked how to retrieve the pixel data of a DicomImage into a Byte array. The following code will load an image and copy the pixel data into a byte array.