1
This commit is contained in:
parent
c806f0eb74
commit
8b48636ea6
@ -257,6 +257,4 @@ class IndexService extends BaseService
|
||||
return success($data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -981,6 +981,8 @@ class UserDoctorService extends BaseService
|
||||
$result['case'] = $order_inquiry_case;// 病例数据
|
||||
$result['prescription_icd'] = $order_prescription_icd ?? [];// 处方诊断疾病
|
||||
$result['prescription']['doctor_advice'] = $order_prescription['doctor_advice'] ?? "";// 医嘱
|
||||
$result['prescription']['prescription_status'] = $order_prescription['prescription_status'] ?? "";// 处方状态(1:待审核 2:待使用 3:已失效 4:已使用)
|
||||
$result['prescription']['pharmacist_audit_status'] = $order_prescription['prescription_status'] ?? "";// 药师审核状态(0:审核中 1:审核成功 2:审核驳回)
|
||||
|
||||
return success($result);
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 324 KiB |
Loading…
x
Reference in New Issue
Block a user