Function OpenCardFile

TMSi Data Acquisition SDK

 
TMS International BV

OpenCardFile

BOOLEAN OpenCardFile (
IN HANDLE Handle,
IN short FileId,
OUT TMSiFileHeaderType *FileHeader )

Parameters

Handle
   
Handle of the library.

FileId
    The file identifier as found in the TMSiFileInfoType structure given by GetCardFileList

FileHeader

    The header of the selected file.

Return Value

If successful this function returns TRUE. If the function returns FALSE, use GetErrorCode to get the error code.

Comments

The header of the file contains information about the measurement, such as start and stop time, serial number of the device, sample rate, and patient identifier.

This function is for Mobita only.

Also see

GetCardFileList,     TMSiFileHeaderType