Appearance
Summary regeneration for session
This page describes procedure to get regenerate from recorder in case doctor recorded session but summary was empty or some other error occured.
Steps to follow
- Invoke API endpoint
GET /api/v1/consumers/:sessionId:/regenerate-summarywith correct session Id that was summarized or verified and the summary is missing or is wrong. The endpoint always returns 200 without content. - The session is moved to
Recordedstate and recorder is notified to analyze recording again. - When recorder sends summary we invoke webhook with
Summarizedstate to inform PMS to allow doctor to verify summary again.
Video guide
The steps are really similar to recovery. You can check vide how it work there.