←Select platform

DicomDataSetItem Constructor(DicomDataSetJson,object,DicomSortImageData)

Summary

Initializes a new instance of the DicomDataSetItem class with explicit parameters.

Syntax

C#
VB
C++
Public Sub New(ByVal dicomDataSet As DicomDataSetJson, ByVal userData As Object, ByVal imageData As DicomSortImageData) 
 MyBase.New 

Parameters

dicomDataSet

The DICOM data set associated with the item. If this value is not null,

imageData is ignored. If this value is null, *_imageData* must be present.

userData

user data.

imageData

DicomSortImageData that contains information which will be associated with this item. It will be only used if dicomDatatset is not present.

Remarks

This class is used for sorting a series of DICOM images. For more information on how to sort, please refer to SortDicom

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly