50], [['doctor_order'], 'string', 'max' => 200], [['clinical_diagnose'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'store_id' => 'Store ID', 'su_id' => 'Su ID', 'user_id' => 'User ID', 'up_id' => 'Up ID', 'doctor_order' => 'Doctor Order', 'prescription_no' => 'Prescription No', 'content' => 'Content', 'clinical_diagnose' => 'Clinical Diagnose', 'status' => 'Status', 'category' => 'Category', 'doctor_sign' => 'Doctor Sign', 'pharmacist_sign' => 'Pharmacist Sign', 'pharmacist_id' => 'Pharmacist ID', 'pharmacist_view_time' => 'Pharmacist View Time', 'first_view' => 'First View', 'first_time' => 'First Time', 'again_view' => 'Again View', 'again_time' => 'Again Time', 'wr_ids' => 'Wr Ids', 'type' => 'Type', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }