Name
edf_set_patientname — Sets the patientname.
Calling Sequence
edf_set_patientname(edf_handle,patientname)
Parameters
- edf_handle
: integer containing ile handle of the opened bdf/gdf-file
- patientname
: string
Description
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_patientname(edf_handle, 'Klaus Mueller');