HomeArticlesTechnology
← Back to Articles

PACS and DICOM Basics for Radiologic Technologists

Why PACS and DICOM Matter to Every Rad Tech

Diagram showing the workflow from imaging modality to PACS archive to workstation viewing
Illustrative radiology IT workflow — imaging objects may pass from a modality (CT, DR, MR, US) directly or through a gateway/router to PACS services for storage, retrieval, distribution, and viewing.Original Radiography 101 diagram.

As a radiologic technologist, your primary focus is on positioning, exposure factors, and patient care. The imaging objects you create also pass through a digital workflow before interpretation. Understanding PACS and DICOM supports safe patient identification, image availability, and appropriate troubleshooting.

Whether you work in a large hospital system with a fully integrated enterprise PACS or a small clinic with a mini-PACS attached to a single DR unit, the principles are the same. Your images must be acquired, formatted, transmitted, stored, retrieved, and displayed correctly. When a study fails to appear on the radiologist's worklist, the technologist who understands the system can often solve the problem before it requires an IT ticket.

This guide covers practical PACS and DICOM fundamentals, from identifiers and compression to RIS-PACS integration, security, downtime, and connectivity problems.

ARRT Exam Connection

ARRT content specifications can change. Use the current specification and handbook for your discipline rather than relying on an unofficial question count. The workflow and safety concepts below are also directly relevant to clinical image production and patient identification.

What Is PACS? The Three Core Components

PACS stands for Picture Archiving and Communication System. It is the hardware and software infrastructure that enables digital medical images to be acquired from modalities, stored on servers, transmitted across networks, and displayed on workstations — all without film.

Every PACS has three essential subsystems:

1

Image Acquisition

The gateway that receives images from modalities (CT, MR, DR, CR, US, NM, etc.) via DICOM send. Includes modality worklist (MWL) integration to pre-populate patient data.

2

Archive & Storage

Online and/or archived storage with backup, integrity, availability, lifecycle, and disaster-recovery controls appropriate to the organization. Media, tiers, and retention periods are site-specific; RAID is not itself a backup.

3

Display Workstations

Diagnostic-quality monitors for radiologists and review stations for clinicians. Includes image manipulation tools (window/level, zoom, pan, measurements, MPR for CT/MR).

These components communicate through interfaces that may include DICOM DIMSE services, DICOMweb, and other integration standards. A vendor-neutral archive (VNA) is an archive strategy, not a viewer. A zero-footprint viewer is a browser-based viewing application; whether and where it may be used for diagnosis depends on its intended use, display environment, validation, and facility policy.

Types of PACS by Scale

Not all PACS are created equal. You will encounter different configurations depending on the size of your facility:

Clinical Tip

When starting at a new facility, learn the PACS workflow within your first week. Ask your lead technologist or PACS administrator: (1) How do I check that a study was sent successfully? (2) How do I handle a "send failure" message on the modality console? (3) What is the process for query/retrieve if a study needs to be re-pulled from the archive? Knowing these three things will save you time and prevent repeat exams.

What Is DICOM? The Language of Medical Imaging

DICOM (Digital Imaging and Communications in Medicine), published internationally as ISO 12052, specifies medical-imaging information objects and communication services. It provides a foundation for multi-vendor exchange, but a DICOM label alone does not guarantee plug-and-play interoperability: systems must support compatible SOP Classes, SCU/SCP roles, transfer syntaxes, security options, and workflow profiles. Compare vendors' DICOM conformance statements and test the configured workflow.

Every DICOM-compliant device — whether it is a CT scanner, DR detector, CR reader, ultrasound machine, MRI scanner, or nuclear medicine gamma camera — implements a specific set of DICOM services. The most important ones for rad techs are:

DICOM Information Model: Patient → Study → Series → Instance

DICOM organizes image data in a hierarchical model with four levels. Understanding this hierarchy is critical for navigating any PACS:

LevelDescriptionExample DICOM TagsRelationship
PatientThe person being imagedPatient Name (0010,0010), Patient ID (0010,0020), DOB (0010,0030)Top level; one patient can have many studies
StudyA collection of imaging information associated with one Study Instance UIDStudy Instance UID (0020,000D), Study Date (0008,0020), Accession Number (0008,0050)Can contain one or more series; order-to-study mapping is workflow-dependent
SeriesA single scan sequence or acquisition within a studySeries UID (0020,000E), Modality (0008,0060), Series Number (0020,0011)One study can have many series (e.g., scout, axial, coronal)
InstanceOne DICOM SOP Instance, which may be a single-frame image, multi-frame image, report, presentation state, or another objectSOP Instance UID (0008,0018), Instance Number (0020,0013), Pixel Data (7FE0,0010) when applicableOne series can contain one or more instances; an image instance may contain multiple frames

DICOM uses UIDs for entities such as studies, series, and SOP instances. Conforming UID generators are responsible for global uniqueness. The patient level is normally matched with Patient ID plus its assigning authority/issuer—not a Study/Series/SOP UID—and Patient ID alone is not necessarily unique across organizations.

DICOM Tags: The Metadata Behind Every Image

A DICOM Data Set is a sequence of data elements identified by hexadecimal group and element numbers. Depending on the SOP Class, elements may describe the patient, procedure, acquisition, pixels, waveforms, measurements, or other content; not every DICOM object contains Pixel Data. A DICOM file also has a file preamble/prefix and File Meta Information, whereas a Data Set exchanged over a network is not necessarily a Part 10 file. For example, Patient's Name is (0010,0010), and Modality is (0008,0060).

These example data elements illustrate identifiers, demographics, acquisition context, and display parameters:

Tag (Group,Element)NameContent Example
(0008,0020)Study Date20260626
(0008,0030)Study Time143022.500
(0008,0050)Accession NumberA20260626001
(0008,0060)ModalityCT, MR, DX, CR, US, NM
(0008,0090)Referring Physician's NameSmith^John
(0010,0010)Patient NameDoe^Jane
(0010,0020)Patient IDMRN987654
(0010,0030)Patient Birth Date19900415
(0010,0040)Patient SexF
(0020,000D)Study Instance UID1.2.840.113619.2.55.3... (unique global ID)
(0020,0010)Study ID12345
(0028,0010)Rows (image height)512
(0028,0011)Columns (image width)512
(0028,0030)Pixel Spacing0.625\0.625
(0028,1050)Window Center40 (for CT soft tissue window)
(0028,1051)Window Width400

ARRT Exam Tip

Focus on the Patient → Study → Series → Instance model, the roles of Study/Series/SOP Instance UIDs, how Modality Worklist reduces re-keying, and the difference between lossy and lossless compression. An Accession Number identifies an imaging service request within the scope defined by its issuer; it is not guaranteed to be globally unique.

RIS-PACS Integration: How Images and Data Flow Together

In an integrated imaging department, a RIS or other order-filler system may support scheduling, procedure tracking, reporting, and result distribution, while PACS manages imaging objects and reading workflow. Interfaces vary: HL7 v2 or newer health-information standards often carry orders, demographics, and results; DICOM supports imaging objects and imaging workflow services. DICOM is not limited to pixels, and HL7 is not simply “text data.”

Here is how a typical exam flows from order to report:

  1. Order Entry: An authorized clinician enters an imaging order in the EHR/order-entry system. An order filler assigns or supplies an Accession Number whose uniqueness scope is defined by its issuer.
  2. Modality Worklist Query (DICOM MWL): The CT scanner queries a MWL SCP and the technologist selects the correct Scheduled Procedure Step. Relevant patient, order, and procedure attributes populate the acquisition workflow, reducing re-keying.
  3. Exam Performed (Modality): The technologist performs the scan. Image data is generated along with DICOM tags containing the patient and study information.
  4. Object Transfer (DICOM C-STORE): The modality transfers SOP Instances to a configured Storage SCP. Local policy may also require instance-count reconciliation and/or successful Storage Commitment before the modality copy can be deleted.
  5. Performed-Step Update: MPPS can report performed procedure details and state to an MPPS SCP; separate messages may update order/result workflow. Successful MPPS and successful image storage are distinct events.
  6. Interpretation: An authorized interpreting clinician reviews the study on an appropriate display system and creates a report using the facility's reporting workflow.
  7. Result Distribution: The verified report and access to images are made available through configured EHR/RIS/PACS interfaces, subject to access controls.

Clinical Tip

If a scheduled procedure is missing from the worklist, verify the patient and order, worklist filters (date, station AE title, modality, and status), and connectivity according to local procedure. Do not create an unscheduled/manual entry merely to bypass a correctable interface problem. During urgent care or approved downtime, use the facility's controlled manual workflow, preserve the issuer/identifier information available, and reconcile the images to the authoritative order as soon as systems recover.

Image Compression: Lossless vs Lossy

Imaging study size varies widely with modality, matrix, bit depth, frame count, reconstructions, and associated objects. Compression can reduce storage and transfer demands, but fixed study-size or daily-volume estimates are not reliable across protocols and facilities.

DICOM supports two types of compression:

Compression TypeWhat It GuaranteesTypical Decision BasisDICOM Examples
LosslessDecoded pixel values can be reconstructed exactly.Interoperability, performance, and local policy; achieved ratio depends on image content.RLE Lossless, JPEG Lossless, JPEG-LS Lossless, JPEG 2000 Lossless
Lossy (irreversible)Exact original pixel values cannot be reconstructed.Validated clinical task and modality, intended use, quality controls, regulation, and facility policy—not a universal ratio or archive tier.JPEG lossy, JPEG-LS near-lossless, JPEG 2000 irreversible, and supported video syntaxes

JPEG Lossless, Non-Hierarchical, First-Order Prediction uses Transfer Syntax UID 1.2.840.10008.1.2.4.70. DICOM also defines other compressed and uncompressed transfer syntaxes. It does not require every modality or PACS to support a compressed lossless syntax, and it explicitly leaves the clinical acceptability and parameter selection for lossy compression outside the standard. Consult each product's conformance statement and the facility's validated policy. When irreversible compression has occurred, required DICOM attributes such as Lossy Image Compression, Ratio, and Method provide provenance; later lossless encoding does not restore discarded information.

Troubleshooting Common PACS Connectivity Issues

PACS workflows can encounter transfer, routing, reconciliation, and performance problems. The checks below are general; product messages and local procedures take precedence.

"Send Failed" on the Modality Console

The message may reflect association, negotiation, timeout, network, authentication, transfer-syntax/SOP-class, or receiver errors; it does not diagnose one cause. Preserve the local images and error details. Check the destination AE title, host/port, network status, send queue, and receiver status only within your role, then retry according to local procedure or escalate. Do not re-expose the patient merely because transfer failed. A successful C-STORE response is also not Storage Commitment; use the facility's required reconciliation/commitment check before deleting the modality copy.

Study Missing from Radiologist's Worklist

The sender reports success, but the study is absent from a reading worklist. Checklist: (1) Using an approved status/query tool, verify the expected destination received every instance. (2) Check patient, Study Instance UID, Accession Number/issuer, procedure, and routing/reconciliation status. (3) Have authorized staff investigate exceptions such as an incorrect merge/split, hold, or unmatched order. (4) Check whether the reading worklist's filters exclude the study. A study can be stored correctly yet omitted from a workflow list.

Wrong Patient Information Visible

Another patient's data on a study is a patient-safety and privacy event. Stop the normal workflow and report it immediately under facility policy. Do not delete, edit, merge, split, or resend objects unless authorized and trained to use the site's reconciliation process. Correction may use PACS/RIS exception-management tools while preserving provenance and audit history; deletion and resend are not universally required and can create additional risk.

Slow Image Loading

Loading time can be affected by study size, server load, network path, retrieval tier, routing/prefetch rules, viewer cache, decompression, and workstation performance. Record the affected study, device, time, and error/latency pattern, then follow local troubleshooting and escalation procedures. Do not change network QoS, server, or diagnostic-display configuration unless that is within your assigned role.

Always Document Connectivity Issues

Use the facility's approved incident/ticket system to record the time, modality/device, destination, operation, exact error, affected scope, and actions taken. Include patient identifiers only when authorized and necessary. Recurrent timing or error patterns help PACS and IT staff investigate; avoid speculative server changes or routine reboots that could destroy useful evidence or disrupt care.

Display, Privacy, Security, Retention, and Downtime

Key PACS and DICOM Terms

Use these concise definitions to review the workflow:

Authoritative References

About the author: This educational guide was prepared by Radiography 101. Refer to the linked standards, current product conformance statements, and your organization's policies for implementation-specific requirements.
📝 Practice Questions

Test Your Knowledge

Try these educational multiple choice questions based on this article. They are not an official exam blueprint. Click an option to check your answer — correct answers turn green, wrong ones turn red.

1. A radiologic technologist notices that patient demographics did not auto-populate on the CT scanner console for a scheduled exam. Which DICOM service is MOST likely malfunctioning?
✅ Correct!
Modality Worklist uses DICOM C-FIND to query a worklist SCP for Scheduled Procedure Steps. If it fails, follow the approved escalation or downtime procedure rather than improvising an entry; controlled manual entry may be permitted when necessary and must later be reconciled. Storage transfers acquired SOP Instances, while MPPS reports performed-step information and state.
2. A modality receives a successful response for each DICOM C-STORE operation. Which additional DICOM service, when supported and required by site policy, confirms that another system has accepted responsibility for safekeeping the specified instances?
✅ Correct!
Storage Commitment is distinct from transfer: it communicates that the commitment SCP has taken responsibility for safekeeping the referenced SOP Instances. A successful C-STORE response alone confirms completion of that storage operation, not the separate commitment. The site's workflow may also require count reconciliation and other checks.
3. A radiologist cannot find a CT study on the PACS reading worklist, but the scanner reports no send error. What is the FIRST step in troubleshooting this issue?
✅ Correct!
First verify receipt at the configured destination and inspect the identifiers and workflow status using an approved tool. A sender's lack of an error does not prove Storage Commitment or correct routing. The study may be held or unmatched because of identifiers or filters. Blindly resending can create duplicates, and rebooting is disruptive; escalate reconciliation tasks to authorized staff.