|
|
|
|
392
|
feedetailInfo["acord_dept_name"] = "" // 受单科室名称
|
392
|
feedetailInfo["acord_dept_name"] = "" // 受单科室名称
|
393
|
feedetailInfo["orders_dr_code"] = "" // 受单医生编码
|
393
|
feedetailInfo["orders_dr_code"] = "" // 受单医生编码
|
394
|
feedetailInfo["orders_dr_name"] = "" // 受单医生姓名
|
394
|
feedetailInfo["orders_dr_name"] = "" // 受单医生姓名
|
395
|
- feedetailInfo["exp_content"] = item.Unit // 中药使用方式
|
|
|
|
|
395
|
+ subfeedetail := make([]map[string]interface{}, 0)
|
|
|
396
|
+ subfeedetail["prcunt"] = item.Unit
|
|
|
397
|
+ feedetailInfo["exp_content"] = subfeedetail // 中药使用方式
|
396
|
|
398
|
|
397
|
if balance_accounts_type == "8" {
|
399
|
if balance_accounts_type == "8" {
|
398
|
feedetailInfo["hosp_appr_flag"] = "2" // 医院审批标志
|
400
|
feedetailInfo["hosp_appr_flag"] = "2" // 医院审批标志
|