←Select platform

GetSopInstanceCallBack Delegate

Summary

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

Syntax
C#
VB
C++
delegate DicomDataSet GetSopInstanceCallBack( 
   string sopInstanceUid 
) 
Delegate Function GetSopInstanceCallBack( 
   ByVal sopInstanceUid As String 
) As DicomDataSet 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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