See: Description
| Interface | Description |
|---|---|
| DicomDir |
represents a DICOMDIR.
|
| DicomDirBuilder |
Factory class for creating DicomDir, DirectoryRecord and FilesetIdentification object.
|
| DicomDirPrinter |
For writing DICOMDIRs to a PrintStream in a human readable format.
|
| DicomDirReader |
Provides read methods for reading DICOMDIR from files, inputstreams or from
a DicomObject.
|
| DicomDirWriter |
Provides write methods for writing DICOMDIRs to file.
|
| DirectoryRecord |
represents a Directory Record within a DICOMDIR.
|
| FilesetIdentification |
represents the FileSet Identification Module within a DICOMDIR.
|
| QueryMode |
QueryMode is a way of defining how the matching of values take place in
DicomDir.query |
| ReferencedFileId |
Representation of a Referenced File ID attribute
(0004,1500) |
| Class | Description |
|---|---|
| DicomDirFactory |
Factory class for creating DicomDirReader, DicomDirWriter and DicomDirPrinter objects.
|
| DirectoryRecordType |
Dictionary class for the different Directory Record types.
|
| QueryTag |
QueryTag is a way of defining which tags should be elected for matching in
DicomDir.query |
| Exception | Description |
|---|---|
| JITDicomDirException |
RuntimeException related to just-in-time reading of Directory Records.
|