한국어

Chapter 4: PACS and Storage Systems

Picture Archiving and Communication Systems Architecture

4.1 Introduction to PACS

Picture Archiving and Communication Systems (PACS) are the backbone of modern radiology departments. They provide digital storage, retrieval, and display of medical images, eliminating the need for film-based workflows.

$4.2B
Global PACS Market (2024)
95%
Hospital Adoption Rate
1TB+
Daily Data Generation (Large Hospital)
7+ Years
Typical Retention Requirement

4.2 PACS Architecture Components

A comprehensive PACS consists of several integrated components:

Component Function Key Features
Acquisition Gateways Receive images from modalities Protocol conversion, routing rules
Archive Server Long-term image storage Database management, storage tiering
Image Database Metadata indexing Fast query, study tracking
Web Server Browser-based access Zero-footprint viewing
Diagnostic Workstations Image interpretation High-resolution displays, specialized tools
Integration Engine External system connectivity HL7 interfaces, RIS/HIS integration

PACS Workflow

  1. Order: RIS sends worklist entry to modality
  2. Acquire: Modality captures images with patient data
  3. Store: Images transmitted to PACS archive
  4. Route: Images distributed to relevant workstations
  5. Display: Radiologist views and interprets images
  6. Report: Findings documented, linked to images

4.3 Storage Architecture

Modern PACS employ tiered storage to balance performance and cost:

Storage Tiers

Tier Technology Access Time Use Case
Tier 0 (Hot) NVMe SSD Milliseconds Current studies, active reading
Tier 1 (Warm) SSD/Fast HDD Seconds Recent studies (30-90 days)
Tier 2 (Cold) HDD Arrays Seconds-Minutes Historical archive (1-5 years)
Tier 3 (Archive) Tape/Object Storage Minutes-Hours Long-term retention (7+ years)

Information Lifecycle Management

Automated policies migrate data between tiers based on study age, access frequency, and retention requirements. This ensures optimal performance for current studies while minimizing storage costs for historical data.

4.4 Vendor Neutral Archive (VNA)

VNA provides vendor-independent long-term storage, separating archive from viewing applications:

VNA Benefits

Enterprise Imaging Strategy

VNA enables enterprise imaging by consolidating images from multiple sources:

Source Content Type Integration Method
Radiology PACS CT, MR, X-ray, US DICOM
Cardiology Echo, cath, ECG DICOM, HL7
Pathology Whole slide images DICOM WSI
Ophthalmology Fundus, OCT DICOM
Point-of-Care Smartphone images DICOM encapsulation
Documents Scanned records PDF, XDS

4.5 Cloud PACS

Cloud-based PACS solutions offer scalability and reduced infrastructure burden:

Cloud PACS Deployment Models

Model Description Considerations
Full Cloud All components hosted in cloud Network dependency, latency for large studies
Hybrid Local cache + cloud archive Balance of performance and scale
Cloud Archive Only Local PACS, cloud long-term storage Disaster recovery, compliance
Multi-Cloud Distributed across providers Vendor diversification, complexity

⚠️ Cloud Security Considerations

Cloud PACS requires careful attention to data security: encryption at rest and in transit, access controls, BAA agreements (HIPAA), regional data residency requirements, and audit logging. Ensure cloud providers meet healthcare compliance standards.

4.6 System Integration

PACS must integrate with multiple healthcare systems:

Key Integrations

HL7 Integration

HL7 messaging (v2.x and FHIR) connects PACS with clinical systems. ADT messages update patient demographics, ORM messages trigger worklist entries, and ORU messages communicate results. FHIR's ImagingStudy resource provides modern RESTful access to imaging data.

4.7 Disaster Recovery

PACS disaster recovery ensures imaging continuity during system failures:

DR Strategies

Strategy RTO RPO Cost
Backup/Restore Hours-Days Hours-Days Low
Active-Passive Minutes-Hours Minutes Medium
Active-Active Minutes Near-zero High
Cloud DR Minutes-Hours Minutes Variable

4.8 Performance Optimization

PACS performance impacts radiologist productivity and patient care:

Performance Metrics

✓ PACS Selection Criteria

When evaluating PACS solutions, consider: scalability and growth capacity, integration capabilities, user interface and workflow support, vendor viability, total cost of ownership, cloud options, and AI integration roadmap. Request detailed demonstrations with realistic data volumes.

📌 Key Takeaways

📝 Review Questions

  1. Describe the key components of a PACS system and their roles in the imaging workflow.
  2. Explain tiered storage in PACS. How are studies migrated between tiers?
  3. What is a Vendor Neutral Archive (VNA) and why might an organization implement one?
  4. Compare full cloud, hybrid, and cloud archive PACS deployment models. What factors influence the choice?
  5. What integrations are essential for PACS to function within a hospital IT ecosystem?
  6. Design a disaster recovery strategy for a medium-sized radiology department. What RTO/RPO would you target?

4.8 Simulator ENUM and Threshold Mapping (PACS and Protocol)

The PACS components and communication protocols introduced in this chapter map directly onto two ENUM clusters in the simulator: PACS_NODE (system topology) and PROTOCOL (communication standard). A modern PACS is not a single server but a distributed ecosystem of PACS, VNA, RIS, HIS, EMR, and EHR systems, connected through DIMSE or DICOMweb protocols.

Table 4.8.1 — PACS Topology ENUM
ENUMFull NamePrimary Role
PACSPicture Archiving and Communication SystemImage storage, distribution, and viewing
VNAVendor Neutral ArchiveVendor-independent long-term archive
RISRadiology Information SystemRadiology workflow management
HISHospital Information SystemHospital-wide information system
CISClinical Information SystemClinical information system
EMRElectronic Medical RecordElectronic medical record system
EHRElectronic Health RecordCross-enterprise health record
DICOM_NODEDICOM NodeDICOM communication endpoint
DICOM_PROXYDICOM ProxyDICOM routing and transformation
AE_TITLEApplication Entity TitleDICOM application identifier

The Vendor Neutral Archive (VNA) is a strategically important component conceptually distinct from PACS. Whereas PACS typically uses vendor-proprietary internal data structures and embeds workflow logic in storage decisions, a VNA stores images in vendor-neutral DICOM format with vendor-agnostic metadata. When a hospital replaces its PACS, the imaging assets stored in a VNA can be migrated to the new PACS without lossy transcoding, breaking the vendor lock-in pattern that plagued early PACS deployments.

Table 4.8.2 — DICOM Protocol ENUM Mapping
ENUMFull NameTransport
DICOMWEBDICOMweb umbrella standardHTTP / REST
QIDO_RSQuery based on ID for DICOM Objects (RESTful)HTTP GET
STOW_RSStore Over the Web (RESTful)HTTP POST
WADO_RSWeb Access to DICOM Objects (RESTful)HTTP GET
WADO_URIWeb Access to DICOM Objects (URI)HTTP GET (simple)
DIMSEDICOM Message Service ElementTCP/IP DICOM Upper Layer
STORE_SCPStorage Service Class ProviderDIMSE C-STORE
QUERY_RETRIEVE_SCPQuery/Retrieve Service Class ProviderDIMSE C-FIND / C-MOVE / C-GET
MWL_SCPModality Worklist SCPDIMSE C-FIND (Worklist)
PERFORMED_PROCEDURE_STEPModality Performed Procedure StepDIMSE N-CREATE / N-SET

4.9 DICOMweb — Web-Native PACS Communication

DICOMweb (DICOM PS3.18) is the modern HTTP/REST reformulation of DICOM communication, designed to overcome the limitations of the legacy DIMSE protocol in cloud-native and mobile-first environments. The three primary services — QIDO-RS for query, STOW-RS for store, and WADO-RS for retrieval — together provide a comprehensive RESTful surface for image management.

QIDO-RS — RESTful Query

QIDO-RS exposes a RESTful API for querying DICOM objects at the patient, study, series, and instance levels. A query as simple as GET /studies?PatientID=12345&StudyDate=20240101-20241231 returns a list of studies for a specific patient over a date range. Responses are returned as JSON arrays of DICOM metadata, immediately usable by web and mobile clients without specialised DICOM toolkits.

STOW-RS — RESTful Store

STOW-RS stores images in PACS via POST /studies or POST /studies/{StudyInstanceUID}. The multipart/related content type permits packaging multiple DICOM files within a single HTTP request, optimising bulk upload for study-level transfers.

WADO-RS — RESTful Retrieval

WADO-RS retrieves image data in multiple representations (application/dicom, image/jpeg, image/png, video/mp4). The pattern GET /studies/{StudyInstanceUID}/series/{SeriesInstanceUID}/instances/{SOPInstanceUID}/rendered returns a pre-rendered image, eliminating the need for client-side DICOM decoding and enabling thin viewers to operate on commodity devices.

"DICOMweb preserves the essential object model and service class semantics of the DICOM standard while leveraging the simplicity of HTTP and the toolchain of the modern web. It is the foundation of next-generation cloud PACS and mobile image viewers." — DICOM PS3.18 DICOMweb Specification, 2024.

OHIF, Orthanc, and dcm4che — Open-Source DICOMweb Implementations

The OHIF Viewer (Open Health Imaging Foundation), a React-based full-stack DICOMweb viewer released under the MIT licence, is developed primarily at Massachusetts General Hospital and Harvard Medical School. Orthanc, a lightweight open-source PACS originating at the University of Liège, ships as a single binary, supports full DICOMweb, and is widely deployed at the edge for small clinics and research data collection. The dcm4che project provides a Java-based DICOM toolkit and server suite used by large enterprises for conformance testing and reference implementations.

4.10 Korean Edition Note (한국어판 안내)

The Korean edition (한국어판) extends this chapter with section §4.A on Korean PACS infrastructure, including the Infinitt Healthcare INFINITT PACS (approximately 35 per cent domestic market share, 2024), the Vieworks LiveMD PACS, the Selvas Healthcare ALPS suite, the Bundang Seoul National University Hospital BESTCare PACS, the Asan Medical Centre AMIS PACS (a petabyte-scale archive), the Samsung Medical Center DARWIN platform, and the Severance YUHS PACS. The K-PACS Standard jointly published by MFDS and KOSMI is also discussed in detail.

4.11 Disaster Recovery and Business Continuity

Modern PACS architectures must satisfy stringent Recovery Time Objective (RTO) and Recovery Point Objective (RPO) targets. The radiology department of a large tertiary hospital typically operates under a continuity policy that mandates RTO under four hours for routine imaging access and RTO under thirty minutes for emergency imaging access, with RPO measured in single-digit minutes for newly acquired images.

Recommended architectural elements include synchronous replication between primary and secondary on-premise data centres, asynchronous replication to a geographically distant cloud-based VNA, automated failover orchestrated by a clinical IT incident response team, and routine disaster recovery drills carried out at least annually. Modern cloud-resident VNAs offered by hyperscale providers can deliver RPO measured in seconds at competitive total cost of ownership compared with traditional dual-data-centre operations.

An often-overlooked element of business continuity is the integrity of the DICOM Conformance Statement matrix during recovery. After a failover, the recovered PACS must present the same AE Titles, supported SOP Classes, and Transfer Syntaxes as the primary, so that modalities and downstream viewers do not need reconfiguration. This requires the Conformance Statement to be treated as an operational artefact, version-controlled alongside the PACS configuration database and validated as part of every disaster recovery drill.

Chapter 4 — Notes & References

  1. DICOM Standards Committee, DICOM PS3.18: Web Services (DICOMweb), NEMA, 2024.
  2. DICOM Standards Committee, QIDO-RS: Query based on ID for DICOM Objects (RESTful), NEMA PS3.18 §10, 2024.
  3. DICOM Standards Committee, STOW-RS: Store Over the Web (RESTful), NEMA PS3.18 §11, 2024.
  4. DICOM Standards Committee, WADO-RS: Web Access to DICOM Objects (RESTful), NEMA PS3.18 §9, 2024.
  5. DICOM Standards Committee, DICOM PS3.4: Service Class Specifications (DIMSE), NEMA, 2024.
  6. IHE International, IHE XDS-I.b Cross-Enterprise Document Sharing for Imaging, IHE Radiology Technical Framework, 2024.
  7. OHIF Foundation, OHIF Viewer Documentation, Open Health Imaging Foundation, 2024.
  8. Université de Liège, Orthanc DICOM Server Documentation, 2024.
  9. dcm4che project, dcm4che Open Source DICOM Implementation, 2024.
  10. Infinitt Healthcare, INFINITT PACS 7.0 Conformance Statement, Infinitt Healthcare Co., 2024.
  11. Vieworks, LiveMD PACS Solution Specification, Vieworks Co., 2024.
  12. KOSMI and Korea MFDS, K-PACS Standard: Korean PACS Conformance Standard, 2024.
  13. Seoul National University Bundang Hospital, BESTCare Next-Generation EHR-PACS Integration White Paper, SNUBH, 2023.
  14. Asan Medical Center, AMIS PACS Petabyte-Scale Imaging Archive Operations Case Study, AMC, 2024.
  15. WIA Standards Public Repository (medical-imaging folder), MIT License, GitHub: WIA-Official/wia-standards-public/tree/main/medical-imaging — open standard initiative providing source code for simulator, spec, API, and ebook assets cited throughout this volume; serves as the canonical verification record for all primary-source citations made by the WIA standard committee in this chapter. Canonical ENUM tokens used in this volume include CT, MRI, PET, SPECT, MAMMOGRAPHY, ULTRASOUND, XRAY, DICOM_3_0, NIFTI, NRRD, JPEG_BASELINE, JPEG_2000_LOSSLESS, HEVC, DICOMWEB, QIDO_RS, STOW_RS, WADO_RS, PACS, VNA, RIS, HIS, FDA_510K, CE_MDR, MFDS_CLASS_2, HIPAA, GDPR, DICOM_CONFORMANCE, RUL, RML, RLL, LUL, LLL, MEDIASTINUM, HL7_FHIR_IMAGING, IHE_RAD, NEMA_MITA, DICOM_SR, RADLEX, U_NET, V_NET, RESNET, VIT, TRANSFORMER, CNN, MONAI.