Commit 99461b169f85ada37c3551e9f8bd007be8defa1d
1 parent
fa69789bea
Exists in
master
and in
1 other branch
德州添加辅助检查结果
Showing 3 changed files with 565 additions and 59 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/AntenatalExaminationModel.java
View file @
99461b1
| ... | ... | @@ -214,6 +214,265 @@ |
| 214 | 214 | public String electr; |
| 215 | 215 | public List<String> mHighRiskReason; |
| 216 | 216 | |
| 217 | + | |
| 218 | + /**承德区域功能*****/ | |
| 219 | + | |
| 220 | + | |
| 221 | + //血红蛋白值 | |
| 222 | + //private String xhdb; | |
| 223 | + //白细胞计数值 | |
| 224 | + private String bxbjs; | |
| 225 | + // 血小板 | |
| 226 | + private String platelet; | |
| 227 | + //血常规其他 | |
| 228 | + private String chgOther; | |
| 229 | + //尿蛋白 | |
| 230 | + //private String ndb; | |
| 231 | + //尿糖 | |
| 232 | + private String nt; | |
| 233 | + //尿同体 | |
| 234 | + private String urineKetone; | |
| 235 | + //尿潜血 | |
| 236 | + private String bld; | |
| 237 | + //尿常规其他 | |
| 238 | + private String ncgOther; | |
| 239 | + //血型 | |
| 240 | + private String abo; | |
| 241 | + //RH血型 | |
| 242 | + private String rh; | |
| 243 | + | |
| 244 | + //血清谷丙转氨酶 | |
| 245 | + private String xqgbzam; | |
| 246 | + //血清谷草转氨酶 | |
| 247 | + private String xqgczam; | |
| 248 | + //白蛋白 | |
| 249 | + private String albumin; | |
| 250 | + //总胆红素 | |
| 251 | + private String totalBilirubin; | |
| 252 | + //结合胆红素 | |
| 253 | + private String jhBilirubin; | |
| 254 | + | |
| 255 | + //丙肝 | |
| 256 | + private String bg; | |
| 257 | + // 乙肝表面抗原 | |
| 258 | + private String ygbmky; | |
| 259 | + //乙肝表面抗体 | |
| 260 | + private String ygbmkt; | |
| 261 | + //乙肝e抗原 | |
| 262 | + private String ygeky; | |
| 263 | + // 乙肝e抗体 | |
| 264 | + private String ygekt; | |
| 265 | + // 乙肝核心抗体 | |
| 266 | + private String yghxkt; | |
| 267 | + | |
| 268 | + //血清肌 | |
| 269 | + private String xqjq; | |
| 270 | + //血尿素氮 | |
| 271 | + private String xnsd; | |
| 272 | + | |
| 273 | + //实验结果 | |
| 274 | + private String syjg; | |
| 275 | + | |
| 276 | + //hit抗体检测 | |
| 277 | + private String hivkt; | |
| 278 | + | |
| 279 | + public String getBxbjs() { | |
| 280 | + return bxbjs; | |
| 281 | + } | |
| 282 | + | |
| 283 | + public void setBxbjs(String bxbjs) { | |
| 284 | + this.bxbjs = bxbjs; | |
| 285 | + } | |
| 286 | + | |
| 287 | + public String getPlatelet() { | |
| 288 | + return platelet; | |
| 289 | + } | |
| 290 | + | |
| 291 | + public void setPlatelet(String platelet) { | |
| 292 | + this.platelet = platelet; | |
| 293 | + } | |
| 294 | + | |
| 295 | + public String getChgOther() { | |
| 296 | + return chgOther; | |
| 297 | + } | |
| 298 | + | |
| 299 | + public void setChgOther(String chgOther) { | |
| 300 | + this.chgOther = chgOther; | |
| 301 | + } | |
| 302 | + | |
| 303 | + public String getNt() { | |
| 304 | + return nt; | |
| 305 | + } | |
| 306 | + | |
| 307 | + public void setNt(String nt) { | |
| 308 | + this.nt = nt; | |
| 309 | + } | |
| 310 | + | |
| 311 | + public String getUrineKetone() { | |
| 312 | + return urineKetone; | |
| 313 | + } | |
| 314 | + | |
| 315 | + public void setUrineKetone(String urineKetone) { | |
| 316 | + this.urineKetone = urineKetone; | |
| 317 | + } | |
| 318 | + | |
| 319 | + public String getBld() { | |
| 320 | + return bld; | |
| 321 | + } | |
| 322 | + | |
| 323 | + public void setBld(String bld) { | |
| 324 | + this.bld = bld; | |
| 325 | + } | |
| 326 | + | |
| 327 | + public String getNcgOther() { | |
| 328 | + return ncgOther; | |
| 329 | + } | |
| 330 | + | |
| 331 | + public void setNcgOther(String ncgOther) { | |
| 332 | + this.ncgOther = ncgOther; | |
| 333 | + } | |
| 334 | + | |
| 335 | + public String getAbo() { | |
| 336 | + return abo; | |
| 337 | + } | |
| 338 | + | |
| 339 | + public void setAbo(String abo) { | |
| 340 | + this.abo = abo; | |
| 341 | + } | |
| 342 | + | |
| 343 | + public String getRh() { | |
| 344 | + return rh; | |
| 345 | + } | |
| 346 | + | |
| 347 | + public void setRh(String rh) { | |
| 348 | + this.rh = rh; | |
| 349 | + } | |
| 350 | + | |
| 351 | + public String getXqgbzam() { | |
| 352 | + return xqgbzam; | |
| 353 | + } | |
| 354 | + | |
| 355 | + public void setXqgbzam(String xqgbzam) { | |
| 356 | + this.xqgbzam = xqgbzam; | |
| 357 | + } | |
| 358 | + | |
| 359 | + public String getXqgczam() { | |
| 360 | + return xqgczam; | |
| 361 | + } | |
| 362 | + | |
| 363 | + public void setXqgczam(String xqgczam) { | |
| 364 | + this.xqgczam = xqgczam; | |
| 365 | + } | |
| 366 | + | |
| 367 | + public String getAlbumin() { | |
| 368 | + return albumin; | |
| 369 | + } | |
| 370 | + | |
| 371 | + public void setAlbumin(String albumin) { | |
| 372 | + this.albumin = albumin; | |
| 373 | + } | |
| 374 | + | |
| 375 | + public String getTotalBilirubin() { | |
| 376 | + return totalBilirubin; | |
| 377 | + } | |
| 378 | + | |
| 379 | + public void setTotalBilirubin(String totalBilirubin) { | |
| 380 | + this.totalBilirubin = totalBilirubin; | |
| 381 | + } | |
| 382 | + | |
| 383 | + public String getJhBilirubin() { | |
| 384 | + return jhBilirubin; | |
| 385 | + } | |
| 386 | + | |
| 387 | + public void setJhBilirubin(String jhBilirubin) { | |
| 388 | + this.jhBilirubin = jhBilirubin; | |
| 389 | + } | |
| 390 | + | |
| 391 | + public String getBg() { | |
| 392 | + return bg; | |
| 393 | + } | |
| 394 | + | |
| 395 | + public void setBg(String bg) { | |
| 396 | + this.bg = bg; | |
| 397 | + } | |
| 398 | + | |
| 399 | + public String getYgbmky() { | |
| 400 | + return ygbmky; | |
| 401 | + } | |
| 402 | + | |
| 403 | + public void setYgbmky(String ygbmky) { | |
| 404 | + this.ygbmky = ygbmky; | |
| 405 | + } | |
| 406 | + | |
| 407 | + public String getYgbmkt() { | |
| 408 | + return ygbmkt; | |
| 409 | + } | |
| 410 | + | |
| 411 | + public void setYgbmkt(String ygbmkt) { | |
| 412 | + this.ygbmkt = ygbmkt; | |
| 413 | + } | |
| 414 | + | |
| 415 | + public String getYgeky() { | |
| 416 | + return ygeky; | |
| 417 | + } | |
| 418 | + | |
| 419 | + public void setYgeky(String ygeky) { | |
| 420 | + this.ygeky = ygeky; | |
| 421 | + } | |
| 422 | + | |
| 423 | + public String getYgekt() { | |
| 424 | + return ygekt; | |
| 425 | + } | |
| 426 | + | |
| 427 | + public void setYgekt(String ygekt) { | |
| 428 | + this.ygekt = ygekt; | |
| 429 | + } | |
| 430 | + | |
| 431 | + public String getYghxkt() { | |
| 432 | + return yghxkt; | |
| 433 | + } | |
| 434 | + | |
| 435 | + public void setYghxkt(String yghxkt) { | |
| 436 | + this.yghxkt = yghxkt; | |
| 437 | + } | |
| 438 | + | |
| 439 | + public String getXqjq() { | |
| 440 | + return xqjq; | |
| 441 | + } | |
| 442 | + | |
| 443 | + public void setXqjq(String xqjq) { | |
| 444 | + this.xqjq = xqjq; | |
| 445 | + } | |
| 446 | + | |
| 447 | + public String getXnsd() { | |
| 448 | + return xnsd; | |
| 449 | + } | |
| 450 | + | |
| 451 | + public void setXnsd(String xnsd) { | |
| 452 | + this.xnsd = xnsd; | |
| 453 | + } | |
| 454 | + | |
| 455 | + public String getSyjg() { | |
| 456 | + return syjg; | |
| 457 | + } | |
| 458 | + | |
| 459 | + public void setSyjg(String syjg) { | |
| 460 | + this.syjg = syjg; | |
| 461 | + } | |
| 462 | + | |
| 463 | + public String getHivkt() { | |
| 464 | + return hivkt; | |
| 465 | + } | |
| 466 | + | |
| 467 | + public void setHivkt(String hivkt) { | |
| 468 | + this.hivkt = hivkt; | |
| 469 | + } | |
| 470 | + | |
| 471 | + /**承德区域功能*****/ | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 217 | 476 | public Boolean getSendMsg() { |
| 218 | 477 | return isSendMsg; |
| 219 | 478 | } |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
99461b1
| ... | ... | @@ -2181,6 +2181,36 @@ |
| 2181 | 2181 | //产筛状态 |
| 2182 | 2182 | map.put("sieveStatus", sieveFacade.getSieveStatus(patients.getId(), patients.getHospitalId())); |
| 2183 | 2183 | |
| 2184 | + | |
| 2185 | + map.put("bxbjs", UnitUtils.unitSplice(data.getBxbjs(), UnitConstants.TEN_LKG)); | |
| 2186 | + map.put("platelet", UnitUtils.unitSplice(data.getPlatelet(), UnitConstants.TEN_LKG)); | |
| 2187 | + map.put("chgOther", data.getChgOther()); | |
| 2188 | + | |
| 2189 | + map.put("nt", data.getNt()); | |
| 2190 | + map.put("urineKetone", data.getUrineKetone()); | |
| 2191 | + map.put("bld", data.getBld()); | |
| 2192 | + map.put("ncgOther", data.getNcgOther()); | |
| 2193 | + | |
| 2194 | + map.put("abo", FunvCommonUtil.getBaseicConfigByid(data.getAbo(), basicConfigService)); | |
| 2195 | + map.put("rh", FunvCommonUtil.checkYiGan(data.getRh())); | |
| 2196 | + map.put("bloodSugar", UnitUtils.unitSplice(data.getBloodSugar(), UnitConstants.MMOLL)); | |
| 2197 | + map.put("xqgbzam", UnitUtils.unitSplice(data.getXqgbzam(), UnitConstants.UL)); | |
| 2198 | + map.put("xqgczam", UnitUtils.unitSplice(data.getXqgczam(), UnitConstants.UL)); | |
| 2199 | + map.put("albumin", UnitUtils.unitSplice(data.getAlbumin(), UnitConstants.GL)); | |
| 2200 | + map.put("totalBilirubin", UnitUtils.unitSplice(data.getTotalBilirubin(), UnitConstants.UMOLL)); | |
| 2201 | + map.put("jhBilirubin", UnitUtils.unitSplice(data.getJhBilirubin(), UnitConstants.UMOLL)); | |
| 2202 | + map.put("bg", FunvCommonUtil.checkYiGan(data.getBg())); | |
| 2203 | + | |
| 2204 | + map.put("ygbmky", FunvCommonUtil.checkYiGan(data.getYgbmky())); | |
| 2205 | + map.put("ygbmkt", FunvCommonUtil.checkYiGan(data.getYgbmkt())); | |
| 2206 | + map.put("ygeky", FunvCommonUtil.checkYiGan(data.getYgeky())); | |
| 2207 | + map.put("ygekt", FunvCommonUtil.checkYiGan(data.getYgekt())); | |
| 2208 | + map.put("yghxkt", FunvCommonUtil.checkYiGan(data.getYghxkt())); | |
| 2209 | + map.put("xqjq", UnitUtils.unitSplice(data.getXqjq(), UnitConstants.UMOLL)); | |
| 2210 | + map.put("xnsd", UnitUtils.unitSplice(data.getXnsd(), UnitConstants.MMOLL)); | |
| 2211 | + map.put("syjg", FunvCommonUtil.checkYiGan(data.getSyjg())); | |
| 2212 | + map.put("hivkt", FunvCommonUtil.checkYiGan(data.getHivkt())); | |
| 2213 | + | |
| 2184 | 2214 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
| 2185 | 2215 | br.setErrormsg("成功"); |
| 2186 | 2216 | br.setData(map); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExAddRequest.java
View file @
99461b1
| ... | ... | @@ -194,68 +194,259 @@ |
| 194 | 194 | /**承德区域功能*****/ |
| 195 | 195 | |
| 196 | 196 | |
| 197 | -// //血红蛋白值 | |
| 198 | -// private String xhdb; | |
| 199 | -// //白细胞计数值 | |
| 200 | -// private String bxbjs; | |
| 201 | -// // 血小板 | |
| 202 | -// private String platelet; | |
| 203 | -// //血常规其他 | |
| 204 | -// private String chgOther; | |
| 205 | -// //尿蛋白 | |
| 206 | -// private String ndb; | |
| 207 | -// //尿糖 | |
| 208 | -// private String nt; | |
| 209 | -// //尿同体 | |
| 210 | -// private String urineKetone; | |
| 211 | -// //尿潜血 | |
| 212 | -// private String bld; | |
| 213 | -// //尿常规其他 | |
| 214 | -// private String ncgOther; | |
| 215 | -// //血型 | |
| 216 | -// private String abo; | |
| 217 | -// //RH血型 | |
| 218 | -// private String rh; | |
| 219 | -// // 血糖1 | |
| 220 | -// private String bloodSugar; | |
| 221 | -// | |
| 222 | -// //血清谷丙转氨酶 | |
| 223 | -// private String xqgbzam; | |
| 224 | -// //血清谷草转氨酶 | |
| 225 | -// private String xqgczam; | |
| 226 | -// //白蛋白 | |
| 227 | -// private String albumin; | |
| 228 | -// //总胆红素 | |
| 229 | -// private String totalBilirubin; | |
| 230 | -// //结合胆红素 | |
| 231 | -// private String jhBilirubin; | |
| 232 | -// | |
| 233 | -// //丙肝 | |
| 234 | -// private String bg; | |
| 235 | -// // 乙肝表面抗原 | |
| 236 | -// private String ygbmky; | |
| 237 | -// //乙肝表面抗体 | |
| 238 | -// private String ygbmkt; | |
| 239 | -// //乙肝e抗原 | |
| 240 | -// private String ygeky; | |
| 241 | -// // 乙肝e抗体 | |
| 242 | -// private String ygekt; | |
| 243 | -// // 乙肝核心抗体 | |
| 244 | -// private String yghxkt; | |
| 245 | -// | |
| 246 | -// //血清肌 | |
| 247 | -// private String xqjq; | |
| 248 | -// //血尿素氮 | |
| 249 | -// private String xnsd; | |
| 250 | -// | |
| 251 | -// //实验结果 | |
| 252 | -// private String syjg; | |
| 253 | -// | |
| 254 | -// //hit抗体检测 | |
| 255 | -// private String hivkt; | |
| 197 | + //血红蛋白值 | |
| 198 | + //private String xhdb; | |
| 199 | + //白细胞计数值 | |
| 200 | + private String bxbjs; | |
| 201 | + // 血小板 | |
| 202 | + private String platelet; | |
| 203 | + //血常规其他 | |
| 204 | + private String chgOther; | |
| 205 | + //尿蛋白 | |
| 206 | + //private String ndb; | |
| 207 | + //尿糖 | |
| 208 | + private String nt; | |
| 209 | + //尿同体 | |
| 210 | + private String urineKetone; | |
| 211 | + //尿潜血 | |
| 212 | + private String bld; | |
| 213 | + //尿常规其他 | |
| 214 | + private String ncgOther; | |
| 215 | + //血型 | |
| 216 | + private String abo; | |
| 217 | + //RH血型 | |
| 218 | + private String rh; | |
| 256 | 219 | |
| 220 | + //血清谷丙转氨酶 | |
| 221 | + private String xqgbzam; | |
| 222 | + //血清谷草转氨酶 | |
| 223 | + private String xqgczam; | |
| 224 | + //白蛋白 | |
| 225 | + private String albumin; | |
| 226 | + //总胆红素 | |
| 227 | + private String totalBilirubin; | |
| 228 | + //结合胆红素 | |
| 229 | + private String jhBilirubin; | |
| 230 | + | |
| 231 | + //丙肝 | |
| 232 | + private String bg; | |
| 233 | + // 乙肝表面抗原 | |
| 234 | + private String ygbmky; | |
| 235 | + //乙肝表面抗体 | |
| 236 | + private String ygbmkt; | |
| 237 | + //乙肝e抗原 | |
| 238 | + private String ygeky; | |
| 239 | + // 乙肝e抗体 | |
| 240 | + private String ygekt; | |
| 241 | + // 乙肝核心抗体 | |
| 242 | + private String yghxkt; | |
| 243 | + | |
| 244 | + //血清肌 | |
| 245 | + private String xqjq; | |
| 246 | + //血尿素氮 | |
| 247 | + private String xnsd; | |
| 248 | + | |
| 249 | + //实验结果 | |
| 250 | + private String syjg; | |
| 251 | + | |
| 252 | + //hit抗体检测 | |
| 253 | + private String hivkt; | |
| 254 | + | |
| 257 | 255 | /**承德区域功能*****/ |
| 258 | 256 | |
| 257 | + public String getBxbjs() { | |
| 258 | + return bxbjs; | |
| 259 | + } | |
| 260 | + | |
| 261 | + public void setBxbjs(String bxbjs) { | |
| 262 | + this.bxbjs = bxbjs; | |
| 263 | + } | |
| 264 | + | |
| 265 | + public String getPlatelet() { | |
| 266 | + return platelet; | |
| 267 | + } | |
| 268 | + | |
| 269 | + public void setPlatelet(String platelet) { | |
| 270 | + this.platelet = platelet; | |
| 271 | + } | |
| 272 | + | |
| 273 | + public String getChgOther() { | |
| 274 | + return chgOther; | |
| 275 | + } | |
| 276 | + | |
| 277 | + public void setChgOther(String chgOther) { | |
| 278 | + this.chgOther = chgOther; | |
| 279 | + } | |
| 280 | + | |
| 281 | + public String getNt() { | |
| 282 | + return nt; | |
| 283 | + } | |
| 284 | + | |
| 285 | + public void setNt(String nt) { | |
| 286 | + this.nt = nt; | |
| 287 | + } | |
| 288 | + | |
| 289 | + public String getUrineKetone() { | |
| 290 | + return urineKetone; | |
| 291 | + } | |
| 292 | + | |
| 293 | + public void setUrineKetone(String urineKetone) { | |
| 294 | + this.urineKetone = urineKetone; | |
| 295 | + } | |
| 296 | + | |
| 297 | + public String getBld() { | |
| 298 | + return bld; | |
| 299 | + } | |
| 300 | + | |
| 301 | + public void setBld(String bld) { | |
| 302 | + this.bld = bld; | |
| 303 | + } | |
| 304 | + | |
| 305 | + public String getNcgOther() { | |
| 306 | + return ncgOther; | |
| 307 | + } | |
| 308 | + | |
| 309 | + public void setNcgOther(String ncgOther) { | |
| 310 | + this.ncgOther = ncgOther; | |
| 311 | + } | |
| 312 | + | |
| 313 | + public String getAbo() { | |
| 314 | + return abo; | |
| 315 | + } | |
| 316 | + | |
| 317 | + public void setAbo(String abo) { | |
| 318 | + this.abo = abo; | |
| 319 | + } | |
| 320 | + | |
| 321 | + public String getRh() { | |
| 322 | + return rh; | |
| 323 | + } | |
| 324 | + | |
| 325 | + public void setRh(String rh) { | |
| 326 | + this.rh = rh; | |
| 327 | + } | |
| 328 | + | |
| 329 | + public String getXqgbzam() { | |
| 330 | + return xqgbzam; | |
| 331 | + } | |
| 332 | + | |
| 333 | + public void setXqgbzam(String xqgbzam) { | |
| 334 | + this.xqgbzam = xqgbzam; | |
| 335 | + } | |
| 336 | + | |
| 337 | + public String getXqgczam() { | |
| 338 | + return xqgczam; | |
| 339 | + } | |
| 340 | + | |
| 341 | + public void setXqgczam(String xqgczam) { | |
| 342 | + this.xqgczam = xqgczam; | |
| 343 | + } | |
| 344 | + | |
| 345 | + public String getAlbumin() { | |
| 346 | + return albumin; | |
| 347 | + } | |
| 348 | + | |
| 349 | + public void setAlbumin(String albumin) { | |
| 350 | + this.albumin = albumin; | |
| 351 | + } | |
| 352 | + | |
| 353 | + public String getTotalBilirubin() { | |
| 354 | + return totalBilirubin; | |
| 355 | + } | |
| 356 | + | |
| 357 | + public void setTotalBilirubin(String totalBilirubin) { | |
| 358 | + this.totalBilirubin = totalBilirubin; | |
| 359 | + } | |
| 360 | + | |
| 361 | + public String getJhBilirubin() { | |
| 362 | + return jhBilirubin; | |
| 363 | + } | |
| 364 | + | |
| 365 | + public void setJhBilirubin(String jhBilirubin) { | |
| 366 | + this.jhBilirubin = jhBilirubin; | |
| 367 | + } | |
| 368 | + | |
| 369 | + public String getBg() { | |
| 370 | + return bg; | |
| 371 | + } | |
| 372 | + | |
| 373 | + public void setBg(String bg) { | |
| 374 | + this.bg = bg; | |
| 375 | + } | |
| 376 | + | |
| 377 | + public String getYgbmky() { | |
| 378 | + return ygbmky; | |
| 379 | + } | |
| 380 | + | |
| 381 | + public void setYgbmky(String ygbmky) { | |
| 382 | + this.ygbmky = ygbmky; | |
| 383 | + } | |
| 384 | + | |
| 385 | + public String getYgbmkt() { | |
| 386 | + return ygbmkt; | |
| 387 | + } | |
| 388 | + | |
| 389 | + public void setYgbmkt(String ygbmkt) { | |
| 390 | + this.ygbmkt = ygbmkt; | |
| 391 | + } | |
| 392 | + | |
| 393 | + public String getYgeky() { | |
| 394 | + return ygeky; | |
| 395 | + } | |
| 396 | + | |
| 397 | + public void setYgeky(String ygeky) { | |
| 398 | + this.ygeky = ygeky; | |
| 399 | + } | |
| 400 | + | |
| 401 | + public String getYgekt() { | |
| 402 | + return ygekt; | |
| 403 | + } | |
| 404 | + | |
| 405 | + public void setYgekt(String ygekt) { | |
| 406 | + this.ygekt = ygekt; | |
| 407 | + } | |
| 408 | + | |
| 409 | + public String getYghxkt() { | |
| 410 | + return yghxkt; | |
| 411 | + } | |
| 412 | + | |
| 413 | + public void setYghxkt(String yghxkt) { | |
| 414 | + this.yghxkt = yghxkt; | |
| 415 | + } | |
| 416 | + | |
| 417 | + public String getXqjq() { | |
| 418 | + return xqjq; | |
| 419 | + } | |
| 420 | + | |
| 421 | + public void setXqjq(String xqjq) { | |
| 422 | + this.xqjq = xqjq; | |
| 423 | + } | |
| 424 | + | |
| 425 | + public String getXnsd() { | |
| 426 | + return xnsd; | |
| 427 | + } | |
| 428 | + | |
| 429 | + public void setXnsd(String xnsd) { | |
| 430 | + this.xnsd = xnsd; | |
| 431 | + } | |
| 432 | + | |
| 433 | + public String getSyjg() { | |
| 434 | + return syjg; | |
| 435 | + } | |
| 436 | + | |
| 437 | + public void setSyjg(String syjg) { | |
| 438 | + this.syjg = syjg; | |
| 439 | + } | |
| 440 | + | |
| 441 | + public String getHivkt() { | |
| 442 | + return hivkt; | |
| 443 | + } | |
| 444 | + | |
| 445 | + public void setHivkt(String hivkt) { | |
| 446 | + this.hivkt = hivkt; | |
| 447 | + } | |
| 448 | + | |
| 449 | + | |
| 259 | 450 | public List<String> mHighRiskReason; |
| 260 | 451 | |
| 261 | 452 | public String getLisCheckItems() { |
| ... | ... | @@ -773,6 +964,32 @@ |
| 773 | 964 | } |
| 774 | 965 | examinationModel.setcDueWeek(cDueWeek); |
| 775 | 966 | examinationModel.setRandomBloodSugar(randomBloodSugar); |
| 967 | + | |
| 968 | + examinationModel.setBxbjs(bxbjs); | |
| 969 | + examinationModel.setPlatelet(platelet); | |
| 970 | + examinationModel.setChgOther(chgOther); | |
| 971 | + examinationModel.setNt(nt); | |
| 972 | + examinationModel.setUrineKetone(urineKetone); | |
| 973 | + examinationModel.setBld(bld); | |
| 974 | + examinationModel.setNcgOther(ncgOther); | |
| 975 | + examinationModel.setAbo(abo); | |
| 976 | + examinationModel.setRh(rh); | |
| 977 | + examinationModel.setXqgbzam(xqgbzam); | |
| 978 | + examinationModel.setXqgczam(xqgczam); | |
| 979 | + examinationModel.setAlbumin(albumin); | |
| 980 | + examinationModel.setTotalBilirubin(totalBilirubin); | |
| 981 | + examinationModel.setJhBilirubin(jhBilirubin); | |
| 982 | + examinationModel.setBg(bg); | |
| 983 | + examinationModel.setYgbmky(ygbmky); | |
| 984 | + examinationModel.setYgbmkt(ygbmkt); | |
| 985 | + examinationModel.setYgeky(ygeky); | |
| 986 | + examinationModel.setYgekt(ygekt); | |
| 987 | + examinationModel.setYghxkt(yghxkt); | |
| 988 | + examinationModel.setXqjq(xqjq); | |
| 989 | + examinationModel.setXnsd(xnsd); | |
| 990 | + examinationModel.setSyjg(syjg); | |
| 991 | + examinationModel.setHivkt(hivkt); | |
| 992 | + | |
| 776 | 993 | return examinationModel; |
| 777 | 994 | } |
| 778 | 995 |