C#
VB
C++
Java
public void Initialize(
DicomClassType classType,
DicomDataSetInitializeType type
)
Public Overloads Sub Initialize( _
ByVal classType As DicomClassType, _
ByVal type As DicomDataSetInitializeType _
)
public:
void Initialize(
DicomClassType classType,
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.