Create a report addendum
/v1/autoScribe/reports/{reportId}/addendum
Initiates the creation of an addendum to an existing completed report. The study status will change to 'addendum_active' allowing the radiologist to dictate additional findings.
Path Parameters
reportId: string
Unique report identifier. Format: rep_{32-hex-chars}
Returns
success: boolean
message: optional string
Create a report addendum
curl https://api.avarasoftware.com/v1/autoScribe/reports/$REPORT_ID/addendum \
-X POST \
-H "Authorization: Bearer $AVARA_API_KEY"
{
"success": true,
"message": "message"
}
Returns Examples
{
"success": true,
"message": "message"
}