Skip to content

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

  1. Invoke API endpoint GET /api/v1/consumers/:sessionId:/regenerate-summary with correct session Id that was summarized or verified and the summary is missing or is wrong. The endpoint always returns 200 without content.
  2. The session is moved to Recorded state and recorder is notified to analyze recording again.
  3. When recorder sends summary we invoke webhook with Summarized state 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.