C#
VB
Java
WinRT C#
C++
Creates the Data Set object, inserting the appropriate elements for the specified class.
public void Initialize(
DicomClassType classType,
DicomDataSetInitializeType type
)
Public Overloads Sub Initialize( _
ByVal classType As Leadtools.Dicom.DicomClassType, _
ByVal type As Leadtools.Dicom.DicomDataSetInitializeType _
)
public void Initialize(
Leadtools.Dicom.DicomClassType classType,
Leadtools.Dicom.DicomDataSetInitializeType type
)
function Leadtools.Dicom.DicomDataSet.Initialize(DicomClassType,DicomDataSetInitializeType)(
classType ,
type
)
public:
void Initialize(
Leadtools.Dicom.DicomClassType classType,
Leadtools.Dicom.DicomDataSetInitializeType type
)
classType
The IOD class to which the Data Set should be initialized.
type
The Value Representation and byte order of the Data Set.
For an example, refer to Reset.
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