OEModule\OphCoCvi\models\Element_OphCoCvi_ClinicalInfo::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'event_id' => 'Event', 'examination_date' => 'Examination date', 'is_considered_blind' => 'I consider this person is', 'sight_varies_by_light_levels' => 'Sight varies by light levels', 'unaided_right_va' => 'Unaided right VA', 'unaided_left_va' => 'Unaided left VA', 'best_corrected_right_va' => 'Best corrected right VA', 'best_corrected_left_va' => 'Best corrected left VA', 'best_corrected_binocular_va' => 'Best corrected binocular VA', 'low_vision_status_id' => 'Low vision status', 'field_of_vision_id' => 'Field of vision', 'disorders' => 'Disorders', 'diagnoses_not_covered' => 'Diagnosis not covered in any of the above', 'consultant_id' => 'Consultant');
    }