Commit 314ff3b3a4d0964e9c694c1eddad5b1e85e6489b
1 parent
f6bbc57839
Exists in
master
and in
1 other branch
初诊、复诊增加辅助检查项
Showing 1 changed file with 49 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
314ff3b
| ... | ... | @@ -1164,8 +1164,31 @@ |
| 1164 | 1164 | } |
| 1165 | 1165 | |
| 1166 | 1166 | Map<String, Object> map = new HashMap<>(); |
| 1167 | + /***新增字段***/ | |
| 1168 | + map.put("ttita", data.getTtita()); | |
| 1169 | + map.put("totalThy", data.getTotalThy()); | |
| 1170 | + map.put("ftita", data.getFtita()); | |
| 1171 | + map.put("freeThy", data.getFreeThy()); | |
| 1172 | + map.put("thyStim", data.getThyStim()); | |
| 1173 | + map.put("antGlan", data.getAntGlan()); | |
| 1174 | + map.put("tmab", data.getTmab()); | |
| 1175 | + map.put("thyPerAnt", data.getThyPerAnt()); | |
| 1176 | + map.put("prothTime", data.getProthTime()); | |
| 1177 | + map.put("interStan", data.getInterStan()); | |
| 1178 | + map.put("pta", data.getPta()); | |
| 1179 | + map.put("actPar", data.getActPar()); | |
| 1180 | + map.put("thrTime", data.getThrTime()); | |
| 1181 | + map.put("fibrin", data.getFibrin()); | |
| 1182 | + map.put("antil", data.getAntil()); | |
| 1183 | + map.put("dimer", data.getDimer()); | |
| 1184 | + map.put("totalChol", data.getTotalChol()); | |
| 1185 | + map.put("tricer", data.getTricer()); | |
| 1186 | + map.put("highDens", data.getHighDens()); | |
| 1187 | + map.put("lowDens", data.getLowDens()); | |
| 1188 | + map.put("apolipa", data.getApolipa()); | |
| 1189 | + map.put("apolipb", data.getApolipb()); | |
| 1190 | + map.put("electr", data.getElectr()); | |
| 1167 | 1191 | |
| 1168 | - | |
| 1169 | 1192 | map.put("genRemark", data.getGenRemark()); |
| 1170 | 1193 | map.put("gynRemark", data.getGynRemark()); |
| 1171 | 1194 | map.put("lastMenses", DateUtil.getyyyy_MM_dd(data.getLastMenses())); |
| ... | ... | @@ -1852,6 +1875,31 @@ |
| 1852 | 1875 | } |
| 1853 | 1876 | |
| 1854 | 1877 | Map<String, Object> map = new HashMap<>(); |
| 1878 | + | |
| 1879 | + /***新增字段***/ | |
| 1880 | + map.put("ttita", data.getTtita()); | |
| 1881 | + map.put("totalThy", data.getTotalThy()); | |
| 1882 | + map.put("ftita", data.getFtita()); | |
| 1883 | + map.put("freeThy", data.getFreeThy()); | |
| 1884 | + map.put("thyStim", data.getThyStim()); | |
| 1885 | + map.put("antGlan", data.getAntGlan()); | |
| 1886 | + map.put("tmab", data.getTmab()); | |
| 1887 | + map.put("thyPerAnt", data.getThyPerAnt()); | |
| 1888 | + map.put("prothTime", data.getProthTime()); | |
| 1889 | + map.put("interStan", data.getInterStan()); | |
| 1890 | + map.put("pta", data.getPta()); | |
| 1891 | + map.put("actPar", data.getActPar()); | |
| 1892 | + map.put("thrTime", data.getThrTime()); | |
| 1893 | + map.put("fibrin", data.getFibrin()); | |
| 1894 | + map.put("antil", data.getAntil()); | |
| 1895 | + map.put("dimer", data.getDimer()); | |
| 1896 | + map.put("totalChol", data.getTotalChol()); | |
| 1897 | + map.put("tricer", data.getTricer()); | |
| 1898 | + map.put("highDens", data.getHighDens()); | |
| 1899 | + map.put("lowDens", data.getLowDens()); | |
| 1900 | + map.put("apolipa", data.getApolipa()); | |
| 1901 | + map.put("apolipb", data.getApolipb()); | |
| 1902 | + map.put("electr", data.getElectr()); | |
| 1855 | 1903 | |
| 1856 | 1904 | map.put("genRemark", data.getGenRemark()); |
| 1857 | 1905 | map.put("lastMenses", DateUtil.getyyyy_MM_dd(patients.getLastMenses())); |