OEModule\OphCiExamination\models\Element_OphCiExamination_CataractSurgicalManagement::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', 'city_road' => 'At City Road', 'satellite' => 'At Satellite', 'fast_track' => 'Straightforward case', 'target_postop_refraction' => 'Post operative refractive target in dioptres', 'correction_discussed' => 'The post operative refractive target has been discussed with the patient', 'suitable_for_surgeon_id' => 'Suitable for surgeon', 'supervised' => 'Supervised', 'previous_refractive_surgery' => 'Previous refractive surgery', 'vitrectomised_eye' => 'Vitrectomised eye', 'eye_id' => 'Eye', 'reasonForSurgery' => 'Primary reason for cataract surgery');
    }