ImageGear for C and C++ on Windows v19.9 - Updated
AT_DCM_ELEMLIST_SETTINGS
API Reference Guide > MD Component API Reference > MD Component Structures Reference > AT_DCM_ELEMLIST_SETTINGS

This structure contains settings that used for reading/writing of Data Element Lists, such as MED_ElemList_read_file, MED_ElemList_read_mem, MED_ElemList_write_file, MED_ElemList_write_mem, MED_ElemList_save_size_calc.

Declaration:

 
Copy Code
struct AT_DCM_ELEMLIST_SETTINGS
{
        AT_MODE TransferSyntax;
        AT_BOOL ReadConcatRepeatedDE;
        AT_BOOL ReadWritePixelData;
        AT_BOOL WriteGroupLengths;
};
typedef struct AT_DCM_ELEMLIST_SETTINGS;

Members:

Name Type Description
TransferSyntax AT_MODE Transfer Syntax for read or write.
ReadConcatRepeatedDE AT_BOOL Data of repeated same Tags with the same VR value will be concatenated.
ReadWritePixelData AT_BOOL PixelData Tag's data will be read (written) if TRUE or not otherwise.
WriteGroupLengths AT_BOOL Write Group Lengths upon Data Set writing.