←Select platform

Initialize(DicomClassType,DicomDataSetInitializeType) Method

Summary

Creates the Data Set object, inserting the appropriate elements for the specified class.

Syntax
C#
VB
C++
Java
Public Overloads Sub Initialize( _ 
   ByVal classType As DicomClassType, _ 
   ByVal type As DicomDataSetInitializeType _ 
)  
public void initialize(DicomClassType classType, DicomDataSetInitializeType type) 

Parameters

classType
The IOD class to which the Data Set should be initialized.

type
The Value Representation and byte order of the Data Set.

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly