|
@@ -510,6 +510,7 @@ public class ClinicController extends LifeCenterController {
|
|
|
union.setCreateDate(pr.getCreateDate());
|
|
|
union.setRecordedDate(pr.getRecordedDate());
|
|
|
union.setPhrValueExtra(pr.getPhrValue());
|
|
|
+ union.setIsExtraWarning(pr.getIsWarning());
|
|
|
union.setRecordedByName(pr.getRecordedByName());
|
|
|
union.setRecordedById(pr.getRecordedById());
|
|
|
|
|
@@ -523,6 +524,7 @@ public class ClinicController extends LifeCenterController {
|
|
|
union.setRecordedDate(bp.getRecordedDate());
|
|
|
union.setPhrValue(bp.getPhrValue());
|
|
|
union.setPhrValue2(bp.getPhrValue2());
|
|
|
+ union.setIsWarning(bp.getIsWarning());
|
|
|
union.setRecordedByName(bp.getRecordedByName());
|
|
|
union.setRecordedById(bp.getRecordedById());
|
|
|
|
|
@@ -554,10 +556,12 @@ public class ClinicController extends LifeCenterController {
|
|
|
union.setRecordedDate(bp.getRecordedDate());
|
|
|
union.setPhrValue(bp.getPhrValue());
|
|
|
union.setPhrValue2(bp.getPhrValue2());
|
|
|
+ union.setIsWarning(bp.getIsWarning());
|
|
|
union.setRecordedByName(bp.getRecordedByName());
|
|
|
union.setRecordedById(bp.getRecordedById());
|
|
|
|
|
|
union.setPhrValueExtra(pr.getPhrValue());
|
|
|
+ union.setIsExtraWarning(pr.getIsWarning());
|
|
|
|
|
|
bloodPressureIndex += 1;
|
|
|
pulseRateIndex += 1;
|
|
@@ -567,6 +571,7 @@ public class ClinicController extends LifeCenterController {
|
|
|
union.setRecordedDate(bp.getRecordedDate());
|
|
|
union.setPhrValue(bp.getPhrValue());
|
|
|
union.setPhrValue2(bp.getPhrValue2());
|
|
|
+ union.setIsWarning(bp.getIsWarning());
|
|
|
union.setRecordedByName(bp.getRecordedByName());
|
|
|
union.setRecordedById(bp.getRecordedById());
|
|
|
|
|
@@ -576,6 +581,7 @@ public class ClinicController extends LifeCenterController {
|
|
|
union.setCreateDate(pr.getCreateDate());
|
|
|
union.setRecordedDate(pr.getRecordedDate());
|
|
|
union.setPhrValueExtra(pr.getPhrValue());
|
|
|
+ union.setIsExtraWarning(pr.getIsWarning());
|
|
|
union.setRecordedByName(pr.getRecordedByName());
|
|
|
union.setRecordedById(pr.getRecordedById());
|
|
|
|