|
@@ -205,6 +205,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -223,6 +226,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -246,6 +252,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -267,6 +276,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -282,6 +294,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -304,6 +319,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -325,6 +343,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null || jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -346,6 +367,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -383,6 +407,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -414,6 +441,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|
|
@@ -438,6 +468,9 @@ public class BeHospitalizedAI extends ModelAI {
|
|
|
if (jsonObject == null) {
|
|
|
return;
|
|
|
}
|
|
|
+ if (jsonObject.getJSONObject(entityRelationObject) == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
JSONObject aiOut = jsonObject.getJSONObject(entityRelationObject).getJSONObject(BeHospitalizedAI.outputs);
|
|
|
if (aiOut == null) {
|
|
|
return;
|