GetSopInstanceCallBack Delegate (original) (raw)

Summary

A delegate that maps an SOPInstanceUID to a DicomDataSet that contains the SOPInstanceUID.

Syntax

Parameters

sopInstanceUid

The SOPInstanceUID.

Return Value

A DicomDataSet that contains the SOPInstanceUID.

Remarks

This delegate is used by the extension method GetStructuredDisplayImage to create an image representation of a DICOM Structured Display DicomDataSet.

A DICOM Structured Display contains SOPInstanceUIDs of other DicomDataSet and specifies a layout containing the corresponding DicomDataSet images.

This delegate is called for each referenced SOPInstanceUID in the structured display, and returns the corresponding DicomDataSet so that the image can be retrieved.

Leadtools.Dicom.Common Assembly