Optimization changes and benchmarking

This has been one of the biggest improvements and cumulative optimization changes to our DICOM toolkit since the beginning.

Validation Options

The new validation method is designed to give users more granularity and detailed results.

Disable DPI Awareness

Symptom Very rarely, but it does happen, that developers are faced with a very strange behaviour where their winForm application automatically changes it size on start up when DicomObjects.

Concurrent Licence (RAM) Relay Server

DicomObjects' concurrent licensing model allows users to set up an internal relay server using Asp.

Creating DICOM Images from Raw Pixel Data

Sometimes we are asked the question of how to create a new DICOM image from imaging source (such as a detector) that outputs raw pixel data.

LabelType: Formatted

The LabelType “Formatted” in .NET version of DicomObjects provides a very useful way to access the value of any DicomImage property. For property which has a shortcut name, you can just put the name of the property within a pair of square brackets. You can also specify the “Group” and “Element” of any particular attribute. The code shows how to use the formatted label.