Trispark JDT
2.50.13

Package com.archimed.dicom

Contains the base classes for parsing and formatting DICOM files and streams, including dictionaries for sop classes,transfer syntaxes and data element tags.

See:
          Description

Interface Summary
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 Summary
ATValue represents a single data element value of value representation AT (Attribute Tag).
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 2007 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.
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.
GroupList This is the superclass of DicomObject.
Jdt Utility class for getting information about this JDT release and for setting/getting global properties.
MetaSOPClass  
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  
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 Summary
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.
 

Package com.archimed.dicom Description

Contains the base classes for parsing and formatting DICOM files and streams, including dictionaries for sop classes,transfer syntaxes and data element tags.


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.