A delegate that maps an SOPInstanceUID to a DicomDataSet that contains the SOPInstanceUID.
delegate DicomDataSet GetSopInstanceCallBack(
string sopInstanceUid
)
public:
delegate DicomDataSet GetSopInstanceCallBack(
String^ sopInstanceUid
)
sopInstanceUid
The SOPInstanceUID.
A DicomDataSet that contains the SOPInstanceUID.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document