Visual Basic (Declaration) | |
---|---|
Public Sub Initialize( _ ByVal classType As DicomClassType, _ ByVal type As DicomDataSetInitializeType _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Initialize( DicomClassType classType, DicomDataSetInitializeType type ) |
Managed Extensions for 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 Reset.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family