null], [['lab_no', 'test_code', 'test_name', 'hn'], 'required'], [['riah_doc_date'], 'safe'], [['status', 'seq'], 'integer'], [['lab_no', 'test_code', 'hn', 'result_unit'], 'string', 'max' => 20], [['riah_doc_id'], 'string', 'max' => 50], [['test_name'], 'string', 'max' => 120], [['cust_id'], 'string', 'max' => 10], [['result_value'], 'string', 'max' => 200], [['reference_range'], 'string', 'max' => 250], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'lab_no' => 'Lab No', 'riah_doc_id' => 'Riah Doc ID', 'riah_doc_date' => 'Riah Doc Date', 'test_code' => 'Test Code', 'test_name' => 'Test Name', 'cust_id' => 'Cust ID', 'hn' => 'Hn', 'result_value' => 'Result Value', 'result_unit' => 'Result Unit', 'reference_range' => 'Reference Range', 'status' => 'Status', 'seq' => 'Seq', ]; } }