See: Description
| Interface | Description |
|---|---|
| BulkDataReference |
Represents a reference to data of a DICOM data element.
|
| DataElementValue |
Base interface of the values of a data element that are represented wich a custom java type.
|
| SequenceItemReadListener |
a listener for receiving events related to the
reading of sequence items.
|
| TagRead2Listener |
A listener interested in receiving TagReadEvents.
|
| TagReadListener |
A listener interested in receiving TagReadEvents.
|
| TagWriteListener |
A listener interested in receiving TagWriteEvents.
|
| Class | Description |
|---|---|
| ATValue |
represents a single data element value of value representation AT (Attribute Tag).
|
| ByteArray |
represents an array of bytes of arbitrary length, exceeding the maximium of 2^31-1 for native byte[] arrays.
|
| DataElement |
The DataElement class represents a single data element in a DicomObject.
|
| DDate |
This class represents a basic date object.
|
| DDateRange |
This class represents a basic date range.
|
| DDict |
the dictionary of all public non-retired and retired tags
according to the 2017 version of the DICOM standard.
|
| DDictBase |
Superclass of the DDict dictionary class.
|
| DDictEntry |
An object for a tag that can be stored in the Data Dictionary
|
| Debug | Deprecated |
| DicomObject |
A DicomObject represents a DICOM dataset and is essentially a collection
of DataElements.
|
| DicomReader |
A factory class for creating DicomObject objects out of DICOM files
and DICOM streams.
|
| DicomUtils |
Utility class
|
| DicomWriter |
DicomWriter is capable of writing DicomObject instances to an Outputstream
either as DICOM Part 10 files or as raw datasets.
|
| DumpUtils |
With DumpUtils the contents of a DicomObject can be
written to an outputstream in a human readable tabular format.
|
| FileBulkDataReference |
A BulkDataReference based on an underlying file.
|
| GroupList |
This is the superclass of
DicomObject. |
| Jdt |
Utility class for getting information about this JDT release
and for setting/getting global properties.
|
| MetaSOPClass |
Dictionary for META SOP Classes
|
| MultiVRInputStream |
This class is not part of the public API.
|
| MultiVROutputStream |
This class is not part of the public API.
|
| OffsetOutputStream |
This class is not part of the public API.
|
| Offsets |
This class provides utilities to calculate offsets on a DicomObject that is going to be written.
|
| Person |
This class represents a PN (Person Name) VR.
|
| SequenceItemReadEvent |
an event fired when a sequence item is read.
|
| SOPClass |
Dictionary class representing all the SOP class UIDs.
|
| SOPClassUID |
represents a SOP Class UID.
|
| SOPInstance |
Dictionary containing well-known SOP Instance classes
|
| TagReadEvent |
TagReadEvent is used to notify interested parties that a tag is being read.
|
| TagValue |
represents a (group, element) - pair and its value.
|
| TagWriteEvent |
TagWriteEvent is used to notify interested parties that a tag will be written.
|
| TransferSyntax |
Dictionary class representing all the transfer syntaxes.
|
| TransferSyntaxUID |
represents a Transfer Syntax UID.
|
| UID |
This class contains a repository of all registered DICOM uids.
|
| UIDEntry |
Represents a UID Entry for storage in the repository of
UID. |
| Exception | Description |
|---|---|
| DicomException |
Thrown to indicate that the application has done something, which would
violate the DICOM Data structures and encoding (Part 3.5).
|
| IllegalValueException |
thrown when
an illegal value is read from the inputstream during
communication on the association
an illegal value is supplied in an argument of a method
|
| UnknownUIDException |
thrown when a UID is encountered that does not match one of the UIDs defined
in the class UID.
|