1
This commit is contained in:
@@ -60,13 +60,13 @@ class UserDoctorRequest extends FormRequest
|
||||
'putPrescription' => [ // 修改处方
|
||||
'order_prescription_id',
|
||||
'prescription_icd',// 诊断疾病
|
||||
'doctor_advice', // 医嘱
|
||||
// 'doctor_advice', // 医嘱
|
||||
'prescription_product',// 处方药品
|
||||
],
|
||||
'addPrescription' => [ // 新增处方
|
||||
'order_inquiry_id',// 订单-问诊id
|
||||
'prescription_icd',// 诊断疾病[]
|
||||
'doctor_advice', // 医嘱
|
||||
// 'doctor_advice', // 医嘱
|
||||
'prescription_product',// 处方药品[]
|
||||
],
|
||||
'getDoctorMessageList' => [ // 获取医生问诊消息列表
|
||||
|
||||
Reference in New Issue
Block a user