←Select platform

Initialize(DicomClassType,DicomDataSetInitializeType) Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
Public Overloads Sub Initialize( _ 
   ByVal classType As Leadtools.Dicom.DicomClassType, _ 
   ByVal type As Leadtools.Dicom.DicomDataSetInitializeType _ 
)  
public void initialize(DicomClassType classType, DicomDataSetInitializeType type) 
 function Leadtools.Dicom.DicomDataSet.Initialize(DicomClassType,DicomDataSetInitializeType)(  
   classType , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly