|
@@ -125,13 +125,15 @@ public class CommonFacade {
|
|
|
//诊断回填
|
|
|
CoreUtil.setPropertyList(diagLabel.getDiags(),map.get(StandConvertEnum.disease.getKey()));
|
|
|
//药品回填
|
|
|
- CoreUtil.setPropertyList(presentLabel.getClinicals(),map.get(StandConvertEnum.drug.getKey()));
|
|
|
+ CoreUtil.setPropertyList(presentLabel.getMedicines(),map.get(StandConvertEnum.drug.getKey()));
|
|
|
// TODO: 2020/8/5 化验回填
|
|
|
CoreUtil.setPropertyList(lis,"name","detailName","uniqueName",map.get(StandConvertEnum.lis.getKey()));
|
|
|
// TODO: 2020/8/5 辅助检查回填
|
|
|
CoreUtil.setPropertyList(pacs,"name","uniqueName",map.get(StandConvertEnum.pacs.getKey()));
|
|
|
//体征回填
|
|
|
CoreUtil.setPropertyList(vitalLabel.getVitals(),map.get(StandConvertEnum.vital.getKey()));
|
|
|
+ //手术回填
|
|
|
+ CoreUtil.setPropertyList(presentLabel.getOperations(),map.get(StandConvertEnum.operation.getKey()));
|
|
|
}
|
|
|
|
|
|
}
|