|
@@ -53,9 +53,10 @@ public class DataUtils {
|
|
|
String dataNum = getContent(content,0,4);
|
|
String dataNum = getContent(content,0,4);
|
|
|
propertiesMap.put("dataNum",dataNum);
|
|
propertiesMap.put("dataNum",dataNum);
|
|
|
|
|
|
|
|
- String pumpCode = getContent(content,4,20);
|
|
|
|
|
-// propertiesMap.put("pumpCode",pumpCode);
|
|
|
|
|
- propertiesMap.put("deviceId",deviceId);
|
|
|
|
|
|
|
+// String pumpCode = getContent(content,4,20);
|
|
|
|
|
+ String pumpCode=deviceId;
|
|
|
|
|
+ propertiesMap.put("pumpCode",pumpCode);
|
|
|
|
|
+// propertiesMap.put("pumpCode",deviceId);
|
|
|
// 住院号
|
|
// 住院号
|
|
|
String patientCode = resultValue(getContent(content,20,28)).toString();
|
|
String patientCode = resultValue(getContent(content,20,28)).toString();
|
|
|
propertiesMap.put("patientCode",patientCode);
|
|
propertiesMap.put("patientCode",patientCode);
|