瀏覽代碼

病历质控(未完成)

zhangxc 5 年之前
父節點
當前提交
3a49016cf4
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/utils/tools.js

+ 1 - 3
src/utils/tools.js

@@ -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(){