Java Dicom Toolkit
A small footprint 100% java library for building DICOM applications.
Build reliable DICOM applications more efficiently. Release yourself from the complexities of the DICOM standard.
Features
- Up-to-date DICOM dictionary classes covering all tags,transfer syntaxes, sop classes and other UID's defined in the 2007 edition of the DICOM standard
- Dicom PART 10 File support including autodetection of DICOM files
- Dicom PART 8 Network support for creating 'associations'
over TCP/IP and connecting to DICOM devices, including support for
scp/scu role negotation,maximum operations setting, extended
negotiations and easy exchange of DIMSE commands and datasets over
associations
- Support for all non-compressed transfer syntaxes and transfer syntax conversion when reading/writing dicom files and streams
- All VR's are supported including newly added OF (Other Float)
- Sequences can be read or written with defined or undefined length
- Sequence delimitation items and Item delimitation items are added automatically when necessary
- Support for RLE and JPEG encoding
- Read/Write DICOM data to InputStreams/OutputStreams using the normal java.io streams concepts
- Easy manipulation of sequences and positioning of sequence items with utility classes
- Straight-forward type mapping of DICOM VR's to native Java Types
|