Information about how different factors affected the results
Model definition
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
string (localized HTML text) |
Summarized conclusion of factor scores |
|
|
https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreInfo |
Information about how the patient’s profile affected the results |
|
|
https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreInfo |
Information about how the added symptoms affected the results |
|
|
https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreInfo |
Information about how the other factors (e.g. lifestyle, nutrition) affected the results |
FactorScoreInfo
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
string (localized HTML text) |
Readable information to show to the user |
|
|
https://xund.atlassian.net/wiki/spaces/PUB/pages/294388468/FactorScores#FactorScoreExcludeInfo |
Computer-readable information to provide better UI (e.g different colors for texts) |
FactorScoreExcludeInfo
|
Value |
Description |
|---|---|
|
|
In the check, there was relevant info provided about the factor, and it excludes the illness |
|
|
In the check, there was relevant info provided about the factor, and it does not exclude the illness |
|
|
In the check, there was no relevant info provided about the factor |
Example
{
"title": "Based on your check, it is <b>likely</b> that you are suffering from the illness",
"profile": {
"text": "Based on your <b>age and gender</b>, the analyzed illness is possible",
"excludeInfo": "NOT_EXCLUDING"
},
"symptoms": {
"text": "Your <b>symptoms</b> speak for the analyzed illness",
"excludeInfo": "NOT_EXCLUDING"
},
"other": {
"text": "<b>Other influencing factors</b> speak for the analyzed illness ",
"excludeInfo": "NOT_EXCLUDING"
}
}