Encrypted login | home

Program Information

A Free and Open Source DICOM Solution: DicomPack


B Zhang

B Zhang1*, (1) University of Maryland School of Medicine, BALTIMORE, MD

SU-E-T-219 Sunday 3:00:00 PM - 6:00:00 PM Room: Exhibit Hall

Purpose:
DicomPack aims to provide a Perl DICOM library to isolate DICOM complexity and facilitate creation of DICOM applications.

Methods:
DicomPack was initially designed for research projects to process and exchange radiotherapy medical images and treatment plans among research institutions, as well as between treatment planning systems and Open Radiological Archiving and Communication System (ORACS) research database. DicomPack uses an extensible internal data structure to store any encoded information observing DICOM's tag/element structure. Therefore, DicomPack either populates a data structure by DICOM information or converts a populated data structure into DICOM format. In this way, DicomPack creates a DICOM file either from scratch or using an existing DICOM template upfront. And this design also enables DicomPack to handle nested sequence data and multi-frame images easily. Along with DicomPack::IO, DicomPack::Network provides a comprehensive solution of exchanging DICOM information through DIMSE (DICOM Message Service) protocol. Its callback plugin design provides a universal interface to all DIMSE commands (DIMSE-C and DIMSE-N). Each time a new DIMSE command needs to be implemented, users only need to provide callback procedures to answer some basic questions, such as where to retrieve/store DICOM information. In addition, DicomPack provides examples, e.g., DicomDumper, DicomAnonymizer, DicomStore, under DicomPack::Util to demonstrate how to develop DICOM applications through DicomPack.

Results:

Conclusions:

DicomPack is a pure Perl package, which means DicomPack only has dependency on core Perl functions. As free software, DicomPack can be redistributed and/or modified as Perl. The easiest way to install DicomPack is through cpan.org (Comprehensive Perl Archive Network). However, DicomPack is in no way intended to to interpret DICOM information and/or enforce DICOM conformance, which will be up to application developers.


Contact Email