DICOM

From Wikipedia, the free encyclopedia

Digital Imaging and Communications in Medicine (DICOM) is a technical standard for the digital storage and transmission of medical images and related information.[1] It includes a file format definition, which specifies the structure of a DICOM file, as well as a network communication protocol that uses TCP/IP to communicate between systems. The primary purpose of the standard is to facilitate communication between the software and hardware entities involved in medical imaging, especially those that are created by different manufacturers. Entities that utilize DICOM files include components of picture archiving and communication systems (PACS), such as imaging machines (modalities), radiological information systems (RIS), scanners, printers, computing servers, and networking hardware.

The DICOM standard has been widely adopted by hospitals and the medical software industry, and is sometimes used in smaller-scale applications, such as dentists' and doctors' offices.

The National Electrical Manufacturers Association (NEMA) holds the copyright to the published standard,[2] which was developed by the DICOM Standards Committee (which includes some NEMA members.[3][4] It is also known as NEMA standard PS3, and as ISO standard 12052:2017: "Health informatics – Digital imaging and communication in medicine (DICOM) including workflow and data management".

Applications[edit]

DICOM is used worldwide to store, exchange, and transmit medical images. DICOM has been central to the development of modern radiological imaging: DICOM incorporates standards for imaging modalities such as radiography, ultrasonography, computed tomography (CT), magnetic resonance imaging (MRI), and radiation therapy. DICOM includes protocols for image exchange (e.g., via portable media such as DVDs), image compression, 3-D visualization, image presentation, and results reporting.[5]

History[edit]

Front page of ACR/NEMA 300, version 1.0, which was released in 1985

DICOM is a standard developed by American College of Radiology (ACR) and National Electrical Manufacturers Association (NEMA).

In the beginning of the 1980s, it was very difficult for anyone other than manufacturers of computed tomography or magnetic resonance imaging devices to decode the images that the machines generated. Radiologists and medical physicists wanted to use the images for dose-planning for radiation therapy. ACR and NEMA collaborated and formed a standard committee in 1983. Their first standard, ACR/NEMA 300, entitled "Digital Imaging and Communications", was released in 1985. Very soon after its release, it became clear that improvements were needed. The text was vague and had internal contradictions.

In 1988 the second version was released. This version gained more acceptance among vendors. The image transmission was specified as over a dedicated 2 pair cable (EIA-485). The first demonstration of ACR/NEMA V2.0 interconnectivity technology was held at Georgetown University, May 21–23, 1990. Six companies participated in this event, DeJarnette Research Systems, General Electric Medical Systems, Merge Technologies, Siemens Medical Systems, Vortech (acquired by Kodak that same year) and 3M. Commercial equipment supporting ACR/NEMA 2.0 was presented at the annual meeting of the Radiological Society of North America (RSNA) in 1990 by these same vendors. Many soon realized that the second version also needed improvement. Several extensions to ACR/NEMA 2.0 were created, like Papyrus (developed by the University Hospital of Geneva, Switzerland) and SPI (Standard Product Interconnect), driven by Siemens Medical Systems and Philips Medical Systems.

The first large-scale deployment of ACR/NEMA technology was made in 1992 by the US Army and Air Force, as part of the MDIS (Medical Diagnostic Imaging Support)[6] program based at Ft. Detrick, Maryland. Loral Aerospace and Siemens Medical Systems led a consortium of companies in deploying the first US military PACS (Picture Archiving and Communications System) at all major Army and Air Force medical treatment facilities and teleradiology nodes at a large number of US military clinics. DeJarnette Research Systems and Merge Technologies provided the modality gateway interfaces from third party imaging modalities to the Siemens SPI network. The Veterans Administration and the Navy also purchased systems from this contract.[citation needed]

In 1993 the third version of the standard was released. Its name was then changed to "Digital Imaging and Communications in Medicine", abbreviated DICOM. New service classes were defined, network support added and the Conformance Statement was introduced. Initially the DICOM standard was referred to as "DICOM 3.0" to distinguish it from its predecessors.[7] DICOM has been constantly updated and extended since 1993, with the intent that changes are backward compatible, except in rare cases where the earlier specification was incorrect or ambiguous. Officially there is no "version" of the standard except the current standard, hence the "3.0" version number is no longer used. There are no "minor" versions to the standard (e.g., no such thing as "DICOM 3.1") and there are no current plans to develop a new, incompatible, version of the standard (i.e., no "DICOM 4.0"). The standard should be referenced without specification of the date of release of a particular published edition,[8] except when specific conformance requirements are invoked that depend on a retired feature that is no longer documented in the current standard.[9]

While the DICOM standard has achieved a near universal level of acceptance among medical imaging equipment vendors and healthcare IT organizations, the standard has its limitations. DICOM is a standard directed at addressing technical interoperability issues in medical imaging. It is not a framework or architecture for achieving a useful clinical workflow. The Integrating the Healthcare Enterprise (IHE) initiative layered on top of DICOM (and HL-7) defines profiles to select features from these standards to implement transactions for specific medical imaging interoperability use cases.

Though always Internet compatible and based on transport over TCP, over time there has been an increasing need to support port 80 HTTP transport to make use easier within the web browser. Most recently, a family of DICOM RESTful web services have been defined to allow mobile device friendly access to DICOM objects and services, which include WADO-RS, STOW-RS and QIDO-RS, which together constitute the DICOMweb initiative.

Derivations[edit]

There are some derivations from the DICOM standard into other application areas. These include DICONDE (Digital Imaging and Communication in Nondestructive Evaluation) that was established in 2004 by ASTM International as a way for nondestructive testing manufacturers and users to share image data,[10]. DICONDE can be used for computed radiography,[11] digital radiography,[12] computed tomography,[13] ultrasonic testing,[14] and Eddy-current testing.[15],

DICOS (Digital Imaging and Communication in Security) that was established in 2009 to be used for image sharing in airport security.[16]

Data format[edit]

DICOM
Filename extension
.dcm[17]
Internet media type
application/dicom[17]
Uniform Type Identifier (UTI)org.nema.dicom[17]

DICOM groups information into data sets. For example, a file of a chest x-ray image may contain the patient ID within the file, so that the image can never be separated from this information by mistake. This is similar to the way that image formats such as JPEG can also have embedded tags to identify and otherwise describe the image.

A DICOM data object consists of a number of attributes, including items such as name, ID, etc., and also one special attribute containing the image pixel data (i.e. logically, the main object has no "header" as such, being merely a list of attributes, including the pixel data). A single DICOM object can have only one attribute containing pixel data. For many modalities, this corresponds to a single image. However, the attribute may contain multiple "frames", allowing storage of cine loops or other multi-frame data. Another example is NM data, where an NM image, by definition, is a multi-dimensional multi-frame image. In these cases, three- or four-dimensional data can be encapsulated in a single DICOM object. Pixel data can be compressed using a variety of standards, including JPEG, lossless JPEG, JPEG 2000, and run-length encoding (RLE). LZW (zip) compression can be used for the whole data set (not just the pixel data), but this has rarely been implemented.

DICOM uses three different data element encoding schemes. With explicit value representation (VR) data elements, for VRs that are not OB, OW, OF, SQ, UT, or UN[clarification needed], the format for each data element is: GROUP (2 bytes) ELEMENT (2 bytes) VR (2 bytes) LengthInByte (2 bytes) Data (variable length). For the other explicit data elements or implicit data elements, see section 7.1 of Part 5 of the DICOM Standard.

The same basic format is used for all applications, including network and file usage, but when written to a file, usually a true "header" (containing copies of a few key attributes and details of the application that wrote it) is added.

Image display[edit]

To promote identical grayscale image display on different monitors and consistent hard-copy images from various printers, the DICOM committee developed a lookup table to display digitally assigned pixel values. To use the DICOM grayscale standard display function (GSDF),[18] images must be viewed (or printed) on devices that have this lookup curve or on devices that have been calibrated to the GSDF curve.[19]

Value representations[edit]

In addition to a value representation, each attribute also has a value multiplicity to indicate the number of data elements contained in the attribute. For character string value representations, if more than one data element is being encoded, the successive data elements are separated by the backslash character "\".[20]

Services[edit]

DICOM consists of services, most of which involve transmission of data over a network. The file format for offline media is a later addition to the standard.

Store[edit]

The DICOM Store service is used to send images or other persistent objects (structured reports, etc.) to a picture archiving and communication system (PACS) or workstation.

Storage commitment[edit]

The DICOM storage commitment service is used to confirm that an image has been permanently stored by a device (either on redundant disks or on backup media, e.g. burnt to a CD). The Service Class User (SCU: similar to a client), a modality or workstation, etc., uses the confirmation from the Service Class Provider (SCP: similar to a server), an archive station for instance, to make sure that it is safe to delete the images locally.

Query/retrieve[edit]

This enables a workstation to find lists of images or other such objects and then retrieve them from a picture archiving and communication system.

Modality worklist[edit]

The DICOM modality worklist service provides a list of imaging procedures that have been scheduled for performance by an image acquisition device (sometimes referred to as a modality system). The items in the worklist include relevant details about the subject of the procedure (patient ID, name, sex, and age), the type of procedure (equipment type, procedure description, procedure code) and the procedure order (referring physician, accession number, reason for exam). An image acquisition device, such as a CT scanner, queries a service provider, such as a RIS, to get this information which is then presented to the system operator and is used by the imaging device to populate details in the image metadata.

Prior to the use of the DICOM modality worklist service, the scanner operator was required to manually enter all the relevant details. Manual entry is slower and introduces the risk of misspelled patient names, and other data entry errors.

Modality performed procedure step[edit]

A complementary service to modality worklist, this enables the modality to send a report about a performed examination including data about the images acquired, beginning time, end time, and duration of a study, dose delivered, etc. It helps give the radiology department a more precise handle on resource (acquisition station) use. Also known as MPPS, this service allows a modality to better coordinate with image storage servers by giving the server a list of objects to send before or while actually sending such objects.

Print[edit]

The DICOM print service is used to send images to a DICOM printer, normally to print an "X-Ray" film. There is a standard calibration (defined in DICOM Part 14) to help ensure consistency between various display devices, including hard copy printout.

Offline media (files)[edit]

The format for offline media files is specified in Part 10 of the DICOM Standard. Such files are sometimes referred to as "Part 10 files".

DICOM restricts the filenames on DICOM media to 8 characters (some systems wrongly use 8.3, but this does not conform to the standard). No information must be extracted from these names (PS3.10 Section 6.2.3.2). This is a common source of problems with media created by developers who did not read the specifications carefully. This is a historical requirement to maintain compatibility with older existing systems. It also mandates the presence of a media directory, the DICOMDIR file, which provides index and summary information for all the DICOM files on the media. The DICOMDIR information provides substantially greater information about each file than any filename could, so there is less need for meaningful file names.

DICOM files typically have a .dcm file extension if they are not part of a DICOM media (which requires them to be without extension).

The MIME type for DICOM files is defined by RFC 3240 as application/dicom.

The Uniform Type Identifier type for DICOM files is org.nema.dicom.

There is also an ongoing media exchange test and "connectathon" process for CD media and network operation that is organized by the IHE organization.

Application areas[edit]

The core application of the DICOM standard is to capture, store and distribute medical images. The standard also provides services related to imaging such as managing imaging procedure worklists, printing images on film or digital media like DVDs, reporting procedure status like completion of an imaging acquisition, confirming successful archiving of images, encrypting datasets, removing patient identifying information from datasets, organizing layouts of images for review, saving image manipulations and annotations, calibrating image displays, encoding ECGs, encoding CAD results, encoding structured measurement data, and storing acquisition protocols.

Types of equipment[edit]

The DICOM information object definitions[21] encode the data produced by a wide variety of imaging device types,[22] including, CT (computed tomography), MRI (magnetic resonance imaging), ultrasound, X-ray, fluoroscopy, angiography, mammography, breast tomosynthesis, PET (positron emission tomography), SPECT (single-photon emission computed tomography), Endoscopy, microscopy, nd whole slide imaging, OCT (optical coherence tomography).

DICOM is also implemented by devices associated with images or imaging workflow including, PACS (picture archiving and communication systems), image viewers and display stations, CAD (computer-aided detection/diagnosis systems), 3D visualization systems, clinical analysis applications, image printers, Film scanners, media burners (that export DICOM files onto CDs, DVDs, etc.), media importers (that import DICOM files from CDs, DVDs, USBs, etc.), RIS (radiology information systems), VNA (vendor-neutral archives), EMR (electronic medical record) systems, and radiology reporting systems

Fields of medicine[edit]

Many fields of medicine have a dedicated Working Group within DICOM,[23] and DICOM is applicable to any field of medicine in which imaging is prevalent, including:, radiology, cardiology, oncology, nuclear medicine, radiotherapy, neurology, orthopedics, obstetrics, gynecology, ophthalmology, dentistry, maxillofacial surgery, dermatology, pathology, clinical trials, veterinary medicine, and medical/clinical photography

Port numbers over IP[edit]

DICOM have reserved the following TCP and UDP port numbers by the Internet Assigned Numbers Authority (IANA): 104 well-known port for DICOM over Transmission Control Protocol (TCP) or User Datagram Protocol (UDP). Since 104 is in the reserved subset, many operating systems require special privileges to use it; 2761 registered port for DICOM using Integrated Secure Communication Layer (ISCL) over TCP or UDP; 2762 registered port for DICOM using Transport Layer Security (TLS) over TCP or UDP; 11112 registered port for DICOM using standard, open communication over TCP or UDP. The standard recommends but does not require the use of these port numbers.

Disadvantages[edit]

According to a paper presented at an international symposium in 2008, the DICOM standard has problems related to data entry. "A major disadvantage of the DICOM Standard is the possibility for entering probably too many optional fields. This disadvantage is mostly showing in inconsistency of filling all the fields with the data. Some image objects are often incomplete because some fields are left blank and some are filled with incorrect data."[24]

Another disadvantage is that the file format admits executable code and may contain malware.[25]

Related standards and SDOs[edit]

DVTk is an Open Source project for testing, validating and diagnosing communication protocols and scenarios in medical environments. It supports DICOM, HL7 and IHE integration profiles.

Health Level 7 is a non-profit organization involved in the development of international healthcare informatics interoperability standards. HL7 and DICOM manage a joint Working Group to harmonize areas where the two standards overlap and address imaging integration in the electronic medical record.

Integrating the Healthcare Enterprise (IHE) is an industry sponsored non-profit organization that profiles the use of standards to address specific healthcare use cases. DICOM is incorporated in a variety of imaging related IHE profiles.[26][27]

Systematized Nomenclature of Medicine (SNOMED) is a systematic, computer-processable collection of medical terms, in human and veterinary medicine, to provide codes, terms, synonyms and definitions which cover anatomy, diseases, findings, procedures, microorganisms, substances, etc. DICOM data makes use of SNOMED to encode relevant concepts.

XnView supports .dic / .dicom for MIME type application/dicom[28]

Standards used by DICOM[edit]

The best known standards and protocols used by DICOM are: [29]

  • DICOM Makes use of the OSI network model. It uses the 2 network protocols on which the Internet is based and which allow data transfer, TCP / IP, and the HTTP hypertext transfer protocol. Additionally DICOM has its own MIME content type.
  • DICOM uses other protocols such as DHCP, SAML ...
  • DICOM makes use of a coding system called SNOMED CT that is based on medical and clinical terms.
  • DICOM uses an external alphabet known as LOINC.
  • In the case of breast images, use is made of other types of structured files known as BI-RADS.

Standards that use DICOM[edit]

The DICOM standard is used in a wide variety of resources (IHE, HL7 ... a) that are related to images.

The ISO12052: 2017 and CEN 12052 standards refer to the DICOM standard.[29]

Security[edit]

In December 2023, cybersecurity researcher Sina Yazdanmehr unveiled a critical security issue within the Store service. This revelation, presented at Black Hat Briefings, demonstrated the potential for malicious actors to manipulate existing series of medical images. Yazdanmehr's research highlighted the alarming capability of attackers to destroy a series of images or introduce misleading indicators of illness.[30][31]

See also[edit]

  • 3Dicom[32] – cross-platform 3D medical image viewer for practitioners and patients.
  • 3DSlicer – a free, open source software package for image analysis and scientific visualization, with the integrated support of components of DICOM standard.
  • Ambra Health – offers a free web-based DICOM Viewer
  • Amira
  • CinePaint
  • GIMP
  • Ginkgo CADx – cross-platform DICOM viewer.
  • IDL – often used to view medical images
  • ImageJ
  • InVesalius – free, open source software that can be used to view DICOM images and transform DICOM image stacks to 3D models and export them to .STL
  • IrfanView
  • Lifetrack – Cloud based or on-site PACS that uses a web-based viewer and is preferred by radiologists working remotely since it does not require installing any software to use
  • MicroDicom – free DICOM viewer for Windows.
  • Noesis – free DICOM importer and exporter with 3D visualization for Windows.
  • OsiriX – commercial image processing application dedicated to DICOM images.
  • Orthanc – lightweight, RESTful DICOM store.
  • Studierfenster (StudierFenster) – free, non-commercial Open Science client/server-based Medical Imaging Processing (MIP) online framework

References[edit]

  1. ^ "1 Scope and Field of Application". dicom.nema.org.
  2. ^ DICOM brochure, nema.org.
  3. ^ "Members of the DICOM Standards Committee" (PDF).
  4. ^ NEMA. "NEMA Members – NEMA". www.nema.org. Archived from the original on 2016-09-01. Retrieved 2016-09-15.
  5. ^ Kahn, Charles E.; Carrino, John A.; Flynn, Michael J.; Peck, Donald J.; Horii, Steven C. (September 2007). "DICOM and Radiology: Past, Present, and Future". Journal of the American College of Radiology. 4 (9): 652–657. doi:10.1016/j.jacr.2007.06.004. PMID 17845973.
  6. ^ Smith, D. V.; Smith, S.; Bender, G. N.; Carter, J. R.; Kim, Y.; Cawthon, M. A.; Leckie, R. G.; Weiser, J. C.; Romlein, J.; Goeringer, F. (May 1995). "Evaluation of the Medical Diagnostic Imaging Support system based on 2 years of clinical experience". Journal of Digital Imaging. 8 (2): 75–87. doi:10.1007/BF03168130. PMID 7612705.
  7. ^ Best, David E.; Horii, Steven C.; Bennett, William C.; Parisot, Charles R. (1 July 1992). Jost, R. Gilbert (ed.). "Update of the ACR-NEMA digital imaging and communications in medicine standard". Medical Imaging VI: Pacs Design and Evaluation. 1654: 356–361. Bibcode:1992SPIE.1654..356B. doi:10.1117/12.60322.
  8. ^ "7 Referencing The DICOM Standard". dicom.nema.org.
  9. ^ "1.4.2 Continuous Maintenance". dicom.nema.org.
  10. ^ "ASTM DICONDE Standard". www.astm.org. Archived from the original on 2019-04-06. Retrieved 2018-12-21.
  11. ^ "ASTM E2738-18 Standard Practice for Digital Imaging and Communication in Nondestructive Evaluation (DICONDE) for Computed Radiography (CR) Test".
  12. ^ "ASTM E2699-20 Standard Practice for Digital Imaging and Communication in Nondestructive Evaluation (DICONDE) for Digital Radiographic (DR) Test Methods".
  13. ^ "ASTM E2767-21 Standard Practice for Digital Imaging and Communication in Nondestructive Evaluation (DICONDE) for X-ray Computed Tomography (CT) Test Methods".
  14. ^ "ASTM E2663-23 Standard Practice for Digital Imaging and Communication in Nondestructive Evaluation (DICONDE) for Ultrasonic Test Methods".
  15. ^ "ASTM E2934-23 Standard Practice for Digital Imaging and Communication in Nondestructive Evaluation (DICONDE) for Eddy Current (EC) Test Methods".
  16. ^ "http://www.nema.org: Industrial Imaging and Communications Section". Archived from the original on 2010-05-15. Retrieved 2010-02-11.
  17. ^ a b c "K.1.2: DICOM File". DICOM PS3.12 2023b - Media Formats and Physical Media for Media Interchange. NEMA. 2023.
  18. ^ http://medical.nema.org/Dicom/2011/11_14pu.pdf[full citation needed]
  19. ^ Shiroma, Jonathan T. (December 2006). "An introduction to DICOM". Veterinary Medicine: 19–20. ProQuest 195482647.
  20. ^ See Table 6.2-1 of PS 3.5
  21. ^ "PS3.3".
  22. ^ "C.7.3 Common Series IE Modules".
  23. ^ "DICOM Strategy Document" (PDF).
  24. ^ Mustra, Mario; Delac, Kresimir; Grgic, Mislav (September 2008). Overview of the DICOM Standard (PDF). ELMAR, 2008. 50th International Symposium. Zadar, Croatia. pp. 39–44. ISBN 978-1-4244-3364-3.
  25. ^ "HIPAA-Protected Malware? Exploiting DICOM Flaw to Embed Malware in CT/MRI Imagery". Cylera Labs. 16 April 2019. Archived from the original on 23 April 2019. Retrieved 23 April 2019. A weakness in the DICOM image format enables malware to infect patient data by directly inserting itself into medical imaging files. These hybrid files are both fully-executable malware binaries and fully-functioning, standards-compliant DICOM images that preserve the original patient data and can be used by clinicians without arousing suspicion.
  26. ^ "Profiles – IHE Wiki". wiki.ihe.net.
  27. ^ Flanders, A.E., Carrino, J.A., 2003. Understanding DICOM and IHE. Seminars in Roentgenology 38, 270–281.
  28. ^ Clunie, D.; Cordonnier, K. (February 2002). Digital Imaging and Communications in Medicine (DICOM) – Application/dicom MIME Sub-type Registration. IETF. doi:10.17487/RFC3240. RFC 3240. Retrieved 2014-03-02.
  29. ^ a b "DICOM". DICOM.
  30. ^ "Millions of Patient Records at Risk: The Perils of Legacy Protocols" (PDF). i.blackhat.com.
  31. ^ "Millions of patient scans and health records spilling online thanks to decades-old protocol bug". techcrunch.com.
  32. ^ 3DICOM Viewer

External links[edit]