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

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

edf_set_patientcode

Sets the patientcode.

Calling Sequence

edf_set_patientcode(edf_handle,patientcode)

Parameters

edf_handle

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

patientcode

: 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_patientcode(edf_handle, 'code0');

Authors

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