|
@ -490,14 +490,14 @@ public class DoctorSchemeService {
|
|
for (DevicePatientHealthIndex devicePatientHealthIndex : devicePatientHealthIndices) {
|
|
for (DevicePatientHealthIndex devicePatientHealthIndex : devicePatientHealthIndices) {
|
|
if( 1 == devicePatientHealthIndex.getType()){
|
|
if( 1 == devicePatientHealthIndex.getType()){
|
|
sugar++;
|
|
sugar++;
|
|
if( 1 == devicePatientHealthIndex.getStatus()){
|
|
|
|
|
|
if( 0 == devicePatientHealthIndex.getStatus()){
|
|
sugar_unusual++;
|
|
sugar_unusual++;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
if( 2 == devicePatientHealthIndex.getType()){
|
|
if( 2 == devicePatientHealthIndex.getType()){
|
|
pressure++;
|
|
pressure++;
|
|
if( 1 == devicePatientHealthIndex.getStatus()){
|
|
|
|
|
|
if( 0 == devicePatientHealthIndex.getStatus()){
|
|
pressure_unusual++;
|
|
pressure_unusual++;
|
|
}
|
|
}
|
|
}
|
|
}
|