| | |
| | | hemoCode:resultInfo.hemoCode===null?"":resultInfo.hemoCode, |
| | | pureWeight:resultInfo.pureWeight===null?"":resultInfo.pureWeight, |
| | | datetime:da, |
| | | isScheduled:resultInfo.isScheduled |
| | | clothesWeight:resultInfo.clothesWeight===null?0:resultInfo.clothesWeight, |
| | | isScheduled:resultInfo.isScheduled, |
| | | isAfterMed:resultInfo.isAfterMed, |
| | | deviceNo:resultInfo.deviceNo, |
| | | preWeight:resultInfo.preWeight |
| | | } |
| | | // 写入vuex里 |
| | | patientInfoStore().setpatientInfo(info) |
| | |
| | | stompClient.send(`/app/patient/info/set`,{},JSON.stringify(mode)) |
| | | } |
| | | } |
| | | export {creatorClient,sendPationCode,sendPationSet,writeResult} |
| | | export {creatorClient,sendPationCode,sendPationSet,writeResult,writePatient} |