Commit 2edf830e by lujunyi

问诊人年龄

parent fe98d315
......@@ -141,7 +141,7 @@ public function create(Request $request)
}
$prescription->patient_id = $patient_id; // 问诊人编号
$prescription->patient_name = $patient->name; // 问诊人姓名
$prescription->patient_age = getAgeByIdCard($patient->id_card); // 问诊人年龄
$prescription->patient_age = $patient->age; // 问诊人年龄
$prescription->patient_gender = $patient->gender; // 问诊人性别
// 诊断信息
$prescription->diagnosis_id = $diagnosis_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment