OEModule\OphCiExamination\models\Element_OphCiExamination_InjectionManagementComplex::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', 'left_no_treatment' => 'No treatment', 'right_no_treatment' => 'No treatment', 'left_no_treatment_reason_id' => 'Reason for no treatment', 'right_no_treatment_reason_id' => 'Reason for no treatment', 'left_no_treatment_reason_other' => 'Please provide other reason for no treatment', 'right_no_treatment_reason_other' => 'Please provide other reason for no treatment', 'left_diagnosis1_id' => 'Diagnosis', 'right_diagnosis1_id' => 'Diagnosis', 'left_diagnosis2_id' => 'Associated with', 'right_diagnosis2_id' => 'Associated with', 'left_risks' => 'Risks', 'right_risks' => 'Risks', 'left_comments' => 'Comments', 'right_comments' => 'Comments', 'left_treatment_id' => 'Intended Treatment', 'right_treatment_id' => 'Intended Treatment');
    }