OphDrPrescription_Item::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('drug_id' => 'Drug', 'dose' => 'Dose', 'duration_id' => 'Duration', 'frequency_id' => 'Frequency', 'route_id' => 'Route', 'route_option_id' => 'Options', 'continue_by_gp' => 'Continue by GP');
    }