<< edf_set_patientcode Functions for writing files edf_set_physical_dim >>

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

edf_set_patientname

Sets the patientname.

Calling Sequence

edf_set_patientname(edf_handle,patientname)

Parameters

edf_handle:

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

patientname:

string

Description

Sets the patientname.

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')

Authors


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