Name

edf_set_patient_info — Sets the additional patientinfo.

Calling Sequence

 	edf_set_patient_info(edf_handle,patient_info )

Description

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

edf_handle is the file handle of the opened bdf/gdf-file

patient_info is a string containing the additional patientinfo.

Examples

edf_set_patient_info(edf_handle, 'info xyz');

Authors

Holger Nahrstaedt