|
@@ -645,7 +645,7 @@ function getEMRParams(){
|
|
const state = store.getState();
|
|
const state = store.getState();
|
|
const {message} = state.patInfo;
|
|
const {message} = state.patInfo;
|
|
const {mainSuit,currentIll,otherHistory,checkBody,inspect,assistCheck,diagnosticList} = state;
|
|
const {mainSuit,currentIll,otherHistory,checkBody,inspect,assistCheck,diagnosticList} = state;
|
|
- console.log('message', message)
|
|
|
|
|
|
+ //console.log('message', message)
|
|
const main = filterDataArr(mainSuit.saveText)||'',
|
|
const main = filterDataArr(mainSuit.saveText)||'',
|
|
current=filterDataArr(currentIll.saveText)||'',
|
|
current=filterDataArr(currentIll.saveText)||'',
|
|
other = filterDataArr(otherHistory.saveText)||'',
|
|
other = filterDataArr(otherHistory.saveText)||'',
|