CurrentModule property

Delphi example

C++Builder example

 

Builder Syntax

TDICOMDSModule* CurrentModule

Delphi Syntax

CurrentModule: TDICOMDSModule

Overview

Refer to Working with Data Sets.

Remarks

Holds the currently selected Data Set Module.

The TDICOMDSModule class has the following Read-Only properties:

Property and Type

Description

Element[uIndex: Cardinal]: DICOMDSElement

An array of Data Elements. For a description of the DICOMDSElement class, refer to the CurrentElement property

ElementCount: Cardinal

Number of elements in the Element array property.

hModule: Cardinal

Memory handle that can be used to uniquely identify a Data Element.

Module: Cardinal

Module code number. For a list of default values, refer to IOD Module Constants.

Note: The CurrentModule property is read only, except that you can explicitly set it to Nil in Pascal or NULL in C++.

See Also

Elements:

InsertModule method, DeleteModule method, GetModuleCount method, FindModule method, FindIndexModule method