Inferensys

Integration

AI Integration for GE Emergency Department PACS

A technical integration guide for embedding AI into GE's Emergency Department PACS workflow to enable automated study prioritization, critical finding alerts, and accelerated reporting for trauma and non-trauma cases.
Operations team reviewing AI workflow automation on laptop, workflow builder visible, casual office setup.
ARCHITECTURE AND ROLLOUT

Where AI Fits in the GE ED PACS Workflow

A technical blueprint for embedding AI-driven prioritization and notification directly into the high-acuity emergency department imaging workflow.

AI integration for GE Emergency Department PACS targets three primary surfaces: the reading worklist, the reporting module, and the notification/alerting system. The goal is to inject AI analysis—typically from a containerized inference service—between the modality and the radiologist's final read. When a CT or X-ray study is completed in the ED, the DICOM study is sent to the PACS and simultaneously routed via a DICOM Send or HL7 ORM/ORU message to a secure AI inference queue. Algorithms for trauma (e.g., ICH, pneumothorax, spine fracture) and non-trauma (e.g., appendicitis, bowel obstruction) are run in parallel, returning structured results as a DICOM SR (Structured Report) or via a REST API callback.

The returned AI findings are then used to dynamically reorder the radiologist's Centricity PACS worklist, pushing studies with high-probability critical findings to the top. For confirmed critical results, the integration can trigger automated critical result notifications via the existing hospital communication system (e.g., secure chat, pager), embedding a direct link to the flagged study in the zero-footprint viewer. Within the reporting interface, AI can pre-populate draft findings sentences and suggest relevant report macros, reducing dictation time for high-volume ED shifts. This creates a closed-loop workflow where AI acts as a force multiplier, ensuring the sickest patients are seen first while automating administrative overhead.

A production rollout requires careful governance. AI results should be presented as non-interruptive overlays or side-panels within the PACS viewer, requiring radiologist verification before final sign-off to maintain legal responsibility. An audit trail must log every AI inference, its result, and the radiologist's action (accepted, modified, rejected) for performance monitoring and regulatory compliance. Starting with a pilot—such as AI triage for non-contrast head CTs in suspected stroke—allows for workflow validation and change management before scaling to the full ED imaging portfolio. The integration should be designed to fail gracefully; if the AI service is unavailable, the PACS workflow continues uninterrupted, falling back to standard first-in-first-out reading.

ARCHITECTURE FOR AI-DRIVEN EMERGENCY CARE

Key Integration Surfaces in GE's ED PACS Ecosystem

Core Data and Workflow Integration

The primary integration surface for AI in GE's ED PACS is the Centricity PACS API layer, which provides programmatic access to the worklist, study metadata, and DICOM objects. For real-time AI inference, the DICOMweb (WADO-RS, STOW-RS) endpoints are critical. They allow for:

  • Study Retrieval: Pulling anonymized or tokenized DICOM studies (CT, X-ray) from the PACS for AI processing without disrupting the radiologist's primary viewer.
  • Result Submission: Pushing AI-generated findings back as DICOM Structured Reports (SR) or Secondary Capture objects, which can be attached to the original study and displayed within the Centricity viewer.
  • Worklist Hooks: Using API calls to update study priority flags or add custom tags (e.g., AI_CRITICAL_FINDING: PNEUMOTHORAX) that reorder the ED radiologist's reading list.

This layer enables the foundational "AI as a pre-read" or "triage assistant" pattern, where studies are analyzed en route to or upon arrival in the PACS.

GE PACS INTEGRATION PATTERNS

High-Value AI Use Cases for Emergency Department Imaging

Integrating AI directly into GE's Emergency Department PACS workflow enables rapid prioritization of critical cases, automated notification of urgent findings, and accelerated reporting to support faster clinical decisions in high-acuity environments.

01

Automated Trauma Triage & Prioritization

AI analyzes incoming whole-body CTs for life-threatening injuries (e.g., solid organ laceration, active hemorrhage, pneumothorax). Positive studies are flagged and automatically elevated to the top of the ED radiologist's worklist in GE PACS, ensuring the sickest patients are read first. Integration uses DICOM SCU/SCP and HL7 ADT messages to match AI results with the correct patient and study.

Minutes Saved
On critical case review
02

Critical Finding Notification to ED Clinicians

When AI detects a critical finding (e.g., large vessel occlusion, intracranial hemorrhage, tension pneumothorax), the system generates an immediate HL7 alert sent to the ED's clinical communication system or EHR. The alert includes a de-identified image snapshot and a link to the study in the GE zero-footprint viewer, allowing the ED team to view the finding before the formal report is finalized.

Batch -> Real-time
Result delivery
03

AI-Assisted Report Drafting for Common ED Studies

For high-volume studies like chest X-rays (pneumonia, effusion) and non-contrast head CTs (hemorrhage, mass effect), AI generates a structured findings draft populated into the GE reporting module or integrated speech recognition system. The radiologist verifies, edits, and signs, cutting dictation time. Integration passes AI-generated DICOM Structured Reports (SR) or JSON via GE's clinical API.

Same Day
Report turnaround
04

Automated Quality Control & Protocol Compliance

AI runs on all incoming ED studies to check for technical errors (laterality markers, patient positioning, scan coverage) and protocol adherence (contrast timing, slice thickness). Failures trigger an instant notification to the ED technologist's workstation via the GE technologist console interface, enabling immediate correction before the patient leaves the department.

1 Sprint
To reduce repeat scans
05

Fracture Detection & Triage for Musculoskeletal Imaging

AI analyzes ED extremity X-rays and CTs for acute fractures and dislocations. Detected fractures are annotated directly on the images within the GE PACS viewer using DICOM GSPS overlays. Studies are tagged with a priority score, allowing triage of complex multi-trauma orthopedic cases. Negative studies can be routed to a lower-priority batch worklist.

Hours -> Minutes
For fracture review
06

Longitudinal Comparison & Prior Study Summarization

When a patient has prior imaging, AI automatically retrieves and compares the relevant prior exam, highlighting interval changes (e.g., new or growing pulmonary nodule, increasing effusion). A text summary of key changes is injected into the current study's metadata or presented in a side panel in the GE viewer, providing critical context to the interpreting radiologist.

INTEGRATION PATTERNS

Example AI-Augmented Emergency Radiology Workflows

These concrete workflows illustrate how AI agents can be embedded into GE's ED PACS to accelerate triage, automate notifications, and support reporting. Each pattern connects via GE's APIs, DICOM, or HL7 to trigger actions within the existing clinical system.

Trigger: A new CT study (e.g., "Trauma Pan Scan") is completed and sent to the GE PACS.

Context Pulled: The AI service, listening via DICOM C-STORE or a PACS event API, retrieves the study. It reads the modality, body region, and ED order context from the DICOM tags and associated HL7 ADT message.

AI Agent Action: A pre-validated AI model (e.g., for hemorrhage, pneumothorax, solid organ injury) analyzes the images. If a critical finding is detected with high confidence, the agent generates a structured DICOM SR (Structured Report) and a plain-text summary.

System Update:

  1. The DICOM SR is sent back to the PACS and linked to the original study.
  2. An HL7 ORU message containing the critical finding summary is sent to the hospital's alerting system (e.g., middleware, nurse call system).
  3. The study is automatically flagged with a "CRITICAL - AI POSITIVE" status in the GE reading worklist, pushing it to the top for the on-call radiologist.

Human Review Point: The radiologist reviews the AI-highlighted slices and the SR. The final report incorporates or refutes the AI finding, creating an audit trail. The AI's alert is logged but does not directly page clinicians until a radiologist confirms.

GE EMERGENCY DEPARTMENT PACS INTEGRATION

Implementation Architecture: Data Flow & Integration Patterns

A technical blueprint for wiring AI directly into the GE ED PACS workflow to prioritize critical studies and automate notifications.

Integration begins at the DICOM Study Router within the GE PACS ecosystem. As CT and X-ray studies are completed in the ED, the PACS automatically pushes anonymized DICOM images and metadata via a DICOM C-STORE SCU to a secure, on-premises or cloud-based AI Inference Gateway. This gateway, built on containerized services, manages the queuing, load balancing, and secure execution of AI models—such as those for detecting intracranial hemorrhage, pneumothorax, or fractures—against the incoming imaging data. Results, including bounding boxes, confidence scores, and structured findings, are packaged as DICOM Structured Reports (SR) or HL7 messages and sent back to the PACS via DICOM C-STORE SCP or a HL7 ADT/A04 interface.

Within the GE ED PACS, the AI results trigger two primary workflow actions. First, the Radiologist Worklist is dynamically re-prioritized. Studies flagged with high-confidence critical findings are elevated to the top of the list, tagged with visual alerts. Second, for the most time-sensitive detections (e.g., large vessel occlusion), the system can initiate an automated Critical Results Notification. This uses the PACS's existing notification framework or integrated secure messaging (like TigerText or Spok) to send an immediate alert with a de-identified case preview to the designated ED physician and stroke team, bypassing the wait for a radiologist's initial read. This creates a parallel, AI-assisted triage lane operating alongside the standard radiology workflow.

Rollout follows a phased, governance-first model. Initial deployment targets a single high-volume AI algorithm (e.g., ICH detection on non-contrast head CTs) in a silent mode, where results are logged but do not alter the worklist or trigger notifications. This allows for validation against ground truth and establishes baseline performance. After a governance committee approves, the system shifts to assistive mode, where worklist prioritization is enabled. Full notification workflows are the final phase, requiring clear protocols for alert acceptance, escalation, and documentation. All AI interactions are logged to a dedicated audit trail within the PACS or a separate system, capturing the original images, AI inference payload, result action, and any overrides by clinical staff for compliance and continuous model monitoring.

GE EMERGENCY DEPARTMENT PACS

Code & Payload Examples for Common Integration Tasks

Triggering AI Analysis on ED Studies

Integrate with the GE PACS DICOM listener or the Centricity PACS API to automatically send incoming ED studies (CT, X-ray) to an AI inference service upon arrival. The service returns a priority score and critical finding flags, which are used to reorder the radiologist's worklist.

Example Python Webhook Handler:

python
import requests
import json
from dicomweb_client import DICOMwebClient

# 1. Receive DICOM Study UID from PACS
study_uid = request.json.get('StudyInstanceUID')

# 2. Retrieve images via DICOMweb
client = DICOMwebClient(url='https://ge-pacs-server/dicomweb/')
instances = client.retrieve_instances(study_instance_uid=study_uid)

# 3. Send to AI Service for triage
ai_payload = {
    "study_uid": study_uid,
    "modality": instances[0].Modality,
    "body_part": instances[0].BodyPartExamined,
    "image_data": "base64_encoded_preview"
}
response = requests.post('https://ai-service/infer', json=ai_payload)

# 4. Update PACS Worklist via API
priority_score = response.json().get('priority_score')
critical_findings = response.json().get('critical_flags')
update_payload = {
    "AccessionNumber": instances[0].AccessionNumber,
    "Priority": "STAT" if priority_score > 0.8 else "ROUTINE",
    "CustomField_AI_Priority": priority_score,
    "CustomField_AI_Flags": critical_findings
}
requests.patch(f'https://ge-pacs-api/studies/{study_uid}', json=update_payload)
AI-ENHANCED EMERGENCY DEPARTMENT WORKFLOWS

Realistic Time Savings and Operational Impact

This table illustrates the tangible operational improvements achievable by integrating AI prioritization and notification tools directly into the GE Emergency Department PACS workflow. Impact is measured in time saved, workflow efficiency, and clinical responsiveness.

Workflow StageBefore AI IntegrationAfter AI IntegrationImplementation Notes

Study Triage & Prioritization

Manual review by tech/radiologist; FIFO queue

AI-driven critical finding flag; trauma studies pushed to top

AI scans for pneumothorax, ICH, fractures; human oversight remains

Critical Result Notification

Phone call/pager after radiologist dictation

Automated, immediate AI alert to ED team via secure chat/HL7

Configurable thresholds; integrates with nurse call system for high acuity

Radiologist Preliminary Read

Sequential reading of entire ED list

Prioritized worklist with AI findings pre-loaded for review

Reduces time to initial read for critical cases from ~30 to <5 minutes

Report Draft Generation

Blank dictation or template selection

AI-suggested findings and measurements auto-populated in draft

Radiologist edits and verifies; reduces dictation time by 40-60%

Communication Loop (ED → Rad)

Multiple calls for status, wet reads

Shared dashboard visibility of AI triage status and queue position

Reduces non-clinical interruptions; status is self-service

Follow-up Imaging Coordination

Manual tracking of pending additional views

AI tracks incomplete series and suggests protocol to ED tech

Integrated with modality worklist; reduces repeat scans and delays

Shift Handoff & Case Review

Manual case review for sign-out

AI-generated summary of high-acuity cases and pending studies

Ensures continuity of care; highlights cases needing immediate attention

CONTROLLED DEPLOYMENT FOR EMERGENCY CARE

Governance, Safety, and Phased Rollout Strategy

A practical framework for deploying AI in the ED PACS with appropriate safety gates, audit trails, and a risk-adjusted rollout plan.

In the Emergency Department, AI integration must prioritize patient safety and clinician trust. For GE's ED PACS, this means implementing a multi-layered governance model. Key controls include:

  • Role-Based Access Control (RBAC): Restricting which users (e.g., attending radiologists, ED physicians) can see AI findings and override them.
  • Audit Logging: Every AI inference, user interaction, and result modification is logged to the study's DICOM metadata or an external audit database, creating a traceable chain of custody.
  • Human-in-the-Loop Mandate: AI outputs are configured as non-interpretive findings suggestions or priority flags within the PACS viewer (e.g., a "Critical Finding Alert" overlay). The radiologist's final report is the sole source of truth.
  • Model Performance Monitoring: Integrating with GE's Edison AI Platform or a separate LLMOps dashboard to track model drift, inference latency, and accuracy metrics (e.g., false positive rates for pneumothorax detection) against a validation set of ED studies.

A phased rollout mitigates risk and allows for workflow optimization. A typical four-phase approach for GE ED PACS is:

  1. Silent Pilot: AI processes incoming DICOM studies (CTs, X-rays) in the background via a service listening to the PACS' DICOM SCP. Results are stored in a separate database but not displayed. This validates technical integration and establishes baseline performance without impacting care.
  2. Non-Interruptive Alerts: AI findings are displayed as a non-obtrusive sidebar or color-coded flag in the GE viewer worklist and within the study hanging protocol. This introduces the AI as an assistive tool without disrupting the primary reading workflow.
  3. Context-Aware Integration: AI insights become more embedded. For trauma pan-scans, AI-powered organ segmentation and injury scoring templates are suggested. For non-trauma chest X-rays, AI draft findings for common pathologies are populated into the speech recognition macro palette. All suggestions require explicit acceptance.
  4. Workflow Orchestration: AI-driven prioritization automatically reshuffles the ED radiologist's worklist based on detected criticality (e.g., large vessel occlusion, tension pneumothorax). This phase integrates with the hospital's critical result notification system, using AI as a trigger for automated, protocol-driven alerts to the ED team via secure messaging, while maintaining the radiologist's final approval.

Post-deployment, governance is operational. A Clinical AI Committee—comprising radiologists, ED physicians, IT, and compliance—reviews audit logs, performance reports, and incident feedback quarterly. Change control procedures are established for any prompt updates, model retraining, or integration modifications. This structured, safety-first approach ensures the AI integration enhances the speed and accuracy of emergency care within GE's trusted clinical environment, building the foundation for scalable adoption across other high-acuity imaging workflows.

GE EMERGENCY DEPARTMENT PACS

FAQ: Technical and Commercial Integration Questions

Practical answers for technical leaders and clinical operations managers planning an AI integration into GE's ED PACS workflow.

The integration uses a combination of DICOM and HL7 interfaces, acting as a middleware layer that listens and reacts to events in your GE environment.

Typical Integration Points:

  1. DICOM Listener: A service receives all incoming DICOM studies from CT, X-ray, and ultrasound modalities destined for the ED PACS worklist.
  2. HL7 ADT/ORM: Listens for ADT (Admit/Discharge/Transfer) and ORM (Order) messages to enrich AI context with patient acuity (e.g., trauma activation level) and clinical history.
  3. Worklist API: Connects to the GE PACS (e.g., Centricity PACS RA1000 APIs or Universal Viewer SDK) to re-prioritize the radiologist's reading list based on AI findings.
  4. Notification Engine: Triggers critical result alerts via existing hospital systems (secure chat like TigerConnect, nurse call, or the EHR) using HL7 ORU messages or direct API calls.

The AI service runs on-premises or in a compliant cloud (e.g., AWS HealthLake Imaging), requiring no changes to the GE PACS core software. It's a 'bolt-on' architecture that observes, analyzes, and suggests actions back into the existing workflow.

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.