1000], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_patient_id' => '关联就诊人', 'liver_function' => '肝功能0正常1异常', 'liver_index' => '肝功能指标', 'renal_function' => '肾功能0正常1异常', 'renal_index' => '肾功能指标', 'person_status' => '既往史0无1有', 'person_history' => '既往史', 'allergic_status' => '过敏史0无1有', 'allergic_history' => '过敏史', 'family_status' => '家庭遗传史0无1有', 'family_history' => '家庭遗传史', 'is_delete' => 'Is Delete', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }