500], [['visit_desc'], 'string', 'max' => 255], [['person_history', 'allergic_history', 'family_history'], 'string', 'max' => 1000], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'su_id' => 'Su ID', 'up_id' => 'Up ID', 'desc' => 'Desc', 'images' => 'Images', 'is_visit' => 'Is Visit', 'visit_desc' => 'Visit Desc', 'patient_data' => 'Patient Data', 'liver_function' => 'Liver Function', 'renal_function' => 'Renal Function', 'person_status' => 'Person Status', 'person_history' => 'Person History', 'allergic_status' => 'Allergic Status', 'allergic_history' => 'Allergic History', 'family_status' => 'Family Status', 'family_history' => 'Family History', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }