@@ -691,6 +691,7 @@ public class MedicalViewApiController {
continue;
}
Map<String, Object> map = new HashMap<>();
+ map.put("itemCode", mz.getChargeItemCode());
map.put("itemName", mz.getTcName());
map.put("itemType", "");
map.put("itemUnit", "");