Package org.dicom4j.data

DICOM Data management

See:
          Description

Class Summary
CommandSet DICOM Command Set
CommandSetType Types of CommandSet
DataElements List of all DataElements (generated class, do not edit)
DataSet DICOM DataSet (a list ofDataElements ) a dataset is used to manage a list of elements, a dataset can be read or write on a file system using DicomFileReader or DicomFileWriter.
DataSets List of DataSet
FileMetaInformation File Meta Information (see DICOM PS 3.10)
extends a DataSet by adding specific methods related to FMI
SpecificCharacterSet A class to encapsulate the functionality defined by the DICOM Specific Character Set attribute, including the ability to parse the string values of the attribute and then apply the appropriate character conversions from byte array values into Java's internal Unicode representation contained in String.
 

Exception Summary
NoSuchElementException Signals that the DataSet doesn't have the specified Tag.
WrongDataElementTypeException Exception which occurs when calling a getXXX from a DataSet
 

Package org.dicom4j.data Description

DICOM Data management



Copyright © 2009 dicom4j. All Rights Reserved.