Returns the patientcode.
patientcode=edf_get_patientcode(path) patientcode=edf_get_patientcode(edf_header)
string containing the path and name of the file
plist with header information from edfopen_file_readonly
string
patientcode=edf_get_patientcode(edf_getpath()+'/demos/demo.bdf'); [header_list]=edfopen_file_readonly(edf_getpath()+'/demos/demo.bdf', 0); patientcode=edf_get_patientcode(header_list); edf_close(header_list.handle);