Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
org.dcm4che3.imageio.plugins.dcm |
This package is contained in the Maven module dcm4che3-imageio.
|
org.dcm4che3.imageio.stream |
This package is contained in the Maven module dcm4che-imageio.
|
org.dcm4che3.io |
Classes for reading and writing DICOM files.
|
org.dcm4che3.json |
Classes for dealing with JSON (Javascript Simple Object Notation).
|
org.dcm4che3.tool.dcmdump |
Dump DICOM file to stdout.
|
Modifier and Type | Method and Description |
---|---|
Fragments |
Attributes.newFragments(int tag,
VR vr,
int initialCapacity) |
Fragments |
Attributes.newFragments(String privateCreator,
int tag,
VR vr,
int initialCapacity) |
Fragments |
BulkData.toFragments(String privateCreator,
int tag,
VR vr)
Returns a
Fragments instance with containing BulkData instances referencing
individual fragments, referenced by this BulkData instances. |
Modifier and Type | Method and Description |
---|---|
static BulkData |
BulkData.fromFragments(Fragments bulkDataFragments)
Returns a
BulkData instance combining all BulkData instances in bulkDataFragments . |
private void |
Attributes.set(String privateCreator,
int tag,
Fragments src) |
Modifier and Type | Field and Description |
---|---|
private Fragments |
DicomImageReader.pixeldataFragments |
Modifier and Type | Method and Description |
---|---|
static SegmentedImageInputStream |
SegmentedImageInputStream.ofFrame(ImageInputStream iis,
Fragments fragments,
int index,
int frames) |
Modifier and Type | Field and Description |
---|---|
private Fragments |
ContentHandlerAdapter.dataFragments |
Modifier and Type | Method and Description |
---|---|
void |
SAXWriter.readValue(DicomInputStream dis,
Fragments frags) |
void |
DicomInputStream.readValue(DicomInputStream dis,
Fragments frags) |
void |
DicomInputHandler.readValue(DicomInputStream dis,
Fragments frags) |
Modifier and Type | Method and Description |
---|---|
void |
JSONWriter.readValue(DicomInputStream dis,
Fragments frags) |
(package private) void |
JSONReader.Element.toFragments(Fragments fragments) |
Modifier and Type | Method and Description |
---|---|
void |
DcmDump.readValue(DicomInputStream dis,
Fragments frags) |
Copyright © 2017 dcm4che.org. All rights reserved.