Archimedes is returning "Not Available" for some of the "Interventions" output if a very high blood pressure is used. Is this expected (I don't think it's in the specifications)?
=== Input ===
age:19
gender:M
height:70
weight:145
smoker:false
mi:false
stroke:false
diabetes:false
systolic:220
diastolic:130
cholesterol:221
hdl:42
ldl:98
cholesterolmeds:false
bloodpressuremeds:false
bloodpressuremedcount:1
aspirin:false
moderateexercise:60
vigorousexercise:30
familymihistory:false
=== output ===
{
"ErrorMessageHashMap": {},
"Risk": [
{
"risk": "0.5",
"riskType": "CVD",
"riskPercentile": "94",
"comparisonRisk": "2.41",
"ratingForAge": "5",
"rating": "1"
}, {
"risk": "",
"riskType": "UpperBoundCVD",
"riskPercentile": "",
"comparisonRisk": "",
"ratingForAge": "",
"rating": ""
}, {
"risk": "",
"riskType": "LowerBoundCVD",
"riskPercentile": "",
"comparisonRisk": "",
"ratingForAge": "",
"rating": ""
}
],
"Recommendation": "",
"Interventions": {
"IncreaseInRisk": "63.79",
"PercentReductionInRiskWithMedication": "Not Available",
"PercentReductionInRiskWithAdditionalModerateExercise": "Not Available",
"PercentReductionInRiskWithAdditionalVigorousExercise": "Not Available",
"PercentReductionInRiskWithWeightLoss": "",
"PoundsOfWeightLossRequired": "",
"PercentReductionWithSmokingCessation": "0",
"PercentReductionWithAllInterventions": "Not Available"
},
"ElevatedBloodPressure": true,
"ElevatedCholesterol": false,
"WarningCode": "0",
"DoctorRecommendation": "0"
}