Element_OphTrOperationbooking_Operation::attributeLabels PHP Méthode

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'event_id' => 'Event', 'eye_id' => 'Eyes', 'procedures' => 'Operations', 'consultant_required' => 'Consultant required', 'any_grade_of_doctor' => 'Any other doctor to do', 'anaesthetic_type_id' => 'Anaesthetic type', 'anaesthetist_preop_assessment' => 'Does the patient require pre-op assessment by an anaesthetist', 'anaesthetic_choice_id' => 'Anaesthetic choice is', 'stop_medication' => 'Patient needs to stop medication', 'stop_medication_details' => 'Please provide details', 'overnight_stay' => 'Post operative stay', 'site_id' => 'Site', 'priority_id' => 'Priority', 'decision_date' => 'Decision date', 'fast_track' => 'Suitable for high volume (fast track)', 'fast_track_discussed_with_patient' => 'Admission discussed with patient', 'special_equipment' => 'Special equipment required', 'special_equipment_details' => 'Please specify', 'comments' => 'Add comments (Scheduling guidance for admissions team)', 'comments_rtt' => 'Add RTT comments', 'referral_id' => 'Referral', 'rtt_id' => 'RTT', 'organising_admission_user_id' => 'Doctor organising admission', 'senior_fellow_to_do' => 'Senior fellow to do', 'named_consultant_id' => 'Named Consultant');
    }