InsertIconImageSequence property (ILEADDicomDir Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

VARIANT_BOOL InsertIconImageSequence

Overview

Refer to Creating DICOM Directories.

Remarks

Specifies whether an Icon Image Sequence key (0088,0200) will be added to the Image Directory Record when adding a DICOM file or Data Set to the Directory. Possible values are:

Value

Meaning

VARIANT_TRUE

Icon Image Sequence key (0088,0200) will be added to the Image Directory Record when adding a DICOM file or Data Set to the Directory.

VARIANT_FALSE

(Default) Icon Image Sequence key (0088,0200) will not be added to the Image Directory Record when adding a DICOM file or Data Set to the Directory.

The icon image used is representative of the image stored.

See Also

Elements:

InsertDicomFile method, InsertDicomDS method

Topics:

DICOM Elements: DICOM Directories