IncludeVolatile property (ILEADDicomDS)
BOOL IncludeVolatile | |
Overview |
Refer to Working with Data Sets. |
Remarks
Indicates whether the Current element is volatile.
A volatile element is an element that can be changed or destroyed in the process of inserting or setting an image. A non-volatile element is an element that must be changed manually. It is not changed or destroyed by inserting or setting an image.
For example, a grayscale image has elements TAG_SMALLEST_IMAGE_PIXEL_VALUE, TAG_LARGEST_IMAGE_PIXEL_VALUE, etc. If the image is changed to a color image, these elements disappear and the following elements appear: TAG_RED_PALETTE_COLOR_LOOKUP_TABLE_DESCRIPTOR, etc. These are volatile elements since they are changed or destroyed when an image is changed or set.
Possible values are:
Value |
Meaning |
TRUE |
Process/retrieve any element, volatile or not. |
FALSE |
Process/retrieve only non-volatile Elements:. |
See Also
Elements: |
|
Topics: |