|
@@ -771,13 +771,10 @@ public class TestFacade {
|
|
lisBean.setDetailName(strArray[0]);
|
|
lisBean.setDetailName(strArray[0]);
|
|
lisBean.setValue(getValue(strArray));
|
|
lisBean.setValue(getValue(strArray));
|
|
lisList.add(lisBean);
|
|
lisList.add(lisBean);
|
|
- indicationPushVO.setLis(lisList);
|
|
|
|
- break;
|
|
|
|
- } else {
|
|
|
|
- indicationPushVO.setVital(str);
|
|
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ indicationPushVO.setLis(lisList);
|
|
//辅检
|
|
//辅检
|
|
String pacsAll = bean.getPacsAll();
|
|
String pacsAll = bean.getPacsAll();
|
|
String[] physiquepacsAll = pacsAll.split(",");
|
|
String[] physiquepacsAll = pacsAll.split(",");
|