Background Operations in DicomObjects

DicomObjects.NET version All functions in .NET (e.g SendImages) are synchronous methods and do not return until the operation has completed.

Drag and Drop

It is possible to drag and drop an Image between multiple DicomViewer controls even between different version of DicomObjects.

How to implement C-GET in DicomObjects

There are 2 ways to send DICOM C-GET request in DicomObjects:

Windowing and Scrolling Speed

The default behaviour of DicomObjects is to use smoothing for minimised images, where ActualZoom is < 1 (ensuring that all image pixels contribute to the display), but not to use it for images scaled up (in order to minimise regulatory concerns about “enhanced” images and possible artefacts).

Creating Thumbnails and Icons

There are 2 methods within DicomObjects that can be used to create a Thumbnail image (PrinterImage and SubImage).