CurrentModule property (ILEADDicomDS)
|
DICOMDSModule CurrentModule | |
|
Overview |
Refer to Working with Data Sets. |
Remarks
Holds the currently selected Data Set Module.
CurrentModule has the following Read-Only properties:
|
Property |
Type |
Description |
|
Module |
long |
Module code number. For a list of default values, refer to IOD Module Constants. |
|
ElementCount |
long |
Number of elements in the Element array property. |
|
Element |
DICOMDSElement[long lIndex] |
An array of Data Elements. |
|
hModule |
long |
Memory handle that can be used to uniquely identify a Data Element. |
See Also
|
Elements: |
InsertModule method, DeleteModule method, GetModuleCount method, FindModule method, FindIndexModule method |
|
Topics: |