Qure.ai Documentation
  • User's Manual
    • Qure.ai App User's Manual
      • Getting Started
        • Installation in Windows/Mac
        • Installation in Mobile
        • To Log In to Qure.ai App
      • Qure.ai App Features
        • Windows/Mac OS App UI
          • Worklist Panel
            • Worklist Search
            • Saveable Filters
          • Navigation Toolbar
            • Dark/Light Mode
            • Add
              • Add Patient
              • Import Scans
            • Settings
              • Notification Settings
              • Automated Sharing
              • User Groups Management
              • Worklist Tags
              • Report Templates & Formatting
              • Workspace Management
              • Connection to modality
            • Profile
          • Patient Channel
            • To Edit/Merge Patient Worklist Information
            • To Sent Photos/Videos/Document
            • To Add Clinical Forms
              • Tuberculosis Diagnosis Forms
                • Risk Groups
                • Symptoms
                • TB Vouchers
                • Confirmatory Lab Test - GeneXpert
                • Confirmatory Lab Test - CBNAAT
              • Stoke Evaluation Forms
                • NIHSS Evaluation
                • Clinical History of Stoke Suspects
          • Preview Panel
            • Studies Filter
          • Share Function
            • To Share the Patient File
          • Emergency Activation
          • Support
            • Report an Issue
            • Send an Idea
          • Qure.ai App Viewer
            • Navigation Toolbar
            • STUDIES Panel
            • DICOM Viewer
              • Tool
                • Window/Level
                • Measuring Tool Menu
              • Viewer
            • REPORTING Panel
              • Edit Report
              • Download Report
          • Qure.ai App Widget
        • Mobile App UI
          • Worklist
            • Menu
          • Patient Channel
          • Studies Panel
          • Support
      • Configuration
      • Troubleshooting
      • FAQs
        • Security and Privacy
    • Gateway User Manual
      • Installation pre-requisite
      • Installation Process
      • Configuration
        • Setting up the Medical System (modality) Configuration
          • Configuring Medical System (modality)
      • DCMIO features
      • Troubleshooting
      • FAQs
  • Release Notes
    • Qure.ai App
    • Gateway
  • API
    • Platform API
      • Overview
      • Get Started
        • qXR
        • qER
        • qCT
        • qMSK
      • API Specifications
        • Uploading the Dicoms
        • Initiating Computation
        • Fetching Results
      • On-premises Deployment Specifications
        • Server Setup
        • Deployment Files
        • Starting the Service
      • Output Specifications
        • qXR
        • qER
        • qCT
        • qMSK
Powered by GitBook
On this page
  • .result
  • .result.report
  • .result.files

Was this helpful?

  1. API
  2. Platform API

Output Specifications

PreviousStarting the ServiceNextqXR

Last updated 2 years ago

Was this helpful?

All the generated outputs will be available as a response payload for the result call. Along with the JSON, the generated output files will also be available as URLs in the response payload.

.result

.result attribute will contain all the relevant findings from AI models like reports, files, etc.

.result.report

A report in the result attribute is the textual summary of the AI findings.

This attribute is returned as a list of strings by default. The return value can be configured as a concatenated string by specifying a custom delimiter.

.result.files

All the generated output files are available to download via a link.

qXR
qER
qCT
qMSK