<< edf_set_label Functions for writing files edf_set_patientcode >>

edflib - Toolbox for reading and writing edf/ bdf files >> Functions for writing files > edf_set_patient_info

edf_set_patient_info

Sets the additional patientinfo.

Calling Sequence

edf_set_patient_info(edf_handle,patient_info )

Parameters

edf_handle:

integer containing file handle of the opened bdf/edf-file

patient_info:

string containing the additional patientinfo.

Description

Sets the additional patientinfo.

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

Examples

edf_set_patient_info(edf_handle, 'info xyz')

Authors


Report an issue
<< edf_set_label Functions for writing files edf_set_patientcode >>