Initializes a new instance of the DicomDataSetItem class with explicit parameters.
public DicomDataSetItem(
DicomDataSetJson dicomDataSet,
object userData,
DicomSortImageData imageData
)
Public Sub New(ByVal dicomDataSet As DicomDataSetJson, ByVal userData As Object, ByVal imageData As DicomSortImageData)
MyBase.New
public:
DicomDataSetItem(DicomDataSetJson^ dicomDataSet, Object^ userData, DicomSortImageData^ imageData)
dicomDataSet
The DICOM data set associated with the item. If this value is not null,
userData
user data.
DicomSortImageData that contains information which will be associated with this item. It will be only used if dicomDatatset is not present.
This class is used for sorting a series of DICOM images. For more information on how to sort, please refer to SortDicom
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET