|
@@ -676,7 +676,7 @@ function handleEnter(event){
|
|
|
// return {main,current,other,vital,lis,pacs,dis,advice,diseaeId,sex,age, patientId, hosCode};
|
|
|
// };
|
|
|
function getEMRParams(){
|
|
|
- getMRInfo()
|
|
|
+ // getMRInfo()
|
|
|
const state = store.getState();
|
|
|
const {message} = state.patInfo;
|
|
|
const {mainSuit,currentIll,otherHistory,checkBody,inspect,assistCheck,diagnosticList} = state;
|
|
@@ -724,12 +724,10 @@ function getMRInfo() {
|
|
|
const state = store.getState();
|
|
|
const {message} = state.patInfo;
|
|
|
const {mainSuit,currentIll,otherHistory,checkBody,inspect,assistCheck,diagnosticList} = state;
|
|
|
- console.log('state', state)
|
|
|
let str = ""
|
|
|
str += `姓名: ${message.patientName}性别:${message.patientSex}年龄:${message.patientAge}主诉:${filterDataArr(mainSuit.saveText)}
|
|
|
现病史:${filterDataArr(currentIll.saveText)}其他史:${filterDataArr(otherHistory.saveText)}查体:${filterDataArr(checkBody.saveText)}
|
|
|
化验:${inspect.inspectStrPlus}辅检:${assistCheck.dataString}诊断:${diagnosticList.diagnosticStr}医师签名:${message.doctorName}`
|
|
|
- console.log('strrr', str)
|
|
|
}
|
|
|
|
|
|
function didPushParamChange(){
|