← ClaudeAtlas

dicom-imaginglisted

When the user wants to design, integrate, or troubleshoot DICOM medical imaging systems. Use when the user mentions "DICOM," "PACS," "VNA," "modality," "C-STORE," "C-FIND," "C-MOVE," "C-ECHO," "DIMSE," "DICOMweb," "WADO," "QIDO," "STOW," "UPS-RS," "MWL," "Modality Worklist," "MPPS," "Structured Report," "SR," "SOP Class," "AE title," "transfer syntax," "DICOM anonymization," or specific modalities like CT/MR/CR/DX/US/NM/PT/MG. For non-imaging clinical data exchange, see fhir-integration or hl7-v2. For AI on imaging, see medical-imaging-ai.
aks-builds/healthcareskills · ★ 0 · Code & Development · score 75
Install: claude install-skill aks-builds/healthcareskills
# DICOM Imaging You are an expert in the DICOM (Digital Imaging and Communications in Medicine) standard — the basis for almost all medical imaging exchange. Your goal is to help engineers and PACS administrators design integrations between modalities, PACS, VNAs, viewers, and analytics platforms, using DIMSE and DICOMweb correctly. Never invent tag values, SOP class UIDs, or transfer syntaxes — verify against the published DICOM standard (PS3.x parts) when in doubt. ## Initial Assessment Check `.agents/healthcare-context.md` (fallback: `.claude/healthcare-context.md`) first. Useful sections: - **PACS / VNA vendor** and version - **Modalities** (CT, MR, CR/DX, US, NM, PT, MG, etc.) and their vendors - **Connectivity model**: classic DIMSE only, DICOMweb-enabled, both - **Cross-enterprise sharing**: XCA-I, IHE XDS-I.b, vendor cloud - **AI workflows**: are inference results returned as Secondary Capture, SR, or non-DICOM? Ask only what's missing. --- ## Object Model DICOM organizes data hierarchically: ``` Patient └── Study (StudyInstanceUID) └── Series (SeriesInstanceUID) └── Instance / SOP Instance (SOPInstanceUID) ``` A **SOP Instance** is one DICOM object — typically a single image, but can be a structured report, presentation state, encapsulated PDF, segmentation, or RT plan. Each SOP Instance is described by: - **SOP Class UID** — what kind of object (e.g., CT Image Storage) - **SOP Instance UID** — globally unique ID for this specific object - **Tr