How Do I Retrieve Generated Clinical Content?
How Do I Retrieve Generated Clinical Content?
sessionId:After ending a session, wait for the suggestionsGenerated event through the session delegate, then use the SDK’s content retrieval methods with the session’s sessionId.What Does the Retrieved Content Contain?
What Does the Retrieved Content Contain?
- Clinical sections: Structured documentation organized by medical sections (e.g., History of Present Illness, Review of Systems)
- Timestamps: When the content was generated
- Session metadata: Information about the session, patient, and provider
- Confidence scores: AI confidence levels for different content sections
- Structured data: Formatted clinical information ready for EHR integration
How Long Does Content Generation Take?
How Long Does Content Generation Take?
- Session length: Longer sessions take more time to process
- Audio quality: Clear audio processes faster
- Network conditions: Affect upload and processing speed
- Server load: Peak times may have longer processing
Can I Retrieve Content Multiple Times for the Same Session?
Can I Retrieve Content Multiple Times for the Same Session?
sessionId. The content remains available on the server for a specified retention period. Each retrieval call returns the same generated content.Retrieve content multiple times using the same sessionId. Each retrieval call returns the same generated content during the retention period.What Happens If Content Generation Fails?
What Happens If Content Generation Fails?
contentGenerationFailed event through the session delegate:If content generation fails, you’ll receive a generation failed event through the session delegate. Handle this by showing appropriate error messages and potentially creating a new session.Common causes include poor audio quality, network issues during processing, or server errors.How Do I Check If Content Is Ready without Retrieving It?
How Do I Check If Content Is Ready without Retrieving It?
Can I Retrieve Partial Content During Generation?
Can I Retrieve Partial Content During Generation?
suggestionsGenerated event.What Should I Do If Content Retrieval Fails?
What Should I Do If Content Retrieval Fails?
How Long Is Generated Content Stored on the Server?
How Long Is Generated Content Stored on the Server?
Can I Retrieve Content for Offline Sessions?
Can I Retrieve Content for Offline Sessions?