Commit 0b36f991b3cafcc43b828bcaa3db1144376b89e3
1 parent
bf56f56c0e
Exists in
master
and in
6 other branches
承德县医院体成分分析
Showing 3 changed files with 40 additions and 864 deletions
- platform-dal/src/main/java/com/lyms/platform/pojo/VolumeComponentAnalysisModel.java
- platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/VolumeComponentAnalysisController.java
- platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VolumeComponentAnalysisFacade.java
platform-dal/src/main/java/com/lyms/platform/pojo/VolumeComponentAnalysisModel.java
View file @
0b36f99
... | ... | @@ -81,13 +81,6 @@ |
81 | 81 | private String whr;// 0.89;, //腰臀比(2位小数) |
82 | 82 | @JsonProperty("Edema") |
83 | 83 | private String edema;// 0.33;, //水肿系数(2位小数) |
84 | - | |
85 | - @JsonProperty("LA_edema") | |
86 | - private String LA_edema; | |
87 | - | |
88 | - @JsonProperty("LL_edema") | |
89 | - private String LL_edema; | |
90 | - | |
91 | 84 | @JsonProperty("VFI") |
92 | 85 | private String vfi;// 12.0;, //内脏脂肪指数 |
93 | 86 | @JsonProperty("BodyAge") |
94 | 87 | |
95 | 88 | |
96 | 89 | |
97 | 90 | |
98 | 91 | |
99 | 92 | |
... | ... | @@ -98,102 +91,22 @@ |
98 | 91 | private String bodyType;// 4;, //体型判定 |
99 | 92 | @JsonProperty("LBM") |
100 | 93 | private String lbm;// 50.1;, //瘦体重(去脂体重) |
101 | - | |
102 | - @JsonProperty("LA_LBM") | |
103 | - private String LA_LBM;// | |
104 | - @JsonProperty("OH") | |
105 | - private String OH;// | |
106 | - | |
107 | - @JsonProperty("RA100") | |
108 | - private String RA100; | |
109 | - @JsonProperty("RA250") | |
110 | - private String RA250; | |
111 | - @JsonProperty("RA5") | |
112 | - private String RA5; | |
113 | - @JsonProperty("RA50") | |
114 | - private String RA50; | |
115 | - @JsonProperty("RA500") | |
116 | - private String RA500; | |
117 | - | |
118 | - | |
119 | - @JsonProperty("RL100") | |
120 | - private String RL100; | |
121 | - @JsonProperty("RL250") | |
122 | - private String RL250; | |
123 | - @JsonProperty("RL5") | |
124 | - private String RL5; | |
125 | - @JsonProperty("RL50") | |
126 | - private String RL50; | |
127 | - @JsonProperty("RL500") | |
128 | - private String RL500; | |
129 | - | |
130 | - @JsonProperty("LA100") | |
131 | - private String LA100; | |
132 | - @JsonProperty("LA250") | |
133 | - private String LA250; | |
134 | - @JsonProperty("LA5") | |
135 | - private String LA5; | |
136 | - @JsonProperty("LA50") | |
137 | - private String LA50; | |
138 | - @JsonProperty("LA500") | |
139 | - private String LA500; | |
140 | - | |
141 | 94 | @JsonProperty("ICW") |
142 | 95 | private String icw;// 23.0;, //细胞内液 |
143 | - | |
144 | - | |
145 | - @JsonProperty("LL100") | |
146 | - private String LL100; | |
147 | - @JsonProperty("LL250") | |
148 | - private String LL250; | |
149 | - @JsonProperty("LL5") | |
150 | - private String LL5; | |
151 | - @JsonProperty("LL50") | |
152 | - private String LL50; | |
153 | - @JsonProperty("LL500") | |
154 | - private String LL500; | |
155 | - | |
156 | - @JsonProperty("ICWMax") | |
157 | - private String ICWMax;// | |
158 | - | |
159 | - @JsonProperty("ICWMin") | |
160 | - private String ICWMin;// | |
161 | - | |
162 | - | |
163 | 96 | @JsonProperty("ECW") |
164 | 97 | private String ecw;// 10.5;, //细胞外液 |
165 | - @JsonProperty("StandardWeight") | |
98 | + @JsonProperty("Standard_weight") | |
166 | 99 | private String standardWeight;// 70.5;, //目标体重 |
167 | - @JsonProperty("WeightControl") | |
100 | + @JsonProperty("Weight_control") | |
168 | 101 | private String weightControl;// 2.0;, //体重控制 |
169 | - @JsonProperty("FatControl") | |
102 | + @JsonProperty("Fat_control") | |
170 | 103 | private String fatControl;// 1.3;, //脂肪控制量 |
171 | - @JsonProperty("MuscleControl") | |
104 | + @JsonProperty("Muscle_control") | |
172 | 105 | private String muscleControl;// 0.7;, //肌肉控制量 |
173 | 106 | @JsonProperty("LiverRisk") |
174 | 107 | private String liverRisk;// 65; //脂肪肝风险系数 |
175 | 108 | @JsonProperty("TR_fat") |
176 | 109 | private String trFat;// 14.5;, //躯干脂肪量 |
177 | - | |
178 | - @JsonProperty("LA_ECW") | |
179 | - private String LA_ECW; | |
180 | - @JsonProperty("LA_ICW") | |
181 | - private String LA_ICW; | |
182 | - | |
183 | - | |
184 | - @JsonProperty("TR_ECW") | |
185 | - private String TR_ECW; | |
186 | - @JsonProperty("TR_ICW") | |
187 | - private String TR_ICW; | |
188 | - | |
189 | - @JsonProperty("TR_LBM") | |
190 | - private String TR_LBM; | |
191 | - | |
192 | - @JsonProperty("RL_ECW") | |
193 | - private String RL_ECW; | |
194 | - @JsonProperty("RL_ICW") | |
195 | - private String RL_ICW; | |
196 | - | |
197 | 110 | @JsonProperty("LA_fat") |
198 | 111 | private String laFat;// 2.1;, //左上肢脂肪 |
199 | 112 | @JsonProperty("RA_fat") |
200 | 113 | |
... | ... | @@ -293,770 +206,8 @@ |
293 | 206 | private String WaterPercentMax; |
294 | 207 | @JsonProperty("WaterPercentMin") |
295 | 208 | private String WaterPercentMin; |
296 | - | |
297 | - @JsonProperty("ASMI") | |
298 | - private String ASMI; | |
299 | - @JsonProperty("DW") | |
300 | - private String DW; | |
301 | - @JsonProperty("ECWMax") | |
302 | - private String ECWMax; | |
303 | - @JsonProperty("Doctor") | |
304 | - private String Doctor; | |
305 | - | |
306 | - @JsonProperty("ECWMin") | |
307 | - private String ECWMin; | |
308 | 209 | private String image_name; |
309 | 210 | private String message; |
310 | - | |
311 | - | |
312 | - | |
313 | - @JsonProperty("LL_ECW") | |
314 | - private String LL_ECW; | |
315 | - @JsonProperty("LL_ICW") | |
316 | - private String LL_ICW; | |
317 | - @JsonProperty("LL_LBM") | |
318 | - private String LL_LBM; | |
319 | - | |
320 | - @JsonProperty("T100KCH1") | |
321 | - private String T100KCH1; | |
322 | - @JsonProperty("T100KCH2") | |
323 | - private String T100KCH2; | |
324 | - @JsonProperty("T100KCH3") | |
325 | - private String T100KCH3; | |
326 | - @JsonProperty("T100KCH4") | |
327 | - private String T100KCH4; | |
328 | - @JsonProperty("T100KCH5") | |
329 | - private String T100KCH5; | |
330 | - @JsonProperty("T100KCH6") | |
331 | - private String T100KCH6; | |
332 | - @JsonProperty("T250KCH1") | |
333 | - private String T250KCH1; | |
334 | - @JsonProperty("T250KCH2") | |
335 | - private String T250KCH2; | |
336 | - @JsonProperty("T250KCH3") | |
337 | - private String T250KCH3; | |
338 | - @JsonProperty("T250KCH4") | |
339 | - private String T250KCH4; | |
340 | - @JsonProperty("T250KCH5") | |
341 | - private String T250KCH5; | |
342 | - @JsonProperty("T250KCH6") | |
343 | - private String T250KCH6; | |
344 | - @JsonProperty("T500KCH1") | |
345 | - private String T500KCH1; | |
346 | - @JsonProperty("T500KCH2") | |
347 | - private String T500KCH2; | |
348 | - @JsonProperty("T500KCH3") | |
349 | - private String T500KCH3; | |
350 | - @JsonProperty("T500KCH4") | |
351 | - private String T500KCH4; | |
352 | - @JsonProperty("T500KCH5") | |
353 | - private String T500KCH5; | |
354 | - @JsonProperty("T500KCH6") | |
355 | - private String T500KCH6; | |
356 | - @JsonProperty("T50KCH1") | |
357 | - private String T50KCH1; | |
358 | - @JsonProperty("T50KCH2") | |
359 | - private String T50KCH2; | |
360 | - @JsonProperty("T50KCH3") | |
361 | - private String T50KCH3; | |
362 | - @JsonProperty("T50KCH4") | |
363 | - private String T50KCH4; | |
364 | - @JsonProperty("T50KCH5") | |
365 | - private String T50KCH5; | |
366 | - @JsonProperty("T50KCH6") | |
367 | - private String T50KCH6; | |
368 | - @JsonProperty("T5KCH1") | |
369 | - private String T5KCH1; | |
370 | - @JsonProperty("T5KCH2") | |
371 | - private String T5KCH2; | |
372 | - @JsonProperty("T5KCH3") | |
373 | - private String T5KCH3; | |
374 | - @JsonProperty("T5KCH4") | |
375 | - private String T5KCH4; | |
376 | - @JsonProperty("T5KCH5") | |
377 | - private String T5KCH5; | |
378 | - @JsonProperty("T5KCH6") | |
379 | - private String T5KCH6; | |
380 | - @JsonProperty("TR100") | |
381 | - private String TR100; | |
382 | - @JsonProperty("TR250") | |
383 | - private String TR250; | |
384 | - @JsonProperty("TR5") | |
385 | - private String TR5; | |
386 | - @JsonProperty("TR50") | |
387 | - private String TR50; | |
388 | - @JsonProperty("TR500") | |
389 | - private String TR500; | |
390 | - | |
391 | - @JsonProperty("RA_ECW") | |
392 | - private String RA_ECW; | |
393 | - @JsonProperty("RA_ICW") | |
394 | - private String RA_ICW; | |
395 | - @JsonProperty("RA_LBM") | |
396 | - private String RA_LBM; | |
397 | - @JsonProperty("RA_edema") | |
398 | - private String RA_edema; | |
399 | - @JsonProperty("RL_edema") | |
400 | - private String RL_edema; | |
401 | - @JsonProperty("TR_edema") | |
402 | - private String TR_edema; | |
403 | - | |
404 | - | |
405 | - public String getTR_edema() { | |
406 | - return TR_edema; | |
407 | - } | |
408 | - | |
409 | - public void setTR_edema(String TR_edema) { | |
410 | - this.TR_edema = TR_edema; | |
411 | - } | |
412 | - | |
413 | - public String getRL_edema() { | |
414 | - return RL_edema; | |
415 | - } | |
416 | - | |
417 | - public void setRL_edema(String RL_edema) { | |
418 | - this.RL_edema = RL_edema; | |
419 | - } | |
420 | - | |
421 | - public String getRA_edema() { | |
422 | - return RA_edema; | |
423 | - } | |
424 | - | |
425 | - public void setRA_edema(String RA_edema) { | |
426 | - this.RA_edema = RA_edema; | |
427 | - } | |
428 | - | |
429 | - public String getRA_ECW() { | |
430 | - return RA_ECW; | |
431 | - } | |
432 | - | |
433 | - public void setRA_ECW(String RA_ECW) { | |
434 | - this.RA_ECW = RA_ECW; | |
435 | - } | |
436 | - | |
437 | - public String getRA_ICW() { | |
438 | - return RA_ICW; | |
439 | - } | |
440 | - | |
441 | - public void setRA_ICW(String RA_ICW) { | |
442 | - this.RA_ICW = RA_ICW; | |
443 | - } | |
444 | - | |
445 | - public String getRA_LBM() { | |
446 | - return RA_LBM; | |
447 | - } | |
448 | - | |
449 | - public void setRA_LBM(String RA_LBM) { | |
450 | - this.RA_LBM = RA_LBM; | |
451 | - } | |
452 | - | |
453 | - public String getLL_ECW() { | |
454 | - return LL_ECW; | |
455 | - } | |
456 | - | |
457 | - public void setLL_ECW(String LL_ECW) { | |
458 | - this.LL_ECW = LL_ECW; | |
459 | - } | |
460 | - | |
461 | - public String getLL_ICW() { | |
462 | - return LL_ICW; | |
463 | - } | |
464 | - | |
465 | - public void setLL_ICW(String LL_ICW) { | |
466 | - this.LL_ICW = LL_ICW; | |
467 | - } | |
468 | - | |
469 | - public String getLL_LBM() { | |
470 | - return LL_LBM; | |
471 | - } | |
472 | - | |
473 | - public void setLL_LBM(String LL_LBM) { | |
474 | - this.LL_LBM = LL_LBM; | |
475 | - } | |
476 | - | |
477 | - public String getLA100() { | |
478 | - return LA100; | |
479 | - } | |
480 | - | |
481 | - public void setLA100(String LA100) { | |
482 | - this.LA100 = LA100; | |
483 | - } | |
484 | - | |
485 | - public String getLA250() { | |
486 | - return LA250; | |
487 | - } | |
488 | - | |
489 | - public void setLA250(String LA250) { | |
490 | - this.LA250 = LA250; | |
491 | - } | |
492 | - | |
493 | - public String getLA5() { | |
494 | - return LA5; | |
495 | - } | |
496 | - | |
497 | - public void setLA5(String LA5) { | |
498 | - this.LA5 = LA5; | |
499 | - } | |
500 | - | |
501 | - public String getLA50() { | |
502 | - return LA50; | |
503 | - } | |
504 | - | |
505 | - public void setLA50(String LA50) { | |
506 | - this.LA50 = LA50; | |
507 | - } | |
508 | - | |
509 | - public String getLA500() { | |
510 | - return LA500; | |
511 | - } | |
512 | - | |
513 | - public void setLA500(String LA500) { | |
514 | - this.LA500 = LA500; | |
515 | - } | |
516 | - | |
517 | - public String getLL_edema() { | |
518 | - return LL_edema; | |
519 | - } | |
520 | - | |
521 | - public void setLL_edema(String LL_edema) { | |
522 | - this.LL_edema = LL_edema; | |
523 | - } | |
524 | - | |
525 | - public String getTR_LBM() { | |
526 | - return TR_LBM; | |
527 | - } | |
528 | - | |
529 | - public void setTR_LBM(String TR_LBM) { | |
530 | - this.TR_LBM = TR_LBM; | |
531 | - } | |
532 | - | |
533 | - public String getTR_ICW() { | |
534 | - return TR_ICW; | |
535 | - } | |
536 | - | |
537 | - public void setTR_ICW(String TR_ICW) { | |
538 | - this.TR_ICW = TR_ICW; | |
539 | - } | |
540 | - | |
541 | - public String getTR_ECW() { | |
542 | - return TR_ECW; | |
543 | - } | |
544 | - | |
545 | - public void setTR_ECW(String TR_ECW) { | |
546 | - this.TR_ECW = TR_ECW; | |
547 | - } | |
548 | - | |
549 | - public String getLA_edema() { | |
550 | - return LA_edema; | |
551 | - } | |
552 | - | |
553 | - public void setLA_edema(String LA_edema) { | |
554 | - this.LA_edema = LA_edema; | |
555 | - } | |
556 | - | |
557 | - public String getLA_LBM() { | |
558 | - return LA_LBM; | |
559 | - } | |
560 | - | |
561 | - public void setLA_LBM(String LA_LBM) { | |
562 | - this.LA_LBM = LA_LBM; | |
563 | - } | |
564 | - | |
565 | - public String getOH() { | |
566 | - return OH; | |
567 | - } | |
568 | - | |
569 | - public void setOH(String OH) { | |
570 | - this.OH = OH; | |
571 | - } | |
572 | - | |
573 | - public String getRA100() { | |
574 | - return RA100; | |
575 | - } | |
576 | - | |
577 | - public void setRA100(String RA100) { | |
578 | - this.RA100 = RA100; | |
579 | - } | |
580 | - | |
581 | - public String getRA250() { | |
582 | - return RA250; | |
583 | - } | |
584 | - | |
585 | - public void setRA250(String RA250) { | |
586 | - this.RA250 = RA250; | |
587 | - } | |
588 | - | |
589 | - public String getRA5() { | |
590 | - return RA5; | |
591 | - } | |
592 | - | |
593 | - public void setRA5(String RA5) { | |
594 | - this.RA5 = RA5; | |
595 | - } | |
596 | - | |
597 | - public String getRA50() { | |
598 | - return RA50; | |
599 | - } | |
600 | - | |
601 | - public void setRA50(String RA50) { | |
602 | - this.RA50 = RA50; | |
603 | - } | |
604 | - | |
605 | - public String getRA500() { | |
606 | - return RA500; | |
607 | - } | |
608 | - | |
609 | - public void setRA500(String RA500) { | |
610 | - this.RA500 = RA500; | |
611 | - } | |
612 | - | |
613 | - public String getRL100() { | |
614 | - return RL100; | |
615 | - } | |
616 | - | |
617 | - public void setRL100(String RL100) { | |
618 | - this.RL100 = RL100; | |
619 | - } | |
620 | - | |
621 | - public String getRL250() { | |
622 | - return RL250; | |
623 | - } | |
624 | - | |
625 | - public void setRL250(String RL250) { | |
626 | - this.RL250 = RL250; | |
627 | - } | |
628 | - | |
629 | - public String getRL5() { | |
630 | - return RL5; | |
631 | - } | |
632 | - | |
633 | - public void setRL5(String RL5) { | |
634 | - this.RL5 = RL5; | |
635 | - } | |
636 | - | |
637 | - public String getRL50() { | |
638 | - return RL50; | |
639 | - } | |
640 | - | |
641 | - public void setRL50(String RL50) { | |
642 | - this.RL50 = RL50; | |
643 | - } | |
644 | - | |
645 | - public String getRL500() { | |
646 | - return RL500; | |
647 | - } | |
648 | - | |
649 | - public void setRL500(String RL500) { | |
650 | - this.RL500 = RL500; | |
651 | - } | |
652 | - | |
653 | - public String getLL100() { | |
654 | - return LL100; | |
655 | - } | |
656 | - | |
657 | - public void setLL100(String LL100) { | |
658 | - this.LL100 = LL100; | |
659 | - } | |
660 | - | |
661 | - public String getLL250() { | |
662 | - return LL250; | |
663 | - } | |
664 | - | |
665 | - public void setLL250(String LL250) { | |
666 | - this.LL250 = LL250; | |
667 | - } | |
668 | - | |
669 | - public String getLL5() { | |
670 | - return LL5; | |
671 | - } | |
672 | - | |
673 | - public void setLL5(String LL5) { | |
674 | - this.LL5 = LL5; | |
675 | - } | |
676 | - | |
677 | - public String getLL50() { | |
678 | - return LL50; | |
679 | - } | |
680 | - | |
681 | - public void setLL50(String LL50) { | |
682 | - this.LL50 = LL50; | |
683 | - } | |
684 | - | |
685 | - public String getLL500() { | |
686 | - return LL500; | |
687 | - } | |
688 | - | |
689 | - public void setLL500(String LL500) { | |
690 | - this.LL500 = LL500; | |
691 | - } | |
692 | - | |
693 | - public String getICWMax() { | |
694 | - return ICWMax; | |
695 | - } | |
696 | - | |
697 | - public void setICWMax(String ICWMax) { | |
698 | - this.ICWMax = ICWMax; | |
699 | - } | |
700 | - | |
701 | - public String getICWMin() { | |
702 | - return ICWMin; | |
703 | - } | |
704 | - | |
705 | - public void setICWMin(String ICWMin) { | |
706 | - this.ICWMin = ICWMin; | |
707 | - } | |
708 | - | |
709 | - public String getLA_ECW() { | |
710 | - return LA_ECW; | |
711 | - } | |
712 | - | |
713 | - public void setLA_ECW(String LA_ECW) { | |
714 | - this.LA_ECW = LA_ECW; | |
715 | - } | |
716 | - | |
717 | - public String getLA_ICW() { | |
718 | - return LA_ICW; | |
719 | - } | |
720 | - | |
721 | - public void setLA_ICW(String LA_ICW) { | |
722 | - this.LA_ICW = LA_ICW; | |
723 | - } | |
724 | - | |
725 | - public String getRL_ECW() { | |
726 | - return RL_ECW; | |
727 | - } | |
728 | - | |
729 | - public void setRL_ECW(String RL_ECW) { | |
730 | - this.RL_ECW = RL_ECW; | |
731 | - } | |
732 | - | |
733 | - public String getRL_ICW() { | |
734 | - return RL_ICW; | |
735 | - } | |
736 | - | |
737 | - public void setRL_ICW(String RL_ICW) { | |
738 | - this.RL_ICW = RL_ICW; | |
739 | - } | |
740 | - | |
741 | - public String getT100KCH1() { | |
742 | - return T100KCH1; | |
743 | - } | |
744 | - | |
745 | - public void setT100KCH1(String t100KCH1) { | |
746 | - T100KCH1 = t100KCH1; | |
747 | - } | |
748 | - | |
749 | - public String getT100KCH2() { | |
750 | - return T100KCH2; | |
751 | - } | |
752 | - | |
753 | - public void setT100KCH2(String t100KCH2) { | |
754 | - T100KCH2 = t100KCH2; | |
755 | - } | |
756 | - | |
757 | - public String getT100KCH3() { | |
758 | - return T100KCH3; | |
759 | - } | |
760 | - | |
761 | - public void setT100KCH3(String t100KCH3) { | |
762 | - T100KCH3 = t100KCH3; | |
763 | - } | |
764 | - | |
765 | - public String getT100KCH4() { | |
766 | - return T100KCH4; | |
767 | - } | |
768 | - | |
769 | - public void setT100KCH4(String t100KCH4) { | |
770 | - T100KCH4 = t100KCH4; | |
771 | - } | |
772 | - | |
773 | - public String getT100KCH5() { | |
774 | - return T100KCH5; | |
775 | - } | |
776 | - | |
777 | - public void setT100KCH5(String t100KCH5) { | |
778 | - T100KCH5 = t100KCH5; | |
779 | - } | |
780 | - | |
781 | - public String getT100KCH6() { | |
782 | - return T100KCH6; | |
783 | - } | |
784 | - | |
785 | - public void setT100KCH6(String t100KCH6) { | |
786 | - T100KCH6 = t100KCH6; | |
787 | - } | |
788 | - | |
789 | - public String getT250KCH1() { | |
790 | - return T250KCH1; | |
791 | - } | |
792 | - | |
793 | - public void setT250KCH1(String t250KCH1) { | |
794 | - T250KCH1 = t250KCH1; | |
795 | - } | |
796 | - | |
797 | - public String getT250KCH2() { | |
798 | - return T250KCH2; | |
799 | - } | |
800 | - | |
801 | - public void setT250KCH2(String t250KCH2) { | |
802 | - T250KCH2 = t250KCH2; | |
803 | - } | |
804 | - | |
805 | - public String getT250KCH3() { | |
806 | - return T250KCH3; | |
807 | - } | |
808 | - | |
809 | - public void setT250KCH3(String t250KCH3) { | |
810 | - T250KCH3 = t250KCH3; | |
811 | - } | |
812 | - | |
813 | - public String getT250KCH4() { | |
814 | - return T250KCH4; | |
815 | - } | |
816 | - | |
817 | - public void setT250KCH4(String t250KCH4) { | |
818 | - T250KCH4 = t250KCH4; | |
819 | - } | |
820 | - | |
821 | - public String getT250KCH5() { | |
822 | - return T250KCH5; | |
823 | - } | |
824 | - | |
825 | - public void setT250KCH5(String t250KCH5) { | |
826 | - T250KCH5 = t250KCH5; | |
827 | - } | |
828 | - | |
829 | - public String getT250KCH6() { | |
830 | - return T250KCH6; | |
831 | - } | |
832 | - | |
833 | - public void setT250KCH6(String t250KCH6) { | |
834 | - T250KCH6 = t250KCH6; | |
835 | - } | |
836 | - | |
837 | - public String getT500KCH1() { | |
838 | - return T500KCH1; | |
839 | - } | |
840 | - | |
841 | - public void setT500KCH1(String t500KCH1) { | |
842 | - T500KCH1 = t500KCH1; | |
843 | - } | |
844 | - | |
845 | - public String getT500KCH2() { | |
846 | - return T500KCH2; | |
847 | - } | |
848 | - | |
849 | - public void setT500KCH2(String t500KCH2) { | |
850 | - T500KCH2 = t500KCH2; | |
851 | - } | |
852 | - | |
853 | - public String getT500KCH3() { | |
854 | - return T500KCH3; | |
855 | - } | |
856 | - | |
857 | - public void setT500KCH3(String t500KCH3) { | |
858 | - T500KCH3 = t500KCH3; | |
859 | - } | |
860 | - | |
861 | - public String getT500KCH4() { | |
862 | - return T500KCH4; | |
863 | - } | |
864 | - | |
865 | - public void setT500KCH4(String t500KCH4) { | |
866 | - T500KCH4 = t500KCH4; | |
867 | - } | |
868 | - | |
869 | - public String getT500KCH5() { | |
870 | - return T500KCH5; | |
871 | - } | |
872 | - | |
873 | - public void setT500KCH5(String t500KCH5) { | |
874 | - T500KCH5 = t500KCH5; | |
875 | - } | |
876 | - | |
877 | - public String getT500KCH6() { | |
878 | - return T500KCH6; | |
879 | - } | |
880 | - | |
881 | - public void setT500KCH6(String t500KCH6) { | |
882 | - T500KCH6 = t500KCH6; | |
883 | - } | |
884 | - | |
885 | - public String getT50KCH1() { | |
886 | - return T50KCH1; | |
887 | - } | |
888 | - | |
889 | - public void setT50KCH1(String t50KCH1) { | |
890 | - T50KCH1 = t50KCH1; | |
891 | - } | |
892 | - | |
893 | - public String getT50KCH2() { | |
894 | - return T50KCH2; | |
895 | - } | |
896 | - | |
897 | - public void setT50KCH2(String t50KCH2) { | |
898 | - T50KCH2 = t50KCH2; | |
899 | - } | |
900 | - | |
901 | - public String getT50KCH3() { | |
902 | - return T50KCH3; | |
903 | - } | |
904 | - | |
905 | - public void setT50KCH3(String t50KCH3) { | |
906 | - T50KCH3 = t50KCH3; | |
907 | - } | |
908 | - | |
909 | - public String getT50KCH4() { | |
910 | - return T50KCH4; | |
911 | - } | |
912 | - | |
913 | - public void setT50KCH4(String t50KCH4) { | |
914 | - T50KCH4 = t50KCH4; | |
915 | - } | |
916 | - | |
917 | - public String getT50KCH5() { | |
918 | - return T50KCH5; | |
919 | - } | |
920 | - | |
921 | - public void setT50KCH5(String t50KCH5) { | |
922 | - T50KCH5 = t50KCH5; | |
923 | - } | |
924 | - | |
925 | - public String getT50KCH6() { | |
926 | - return T50KCH6; | |
927 | - } | |
928 | - | |
929 | - public void setT50KCH6(String t50KCH6) { | |
930 | - T50KCH6 = t50KCH6; | |
931 | - } | |
932 | - | |
933 | - public String getT5KCH1() { | |
934 | - return T5KCH1; | |
935 | - } | |
936 | - | |
937 | - public void setT5KCH1(String t5KCH1) { | |
938 | - T5KCH1 = t5KCH1; | |
939 | - } | |
940 | - | |
941 | - public String getT5KCH2() { | |
942 | - return T5KCH2; | |
943 | - } | |
944 | - | |
945 | - public void setT5KCH2(String t5KCH2) { | |
946 | - T5KCH2 = t5KCH2; | |
947 | - } | |
948 | - | |
949 | - public String getT5KCH3() { | |
950 | - return T5KCH3; | |
951 | - } | |
952 | - | |
953 | - public void setT5KCH3(String t5KCH3) { | |
954 | - T5KCH3 = t5KCH3; | |
955 | - } | |
956 | - | |
957 | - public String getT5KCH4() { | |
958 | - return T5KCH4; | |
959 | - } | |
960 | - | |
961 | - public void setT5KCH4(String t5KCH4) { | |
962 | - T5KCH4 = t5KCH4; | |
963 | - } | |
964 | - | |
965 | - public String getT5KCH5() { | |
966 | - return T5KCH5; | |
967 | - } | |
968 | - | |
969 | - public void setT5KCH5(String t5KCH5) { | |
970 | - T5KCH5 = t5KCH5; | |
971 | - } | |
972 | - | |
973 | - public String getT5KCH6() { | |
974 | - return T5KCH6; | |
975 | - } | |
976 | - | |
977 | - public void setT5KCH6(String t5KCH6) { | |
978 | - T5KCH6 = t5KCH6; | |
979 | - } | |
980 | - | |
981 | - public String getTR100() { | |
982 | - return TR100; | |
983 | - } | |
984 | - | |
985 | - public void setTR100(String TR100) { | |
986 | - this.TR100 = TR100; | |
987 | - } | |
988 | - | |
989 | - public String getTR250() { | |
990 | - return TR250; | |
991 | - } | |
992 | - | |
993 | - public void setTR250(String TR250) { | |
994 | - this.TR250 = TR250; | |
995 | - } | |
996 | - | |
997 | - public String getTR5() { | |
998 | - return TR5; | |
999 | - } | |
1000 | - | |
1001 | - public void setTR5(String TR5) { | |
1002 | - this.TR5 = TR5; | |
1003 | - } | |
1004 | - | |
1005 | - public String getTR50() { | |
1006 | - return TR50; | |
1007 | - } | |
1008 | - | |
1009 | - public void setTR50(String TR50) { | |
1010 | - this.TR50 = TR50; | |
1011 | - } | |
1012 | - | |
1013 | - public String getTR500() { | |
1014 | - return TR500; | |
1015 | - } | |
1016 | - | |
1017 | - public void setTR500(String TR500) { | |
1018 | - this.TR500 = TR500; | |
1019 | - } | |
1020 | - | |
1021 | - public String getECWMin() { | |
1022 | - return ECWMin; | |
1023 | - } | |
1024 | - | |
1025 | - public void setECWMin(String ECWMin) { | |
1026 | - this.ECWMin = ECWMin; | |
1027 | - } | |
1028 | - | |
1029 | - public String getECWMax() { | |
1030 | - return ECWMax; | |
1031 | - } | |
1032 | - | |
1033 | - public void setECWMax(String ECWMax) { | |
1034 | - this.ECWMax = ECWMax; | |
1035 | - } | |
1036 | - | |
1037 | - public String getDoctor() { | |
1038 | - return Doctor; | |
1039 | - } | |
1040 | - | |
1041 | - public void setDoctor(String doctor) { | |
1042 | - Doctor = doctor; | |
1043 | - } | |
1044 | - | |
1045 | - public String getDW() { | |
1046 | - return DW; | |
1047 | - } | |
1048 | - | |
1049 | - public void setDW(String DW) { | |
1050 | - this.DW = DW; | |
1051 | - } | |
1052 | - | |
1053 | - public String getASMI() { | |
1054 | - return ASMI; | |
1055 | - } | |
1056 | - | |
1057 | - public void setASMI(String ASMI) { | |
1058 | - this.ASMI = ASMI; | |
1059 | - } | |
1060 | 211 | |
1061 | 212 | public String getArmGrade() { |
1062 | 213 | return ArmGrade; |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/VolumeComponentAnalysisController.java
View file @
0b36f99
... | ... | @@ -51,20 +51,36 @@ |
51 | 51 | */ |
52 | 52 | @RequestMapping(method = RequestMethod.POST, value = "/addComponentAnalysis") |
53 | 53 | @ResponseBody |
54 | -// public BaseObjectResponse addComponentAnalysis(@RequestBody @Valid VolumeComponentAnalysisModel volume,HttpServletRequest request) { | |
55 | - public BaseObjectResponse addComponentAnalysis(HttpServletRequest request) { | |
54 | + public BaseObjectResponse addComponentAnalysis(@RequestBody @Valid VolumeComponentAnalysisModel volume,HttpServletRequest request) { | |
55 | +// public BaseObjectResponse addComponentAnalysis(HttpServletRequest request) { | |
56 | +// | |
57 | +// try { | |
58 | +// String json = IOUtils.toString(request.getInputStream()); | |
59 | +// System.out.println(json); | |
60 | +// } catch (IOException e) { | |
61 | +// e.printStackTrace(); | |
62 | +// } | |
63 | +// VolumeComponentAnalysisModel volume = null; | |
64 | +// System.out.println(volume); | |
65 | + volume.setHospitalId("216"); | |
66 | + return volumeComponentAnalysisFacade.addComponentAnalysis(volume); | |
56 | 67 | |
57 | - try { | |
58 | - String json = IOUtils.toString(request.getInputStream()); | |
59 | - System.out.println(json); | |
60 | - } catch (IOException e) { | |
61 | - e.printStackTrace(); | |
62 | - } | |
63 | - VolumeComponentAnalysisModel volume = null; | |
64 | - System.out.println(volume); | |
68 | + } | |
69 | + | |
70 | + /** | |
71 | + * 承德县医院 2100001328 | |
72 | + * @param volume | |
73 | + * @param request | |
74 | + * @return | |
75 | + */ | |
76 | + @RequestMapping(method = RequestMethod.POST, value = "/addComponentAnalysisCdxyy") | |
77 | + @ResponseBody | |
78 | + public BaseObjectResponse addComponentAnalysisCdxyy(@RequestBody @Valid VolumeComponentAnalysisModel volume,HttpServletRequest request) { | |
79 | + volume.setHospitalId("2100001328"); | |
65 | 80 | return volumeComponentAnalysisFacade.addComponentAnalysis(volume); |
66 | 81 | |
67 | 82 | } |
83 | + | |
68 | 84 | |
69 | 85 | /** |
70 | 86 | * 获取体成分分析记录 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VolumeComponentAnalysisFacade.java
View file @
0b36f99
... | ... | @@ -10,6 +10,7 @@ |
10 | 10 | import com.lyms.platform.common.result.PageResult; |
11 | 11 | import com.lyms.platform.common.result.RespBuilder; |
12 | 12 | import com.lyms.platform.common.utils.DateUtil; |
13 | +import com.lyms.platform.common.utils.ExceptionUtils; | |
13 | 14 | import com.lyms.platform.common.utils.MongoConvertHelper; |
14 | 15 | import com.lyms.platform.common.utils.ReflectionUtils; |
15 | 16 | import com.lyms.platform.operate.web.service.PatientWeightService; |
... | ... | @@ -69,6 +70,7 @@ |
69 | 70 | patientsQuery.setYn(YnEnums.YES.getId()); |
70 | 71 | List<Patients> patientses = patientsService.queryPatient(patientsQuery); |
71 | 72 | if (CollectionUtils.isEmpty(patientses)) { |
73 | + ExceptionUtils.catchException("体成分用户未建档,证件号码:"+volume.getMemberId()); | |
72 | 74 | objectResponse.setErrorcode(ErrorCodeConstants.NO_DATA); |
73 | 75 | objectResponse.setErrormsg("测量用户还未建档"); |
74 | 76 | return objectResponse; |
... | ... | @@ -92,6 +94,13 @@ |
92 | 94 | volume.setBregmatic(patientWeight.getBregmatic()); |
93 | 95 | volume.setBeforeWeight(patientWeight.getBeforeWeight()); |
94 | 96 | } |
97 | + } | |
98 | + else | |
99 | + { | |
100 | + ExceptionUtils.catchException("体成分用户没有体重记录,证件号码:"+volume.getMemberId()); | |
101 | + objectResponse.setErrorcode(ErrorCodeConstants.NO_DATA); | |
102 | + objectResponse.setErrormsg("体成分用户没有体重记录"); | |
103 | + return objectResponse; | |
95 | 104 | } |
96 | 105 | |
97 | 106 |