AI integration for GE surgery imaging focuses on three primary surfaces: the acquisition console, the advanced visualization workstation (AW Suite), and the perioperative documentation system. At the console, AI models can connect via GE's Edison AI Platform APIs to analyze live fluoroscopy or 3D rotational angiography feeds for real-time dose optimization and image quality enhancement, providing instant feedback to the technologist. Within the AW Suite, AI-powered segmentation tools can be embedded to automatically delineate anatomical structures (e.g., spinal pedicles, tumor margins, vascular anatomy) from intraoperative CT or cone-beam CT scans, overlaying 3D models directly onto the surgeon's navigation display.
Integration
AI Integration for GE Surgery Imaging

Where AI Fits in the GE Surgery Imaging Workflow
A technical blueprint for integrating AI into GE's C-arm, O-arm, and interventional suites to enhance surgical precision and automate procedural documentation.
The high-value workflow is automated procedural documentation. By integrating with the surgery imaging system's DICOM metadata and surgical information system (via HL7), an AI agent can listen for study completion events. It then triggers a multi-step process: 1) Analyze the final intraoperative images to identify key steps (e.g., instrument final position, implant placement, contrast injection phases), 2) Draft a structured procedural note summarizing findings, measurements, and dose reports, and 3) Route the draft to the surgeon's mobile device or EHR inbox for review and sign-off via a secure API. This turns a manual, post-case documentation task into a same-room activity, capturing details while the procedure is fresh.
A production implementation is typically wired through a secure, on-premise or hybrid cloud gateway. DICOM images are sent from the GE modality to a dedicated inference server (often GPU-accelerated) via DICOM C-STORE. The AI results—structured as DICOM Structured Reports (SR) or JSON payloads—are sent back to the PACS for archival and to the AW Suite for display. A parallel workflow engine, perhaps built on n8n or a similar orchestrator, manages the documentation drafting and approval routing, ensuring all actions are logged for audit trails. Rollout should start in a single OR suite, focusing on a repeatable procedure like spinal fusion or embolization, to validate the AI's accuracy and the surgeon's trust in the automated outputs before enterprise scaling.
Governance is critical. AI suggestions in the OR must be clearly presented as assistive tools, not autonomous decisions. Integration should include a mandatory human review step for all documentation drafts and a simple feedback mechanism (e.g., a 'correct/incorrect' button) within the surgeon's UI to continuously improve model performance. Furthermore, AI-driven dose alerts must be configured with institution-specific thresholds and should not interrupt the surgical flow without explicit, configurable rules. This controlled, workflow-aware approach ensures AI augments the surgical team's expertise without introducing new risks or delays.
Key Integration Surfaces in the GE Surgery Stack
Intraoperative Imaging Workflow
Integrate AI directly into the real-time imaging pipeline of GE's C-arm and O-arm systems. AI models can be triggered post-acquisition to provide immediate feedback on image quality, dose optimization, and preliminary findings.
Key Integration Points:
- DICOM Modality Worklist (MWL): Pull patient and procedure context for AI model selection.
- DICOM Send/Storage Commitment: Automatically route acquired 2D/3D images to an on-premise or edge AI inference service.
- DICOM Structured Report (SR) Return: Send AI results (e.g., "Image Quality: Optimal", "Suggested Dose Reduction: 15%") back to the modality or a surgical PACS for overlay.
This enables AI-assisted guidance, reducing the need for repeat scans and providing quantitative support for intraoperative decisions.
High-Value AI Use Cases for GE Surgery Imaging
Practical AI integration patterns for GE's C-arm, O-arm, and interventional suites. This guide details where to connect AI for dose optimization, image quality, and automated documentation within the surgical workflow.
Real-Time Dose Optimization for C-arm Fluoroscopy
Integrate AI models with the GE C-arm's imaging chain to analyze patient size, anatomy, and procedure type in real-time. The AI suggests optimal kVp, mA, and pulse rates, delivering diagnostic quality at minimum necessary dose. Results are logged back to the DICOM header for compliance reporting.
Intraoperative Image Quality Enhancement
Deploy GPU-accelerated AI denoising and metal artifact reduction algorithms as a processing step within the O-arm 3D reconstruction pipeline. This provides surgeons with clearer intraoperative CT images for navigation without extending scan time or dose, directly impacting surgical precision.
Automated Procedure Documentation & Coding
Connect AI to the surgery suite's audio/video feeds and device logs. Using multimodal AI, the system generates a structured operative note draft, suggests CPT/ICD-10 codes based on visualized instruments and steps, and pushes a summary to the EHR via HL7, reducing post-op administrative burden.
AI-Guided Instrument & Implant Positioning
Integrate computer vision AI with the live fluoroscopy feed and preoperative 3D plans. The AI overlays real-time guidance for optimal K-wire, screw, or implant trajectory, comparing live positioning to the planned path and alerting for deviation. Connects via GE's API for navigation systems.
Post-Procedure Case Review & Learning
Automatically curate a de-identified teaching file for each case. AI segments key steps, annotates critical decision points, and extracts dose/imaging metrics. This library populates a searchable knowledge base within the GE ecosystem for surgeon training and quality improvement programs.
Predictive Workflow & Resource Orchestration
Analyze historical case data from the surgery scheduling module and imaging logs to predict case duration, C-arm/O-arm usage patterns, and contrast/media needs. The AI provides daily forecasts to OR managers and technologists, optimizing room turnover and equipment readiness.
Example AI-Augmented Surgical Workflows
These workflows illustrate how AI agents and models can be embedded into GE's surgical imaging environment (C-arm, O-arm, interventional suites) to enhance procedural efficiency, documentation, and patient safety. Each flow connects via GE's APIs and DICOM interfaces to existing systems.
Trigger: A new fluoroscopic or CT series is acquired during a spinal or orthopedic procedure using a GE O-arm.
Context Pulled: The AI service listens for incoming DICOM studies via a secure gateway. It extracts exposure parameters (kVp, mAs, DAP), patient demographics, and procedure type from the DICOM headers and linked worklist.
AI Agent Action: A lightweight model compares the exposure against institutional reference levels and the patient's cumulative dose for the current procedure. If a threshold is exceeded or an atypical pulse sequence is detected, the agent triggers an alert.
System Update: An immediate, non-interruptive notification is pushed to:
- The mobile tablet of the circulating nurse via a GE-integrated app.
- The procedural dashboard on the imaging system's touchscreen.
- A secure Slack/Teams channel for the physics team, if configured.
The alert includes the series description, estimated skin dose, and a brief, actionable suggestion (e.g., "Consider lowering frame rate for next run").
Human Review Point: The alert is advisory. The surgeon and technologist acknowledge and decide on any technique adjustment. All alerts and acknowledgments are logged to the dose monitoring platform (e.g., GE DoseWatch) for QA audit.
Implementation Architecture: Data Flow and System Design
A technical blueprint for integrating AI into GE's surgery imaging environment, focusing on secure data flow, real-time inference, and clinical workflow embedding.
Integration begins at the modality. For GE C-arm and O-arm systems, AI models connect via the GE Edison AI Platform APIs or a secure DICOM router. Intraoperative images (fluoroscopy, 3D scans) are streamed to a local inference server or cloud endpoint. The architecture must support low-latency processing—often sub-second for real-time guidance—and maintain DICOM compliance for image integrity and metadata preservation. Key data objects include the Series Instance UID, Study Description, and Acquisition Context to trigger the correct AI algorithm (e.g., dose optimization vs. instrument detection).
The processed AI results—such as enhanced images, dose maps, or instrument overlays—are returned to the surgical workflow through two primary paths: 1) Direct injection back to the PACS as a new DICOM series (e.g., Softcopy Presentation State or Segmentation objects) for review on the surgical monitor, or 2) Via a REST API to the GE Surgery Guidance application or a custom surgical dashboard for real-time visualization. For automated documentation, AI-generated observations (e.g., "peak skin dose: X mGy", "critical structure proximity: Y mm") are formatted into HL7 FHIR or DICOM Structured Report (SR) and pushed to the EHR or surgical reporting module via an integration engine.
Rollout requires a phased, procedure-specific approach. Start with a single AI application (e.g., low-dose fluoroscopy enhancement) in a controlled OR, integrating with the GE Allia™ IGS platform or Advantage Workstation. Governance is critical: establish a QA loop where AI outputs are logged and compared against physicist and surgeon feedback. Implement RBAC to control which AI tools are available per user role (e.g., surgeon vs. technologist). All data flows must be encrypted in transit, and AI models should be validated against the hospital's specific device models and protocols to ensure clinical accuracy and safety.
Code and Payload Examples
Structured Reporting for AI Findings
AI models analyzing C-arm or O-arm images for dose optimization and image quality can generate DICOM Structured Reports (SR). These SR objects are stored in the PACS alongside the original study, providing a standardized, queryable record of AI insights. The payload includes coded measurements and qualitative assessments.
Example DICOM SR Snippet (JSON representation):
json{ "SOPClassUID": "1.2.840.10008.5.1.4.1.1.88.11", "ContentSequence": [ { "ValueType": "CONTAINER", "ConceptNameCodeSequence": { "CodeValue": "18748-4", "CodingSchemeDesignator": "LN", "CodeMeaning": "Dosimetry Report" }, "ContentSequence": [ { "ValueType": "NUM", "ConceptNameCodeSequence": { "CodeValue": "113725", "CodingSchemeDesignator": "DCM", "CodeMeaning": "Peak Skin Dose Estimate" }, "MeasuredValueSequence": { "NumericValue": 125.4, "MeasurementUnitsCodeSequence": { "CodeValue": "mGy", "CodingSchemeDesignator": "UCUM" } } } ] } ] }
This SR can trigger alerts in the GE surgery console or log to a dose management system if thresholds are exceeded.
Realistic Time Savings and Operational Impact
How AI integration in GE's C-arm, O-arm, and interventional suites can accelerate surgical workflows and enhance procedural documentation.
| Workflow Step | Before AI | After AI | Notes |
|---|---|---|---|
Fluoroscopy dose optimization | Manual adjustment by technologist | AI-recommended protocol based on anatomy | Reduces trial-and-error, maintains image quality while lowering patient/staff exposure |
Image quality enhancement | Post-processing after acquisition | Real-time AI denoising and artifact reduction | Provides clearer intraoperative guidance without delaying the procedure |
Instrument and anatomy segmentation | Manual annotation in 3D viewer | AI-powered auto-segmentation for planning | Cuts 3D model preparation from 15-30 minutes to under 2 minutes |
Procedural documentation note drafting | Manual dictation post-procedure | AI-generated draft from imaging events and vitals | Creates structured note skeleton, surgeon reviews and finalizes |
Critical finding notification | Visual identification by surgeon | AI-assisted detection of subtle contrast extravasation | Provides real-time secondary check, alerts via OR display |
Post-op image series selection for PACS | Manual series review and send | AI-automated series filtering and routing | Ensures key images are archived, reduces technologist send time by ~70% |
Surgical workflow compliance logging | Manual checklist entry | AI-inferred step completion from imaging and device data | Auto-populates quality metrics for registry reporting and review |
Governance, Security, and Phased Rollout
Integrating AI into surgical imaging requires a deliberate approach to security, compliance, and user adoption to protect patient data and ensure clinical efficacy.
A production integration for GE surgery imaging (C-arm, O-arm) must enforce strict data governance from the start. This means implementing a zero-trust architecture where AI inference runs in a secure, isolated environment—either on-premises or in a HIPAA-compliant cloud enclave. DICOM images and associated patient metadata are never persisted by the AI service; they are streamed via secure DICOMweb or REST APIs from the PACS/VNA (e.g., GE Centricity, HealthCloud) for transient analysis. All AI-generated outputs, such as dose optimization suggestions or image quality scores, are returned as DICOM Structured Reports (SR) or HL7 messages, creating a permanent, auditable trail within the existing imaging record. Role-based access control (RBAC) from the PACS or hospital AD must govern which surgeons and technologists can view or act on AI insights.
A phased rollout is critical for clinical validation and workflow integration. We recommend a three-phase approach: 1) Silent Mode: AI processes live imaging data in the background, generating logs and predictions without any display in the OR. This builds a performance baseline and identifies edge cases. 2) Assistive Mode: Non-critical, high-confidence AI suggestions (e.g., 'Low Dose Alert' or 'Collimator Adjustment Recommended') are displayed as non-interruptive notifications in the imaging workstation UI. Staff can acknowledge or ignore them, building trust and gathering feedback. 3) Integrated Mode: After validation and protocol refinement, key AI functions are embedded into the procedural workflow—for example, automated fluoro-loop capture for documentation or real-time overlay guidance for instrument positioning. Each phase requires defined success metrics, such as reduction in repeat acquisitions or time saved per procedure.
Ongoing governance is managed through a centralized LLMOps or MLOps dashboard that monitors model drift, inference latency, and user engagement. A clinical champion—often a lead surgeon or imaging director—should oversee a monthly review of AI performance logs and adverse event reports (even false positives). This ensures the AI remains aligned with evolving clinical protocols and hardware updates. For a sustainable program, the integration should be designed to allow for the safe swapping of AI models (e.g., from a third-party vendor for fracture detection to an internally developed model for tissue characterization) without disrupting the core imaging workflow, using containerized services and a well-defined API contract.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Frequently Asked Questions
Practical questions for integrating AI into GE's surgery imaging environment, covering C-arm, O-arm, and interventional suites. Focused on implementation, security, and workflow impact.
AI integration is designed to be non-disruptive, operating as a background service that listens to the PACS and modality data streams.
Typical Integration Flow:
- Trigger: A new DICOM series (e.g., from a C-arm cone-beam CT or O-arm 3D scan) is sent to the PACS (e.g., Centricity PACS, GE HealthCloud).
- Context Pull: An integration service (like a DICOM listener or HL7 ORU subscriber) detects the new study, checks metadata (procedure type, modality, accession), and routes it to the appropriate AI pipeline.
- AI Action: Containerized AI models run inference for specific tasks (e.g., metal artifact reduction for implant visualization, automated measurement for screw placement planning).
- System Update: Results are packaged as DICOM Structured Reports (SR) or secondary capture images and sent back to the PACS, linked to the original study.
- Surgeon/Technologist Review: The AI-enhanced images or quantitative results appear in the surgeon's review workstation (e.g., AW Server) or the PACS viewer as an additional series, available on-demand. No change to the primary acquisition or display is required.
Key Point: The surgeon's primary workflow remains unchanged. AI results are supplemental, accessed only when needed for decision support.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us