<< edf_get_patientcode Functions for reading files edf_get_physical_dim >>

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

edf_get_patientname

Returns the patientname.

Calling Sequence

patientname=edf_get_patientname(path)
patientname=edf_get_patientname(edf_header)

Parameters

path:

string containing the path and name of the file

edf_header:

plist with header information from edfopen_file_readonly

patientname:

string

Description

Returns the patientname.

Examples

patientname=edf_get_patientname(edf_getpath()+'/demos/demo.bdf');

[header_list]=edfopen_file_readonly(edf_getpath()+'/demos/demo.bdf', 0);
patientname=edf_get_patientname(header_list);
edf_close(header_list.handle);

Authors


Report an issue
<< edf_get_patientcode Functions for reading files edf_get_physical_dim >>