AIHS4
info
All the items of this scoring system can be extracted automatically from the image. Thanks to this, you don't need to provide the questionnaireResponse.
Request AIHS4 score
Relevant keys in the body of the request
"requestId": "90925097-820b-403d-a75d-4cd989903df1",
"data": {
"type": "image",
"content": "base64 image",
"knownConditionForThisImage": {
"conclusion": "Hidradenitis suppurativa"
},
"scoringSystems": ["AIHS4_LOCAL"],
"questionnaireResponse": {
"IHS4_LOCAL": {
"noduleNumber": 3,
"abscesseNumber": 1,
"drainingTunnelNumber": 1
}
},
}
Questionnaire for this scoring systems
For this scoring system, you don't need a questionnaire.
Response
Relevant keys in the body of the response
"evolution": {
"domains": {
"AIHS4_LOCAL": {
"explainabilityMedia": {
"content": "base 64 image",
"detections": [
{
"confidence": 93,
"label": "Draining tunnel",
"p1": {
"x": 87,
"y": 824
},
"p2": {
"x": 362,
"y": 1005
}
},
{
"confidence": 91,
"label": "Nodule",
"p1": {
"x": 594,
"y": 687
},
"p2": {
"x": 688,
"y": 755
}
},
{
"confidence": 91,
"label": "Abscess",
"p1": {
"x": 594,
"y": 687
},
"p2": {
"x": 688,
"y": 755
}
}
]
},
"facets": {
"abscesseNumber": {
"intensity": 1,
"value": 1
},
"drainingTunnelNumber": {
"intensity": 2,
"value": 2
},
"noduleNumber": {
"intensity": 2,
"value": 2
}
},
"grade": {
"category": "None",
"score": 0
}
},
}
}