 
            This function saves Data Element List from HIGMedElemList into file.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI MED_ElemList_write_file (
        const LPSTR lpszFileName,
        LPAT_DCM_ELEMLIST_SETTINGS lpElemListSettings,
        HIGMEDELEMLIST hIGMedElemList
);
 | |
| Name | Type | Description | 
|---|---|---|
| lpszFileName | const LPSTR | File name, where will be serialized Data Element List. | 
| lpElemListSettings | LPAT_DCM_ELEMLIST_SETTINGS | A far pointer to AT_DCM_ELEMLIST_SETTINGS structure's object with control parameters for writing of element lists. | 
| hIGMedElemList | HIGMEDELEMLIST | HIGMEDELEMLIST handle to the Data Element List object. | 
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.