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

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('title_surname' => 'Title and Surname', 'date_of_birth' => 'Date of Birth', 'nhs_number' => 'NHS Number', 'address' => 'Address (incl. Post Code)', 'postcode' => 'Post Code (1st half)', 'email' => 'Email', 'telephone' => 'Telephone', 'gender_id' => 'Gender', 'ethnic_group_id' => 'Ethnic Group', 'gp_name' => 'GP\'s Name', 'gp_address' => 'GP\'s Address', 'gp_telephone' => 'GP\'s Telephone', 'la_name' => 'Local Authority Name', 'la_address' => 'Local Authority Address', 'la_telephone' => 'Local Authority Telephone');
    }