|
@ -533,9 +533,9 @@
|
|
dischargeDiagnosisName: comProfile.data['出院诊断']||"", // 出院诊断名称,多个用逗号
|
|
dischargeDiagnosisName: comProfile.data['出院诊断']||"", // 出院诊断名称,多个用逗号
|
|
advice: comProfile.data['出院医嘱']||"出院继续观察",
|
|
advice: comProfile.data['出院医嘱']||"出院继续观察",
|
|
images: "",
|
|
images: "",
|
|
"event": comProfile.event,
|
|
|
|
"dataFrom":comProfile.dataFrom,
|
|
|
|
"hospital":docInfo.hospital,
|
|
|
|
|
|
"event": comProfile.event.id,
|
|
|
|
"dataFrom":comProfile.event.dataFrom,
|
|
|
|
"hospital":comProfile.event.orgCode,
|
|
}
|
|
}
|
|
var params = {
|
|
var params = {
|
|
doctorCode: docInfo.uid,
|
|
doctorCode: docInfo.uid,
|