You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API is now calculating an instrument to instrument similarity. e.g. the GAD-7 is e.g. 60% similar to the PHQ-9
See this PR for more details: harmonydata/harmony#81
Please can we display them in a nice way in the UI
You can see this in the call to /text/match, e.g.:
curl -X 'POST' \
'http://localhost:8000/text/match?include_catalogue_matches=false&is_negate=true' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"instruments": [
{
"questions": [
{
"question_text": "Feeling nervous, anxious, or on edge"
},
{
"question_text": "Not being able to stop or control worrying"
}
]
},
{
"questions": [
{
"question_text": "Sentir-se nervoso/a, ansioso/a ou muito tenso/a"
},
{
"question_text": " Não ser capaz de impedir ou de controlar as preocupações"
}
]
}
]
}'
It could be on the first page - don't know what users would expect? but I
think definitely it's much more concise than the item to item similarity -
maybe it needs a UX discussion?
Description
The API is now calculating an instrument to instrument similarity. e.g. the GAD-7 is e.g. 60% similar to the PHQ-9
See this PR for more details: harmonydata/harmony#81
Please can we display them in a nice way in the UI
You can see this in the call to
/text/match
, e.g.:Rationale
Many users have requested this feature.
The text was updated successfully, but these errors were encountered: