C#
VB
C++
Initializes a new instance of the DicomDataSetItem class with explicit parameters.
public DicomDataSetItem(
DicomDataSetJson dicomDataSet,
object userData
)
Public Sub New(ByVal dicomDataSet As DicomDataSetJson, ByVal userData As Object)
MyBase.New
public:
DicomDataSetItem(DicomDataSetJson^ dicomDataSet, Object^ userData)
dicomDataSet
The DICOM data set associated with the item.
userData
user data.
This class is used for sorting a series of DICOM images. For more information on how to sort, 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