Inferensys

Integration

AI Integration for Intelerad Ophthalmology PACS

A technical implementation guide for adding AI-powered analysis and workflow automation to Intelerad's ophthalmology PACS, enabling automated detection, quantification, and reporting for diabetic retinopathy, glaucoma, and macular disease.
Operations team reviewing AI workflow automation on laptop, workflow builder visible, casual office setup.
ARCHITECTURE AND ROLLOUT

Where AI Fits in the Ophthalmology Imaging Workflow

A practical blueprint for embedding AI into Intelerad's ophthalmology module to automate analysis and accelerate clinical decision-making.

AI integration for Intelerad Ophthalmology PACS connects at three key functional surfaces: the worklist manager, the image viewer, and the reporting module. The primary workflow begins when a new ophthalmic study—such as an OCT, fundus photo, or visual field test—is archived into the PACS. An automated DICOM listener or a scheduled task can trigger an AI inference service via a secure API call, sending the anonymized images for analysis. Results, including structured findings like retinal layer thickness maps, DR severity scores, or glaucoma progression flags, are returned as DICOM Structured Reports (SR) or JSON payloads and attached to the original study. This enriches the study metadata before the ophthalmologist even opens the case, allowing the worklist to be prioritized by clinical urgency.

Within the reading session, AI findings are presented as interactive overlays or a side panel within the Intelerad viewer. For an OCT scan, an AI-powered segmentation overlay can highlight fluid volumes or retinal layers directly on the B-scan. For a fundus image, bounding boxes and confidence scores for pathologies like microaneurysms or hemorrhages are displayed. This integrated presentation allows the clinician to rapidly verify AI suggestions, correlate findings across modalities, and incorporate quantitative data directly into their narrative report using context-aware macros or auto-populated structured report templates. The integration is designed to be non-disruptive, preserving the native Intelerad user experience while augmenting it with AI-derived intelligence.

A production rollout requires careful governance. A phased deployment typically starts with a silent mode, where AI runs in the background and results are logged but not displayed, to establish baseline performance and clinician trust. Following validation, a concurrent read mode is enabled, where AI findings are visible as a secondary opinion. Key technical considerations include managing GPU-accelerated inference for high-volume OCT analysis, implementing RBAC to control which user roles see AI annotations, and ensuring all AI activity is logged to the audit trail for compliance and MIPS reporting. The final architecture should treat the AI service as a stateless, containerized microservice, communicating with Intelerad via its published REST APIs and DICOMweb endpoints, ensuring scalability and ease of maintenance across a health system's imaging network.

ARCHITECTURAL BLUEPRINTS

Integration Surfaces Within Intelerad Ophthalmology PACS

Core DICOM Ingestion and Storage

The Vendor Neutral Archive (VNA) or cloud PACS layer is the primary entry point for AI. Integration here enables automated, protocol-triggered analysis as soon as studies arrive.

Key Integration Points:

  • DICOM Listener/SCP: Configure a DICOM Service Class Provider to receive ophthalmic studies (OCT, fundus photos, visual fields) directly from modalities or via the PACS.
  • Study Trigger: Use DICOM C-STORE completion events or monitor a hot folder to initiate AI inference pipelines.
  • Metadata Enrichment: Write AI results (e.g., Diabetic Retinopathy Grade: Moderate) back to the study as DICOM Structured Reports (SR) or private tags, making them searchable within the archive.

This foundational layer ensures AI is applied consistently to all incoming imaging, creating an enriched data asset for downstream workflows.

INTELERAD OPHTHALMOLOGY PACS

High-Value AI Use Cases for Ophthalmology

Integrate AI directly into the Intelerad Ophthalmology PACS workflow to automate analysis of OCT, fundus photography, and visual field data, providing quantitative support for diagnosis, monitoring, and referral decisions.

01

Automated Diabetic Retinopathy Screening

AI analyzes incoming fundus photos for signs of DR (microaneurysms, hemorrhages, exudates) and assigns an ICDR severity grade. Positive cases are automatically flagged in the worklist and can trigger structured report drafts or referral workflows within the PACS, streamlining high-volume screening programs.

Batch -> Real-time
Screening workflow
02

Glaucoma Progression Analysis

Integrate AI models that compare sequential OCT retinal nerve fiber layer (RNFL) scans and visual field tests. The system quantifies change over time, highlighting areas of significant thinning or functional loss. Results are embedded as an overlay in the PACS viewer and auto-populate progression charts in the report, supporting objective monitoring.

1 sprint
Implementation timeline
03

Macular Edema Quantification & Monitoring

For OCT scans, AI performs automated segmentation of intraretinal and subretinal fluid. It calculates precise fluid volume maps and central subfield thickness. These quantitative biomarkers are injected into the study as DICOM Structured Reports (SR), enabling precise tracking of treatment response for conditions like DME and nAMD directly within the clinical review.

Hours -> Minutes
Measurement time
04

Prioritized Worklist for Urgent Findings

AI acts as a pre-read triage engine, scanning all incoming ophthalmic images for critical or urgent findings (e.g., retinal detachment, neovascularization, significant hemorrhage). Cases are automatically elevated to the top of the radiologist's or ophthalmologist's worklist in Intelerad, with configurable alerts, ensuring the most time-sensitive cases are reviewed first.

Same day
Critical review
05

Structured Report Drafting & Data Capture

AI extracts quantitative findings (thickness maps, fluid volumes, DR grades) and suggests structured narrative text for the impression and findings sections. This draft is pushed into the Intelerad reporting module or integrated speech recognition system, reducing dictation time and ensuring consistent, data-rich reports that are ready for final review and sign-off.

06

Referral & Prior Authorization Workflow Support

Based on AI findings (e.g., proliferative DR, wet AMD), the system can trigger automated referral workflows. It can pre-populate insurance prior authorization forms with clinical justification pulled from the AI analysis (ICD-10 codes, quantitative metrics), and even route the study and report to a designated specialist's queue within the PACS network.

Batch -> Real-time
Approval prep
INTELERAD OPHTHALMOLOGY PACS

Example AI-Augmented Clinical Workflows

These workflows demonstrate how AI agents can be embedded into the Intelerad Ophthalmology PACS to automate analysis, enrich clinical data, and streamline the diagnostic and referral pathway. Each flow is triggered by a DICOM study arrival and executes a series of context-aware actions.

Trigger: A color fundus photograph (CFP) or OCT study is received in the assigned worklist for a patient with a diabetes mellitus diagnosis flag.

Context Pulled: The agent queries the PACS for the patient's prior ophthalmic imaging studies and retrieves relevant clinical data from the connected EHR via HL7/FHIR (e.g., HbA1c levels, last screening date).

AI Action: A specialized DR grading AI model analyzes the new images, generating a classification (e.g., No DR, Mild NPDR, Moderate NPDR, Severe NPDR, PDR) and confidence score. It also checks for diabetic macular edema (DME) indicators on OCT.

System Update: The AI findings are written back to the PACS as a DICOM Structured Report (SR). The worklist is automatically updated:

  • Studies with Referable DR (Moderate NPDR or worse) or DME are flagged URGENT and pushed to the top of a sub-specialist's worklist.
  • Studies with No or Mild DR are tagged ROUTINE and a draft note is auto-populated in the reporting module: "AI-assisted review indicates no referable diabetic retinopathy. Recommend follow-up in 12 months per standard screening guidelines."

Human Review Point: The ophthalmologist or reading specialist reviews the AI-generated classification, the flagged images, and the draft note. They can accept, modify, or reject the AI findings with a single click, which feeds an audit log for model performance tracking.

CONNECTING AI TO THE OPHTHALMOLOGY WORKSTATION

Implementation Architecture: Data Flow & APIs

A technical blueprint for wiring AI analysis into Intelerad's ophthalmology module, from DICOM ingestion to structured findings in the clinician's workflow.

The integration architecture connects to Intelerad's PowerReader Ophthalmology workstation and its underlying Vendor Neutral Archive (VNA). The primary data flow is triggered when a new ophthalmic study—such as an OCT, fundus photo, or visual field test—is stored. Using a DICOMweb listener or a workflow manager API hook, the system pushes the study's Series Instance UID and accession data to a secure, HIPAA-compliant inference queue. The AI service, typically containerized and GPU-accelerated, retrieves the anonymized images via DICOMweb WADO-RS, executes the analysis (e.g., for diabetic retinopathy grading, macular edema quantification, or glaucoma progression), and returns results as a DICOM Structured Report (SR) or a JSON payload containing measurements, confidence scores, and annotated overlays.

These AI-generated findings are then ingested back into Intelerad via its Clinical Data Repository API or by creating a new DICOM SR object linked to the original study. For the clinician, this manifests as an AI Findings Panel within the PowerReader viewer, showing quantified metrics (like retinal layer thickness) and detection flags. Critical results can be configured to trigger HL7 ADT messages to the EHR or create priority worklist flags. The architecture supports a human-in-the-loop review; the ophthalmologist can accept, modify, or reject AI suggestions, with all interactions logged to an audit trail for model performance tracking and regulatory compliance.

Rollout is phased, starting with a single AI algorithm (e.g., DR screening) in a pilot clinic. Governance is managed through Intelerad's role-based access controls (RBAC) to determine which users see AI results, coupled with a prompt library for consistent report drafting. The system is designed for scalability, allowing new containerized AI models to be added to the inference pipeline without modifying the core PACS integration, enabling health networks to evolve their ophthalmic AI portfolio over time. For related architectural patterns, see our guides on AI Integration for Vendor Neutral Archives (VNA) and AI Integration for Radiology Reporting Platforms.

INTELERAD OPHTHALMOLOGY PACS

Code & Payload Examples

AI-Generated Structured Report Payload

When an AI model analyzes an OCT scan for Diabetic Macular Edema (DME), it generates a DICOM Structured Report (SR) containing quantitative measurements and qualitative findings. This payload is sent back to Intelerad via DICOMweb STOW-RS, where it's linked to the original study.

json
{
  "SOPClassUID": "1.2.840.10008.5.1.4.1.1.88.11",
  "ContentSequence": [
    {
      "RelationshipType": "CONTAINS",
      "ValueType": "CODE",
      "ConceptNameCodeSequence": [{"CodeValue": "121139", "CodingSchemeDesignator": "DCM", "CodeMeaning": "Imaging Measurement"}],
      "ContentSequence": [
        {
          "RelationshipType": "CONTAINS",
          "ValueType": "NUM",
          "ConceptNameCodeSequence": [{"CodeValue": "122291", "CodingSchemeDesignator": "DCM", "CodeMeaning": "Central Subfield Thickness"}],
          "MeasuredValueSequence": [{"NumericValue": 315, "MeasurementUnitsCodeSequence": [{"CodeValue": "\u03bcm", "CodingSchemeDesignator": "UCUM"}]}]
        },
        {
          "RelationshipType": "CONTAINS",
          "ValueType": "CODE",
          "ConceptNameCodeSequence": [{"CodeValue": "RID10317", "CodingSchemeDesignator": "RADLEX", "CodeMeaning": "Diabetic Macular Edema"}],
          "ConceptCodeSequence": [{"CodeValue": "RID38558", "CodingSchemeDesignator": "RADLEX", "CodeMeaning": "Present"}]
        }
      ]
    }
  ]
}

This structured data auto-populates report templates and can trigger alerts or routing rules within the Intelerad workflow manager.

AI-ENHANCED OPHTHALMIC WORKFLOWS

Realistic Time Savings & Operational Impact

This table illustrates the typical operational impact of integrating AI analysis tools into the Intelerad Ophthalmology PACS workflow, focusing on key tasks for ophthalmologists, technicians, and administrative staff.

Workflow / TaskBefore AI IntegrationAfter AI IntegrationImplementation Notes

Diabetic Retinopathy Screening Review

Manual grading of fundus photos (5-10 min/study)

AI pre-grading with highlighted findings (1-2 min/study)

AI provides a severity score and regions of interest; clinician confirms.

OCT Macular Edema Quantification

Manual caliper measurements on B-scans (3-5 min)

Automated retinal layer segmentation & fluid volume (30 sec)

AI outputs quantitative metrics (CST, IRF/SRF volumes) for the report.

Glaucoma Progression Analysis

Visual comparison of serial OCT RNFL/GCC maps

Automated trend analysis with deviation flags

AI highlights statistically significant changes across timepoints.

Referral Triage & Prioritization

First-in, first-out or manual urgency assessment

AI-scored priority based on detected pathology severity

Critical cases (e.g., retinal detachment signs) are flagged in the worklist.

Structured Report Draft Generation

Dictation or manual entry from scratch

AI-populated draft with measurements and findings

Clinician edits and finalizes; integrates with speech recognition.

Coding & Billing Support

Manual code selection based on report review

AI-suggested CPT & ICD-10 codes from report findings

Requires human validation for compliance; reduces coding queries.

Patient Communication Prep

Manual creation of patient-friendly summaries

AI-generated lay-language explanation of key findings

Used for patient portals and follow-up instructions; reviewed by staff.

IMPLEMENTING AI IN A REGULATED CLINICAL ENVIRONMENT

Governance, Security & Phased Rollout

Deploying AI for ophthalmic imaging requires a controlled, phased approach that prioritizes patient safety, data integrity, and clinician trust.

A production integration for Intelerad Ophthalmology PACS is built on a secure, auditable pipeline. DICOM studies from modalities like OCT and fundus cameras are ingested via HL7 ORM/ORM messages or DICOM C-STORE to a secure staging area. AI inference runs in an isolated, HIPAA-compliant environment—often a private cloud or on-premises GPU cluster—where patient data is never persisted. Results are returned as DICOM Structured Reports (SR) or DICOM Secondary Capture objects, tagged with the original study's UIDs and stored back into the Intelerad VNA. This creates a permanent, traceable link between the AI output and the source images within the PACS audit trail.

Governance is enforced at multiple levels. Role-based access control (RBAC) within Intelerad determines which ophthalmologists or technicians can view AI findings, often restricting initial visibility to a "QA" or "Overread" worklist. AI-generated measurements or detection flags (e.g., "Referable Diabetic Retinopathy Suspected") are presented as non-destructive overlays or sidecar reports, requiring explicit clinician verification before being incorporated into the final signed report. A human-in-the-loop approval step is mandatory for critical findings, ensuring the AI acts as an assistive tool, not an autonomous decision-maker. All AI interactions, from study trigger to result review, are logged for performance monitoring and regulatory compliance.

A phased rollout minimizes disruption. Phase 1 (Pilot) typically targets a single, high-volume workflow like diabetic retinopathy screening, deploying AI for automated triage to prioritize urgent cases. AI results are visible only to a pilot group of clinicians in a separate worklist. Phase 2 (Expansion) integrates AI findings directly into the primary reading workflow for the pilot use case, using subtle visual cues (e.g., color-coded thumbnails) to indicate AI-prioritized studies. Phase 3 (Scale) adds additional AI models (e.g., for glaucoma progression, macular edema) and expands access across the department, with continuous feedback loops where radiologist corrections are used to retrain and improve model performance. This staged approach builds confidence, refines workflows, and delivers measurable impact—reducing time to diagnosis for urgent cases—before full-scale deployment.

INTELERAD OPHTHALMOLOGY PACS

Frequently Asked Questions (Technical & Clinical)

Practical questions for architects and clinical leaders planning AI integration into Intelerad's ophthalmology module, covering workflow triggers, data handling, clinical governance, and implementation sequencing.

AI analysis is typically triggered via a DICOM or HL7 event from Intelerad's workflow manager. The most common patterns are:

  1. Study Completion Trigger: When an OCT, fundus photo, or visual field test is STORED to the PACS, a DICOM C-STORE SCP listener (often deployed as a containerized service) forwards the study to an AI inference queue.
  2. Worklist Trigger: A radiologist or ophthalmologist manually flags a study from the Intelerad PowerReader worklist for AI analysis, which fires a webhook to your orchestration layer.
  3. Scheduled Batch Trigger: For screening programs, a nightly job queries the Intelerad database for studies meeting specific criteria (e.g., diabetic patients, no prior AI analysis) and submits them.

Key Integration Point: Intelerad's Workflow Manager API or monitoring the PACS' DICOM node. The AI service must return results in a structured format (DICOM SR or JSON) that Intelerad can consume and display.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.