←Select platform

GetSopInstanceCallBack Delegate

Summary

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

Syntax
C#
C++/CLI
delegate DicomDataSet GetSopInstanceCallBack( 
   string sopInstanceUid 
) 
public: 
   delegate DicomDataSet GetSopInstanceCallBack( 
      String^ sopInstanceUid 
   ) 

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.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.