- classType
- The IOD class to which the Data Set should be initialized.
- type
- The Value Representation and byte order of the Data Set.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Initialize( _ ByVal classType As DicomClassType, _ ByVal type As DicomDataSetInitializeType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim classType As DicomClassType Dim type As DicomDataSetInitializeType instance.Initialize(classType, type) |
C# | |
---|---|
public void Initialize( DicomClassType classType, DicomDataSetInitializeType type ) |
C++/CLI | |
---|---|
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.
For an example, refer to Leadtools.Dicom.DicomDataSet.Reset.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)