Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
org.dcm4che3.imageio.codec |
This package is part of the Maven module dcm4che-imageio.
|
org.dcm4che3.io |
Classes for reading and writing DICOM files.
|
org.dcm4che3.media |
Classes for dealing with storage media.
|
org.dcm4che3.tool.common |
Common classes for the various tools.
|
org.dcm4che3.tool.dcm2dcm |
Program for converting DICOM files.
|
org.dcm4che3.tool.dcmdir |
DICOM File-Set Reader/Creator/Updater.
|
org.dcm4che3.tool.json2dcm |
Convert JSON file to DICOM file.
|
org.dcm4che3.tool.mkkos |
Make DICOM Key Object Selection Document.
|
org.dcm4che3.tool.xml2dcm |
Create/Update DICOM file from/with XML presentation.
|
Modifier and Type | Method and Description |
---|---|
int |
Attributes.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR) |
private int |
Attributes.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
SpecificCharacterSet cs,
int[] groupLengths) |
int |
Value.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Sequence.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Fragments.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
BulkData.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
private int |
Attributes.getEncodedItemLength(DicomEncodingOptions encOpts,
boolean explicitVR) |
int |
Value.getEncodedLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Sequence.getEncodedLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Fragments.getEncodedLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
BulkData.getEncodedLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
Modifier and Type | Method and Description |
---|---|
int |
Compressor.CompressedFrame.calcLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Compressor.CompressedFrame.getEncodedLength(DicomEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
Modifier and Type | Field and Description |
---|---|
static DicomEncodingOptions |
DicomEncodingOptions.DEFAULT |
private DicomEncodingOptions |
DicomOutputStream.encOpts |
Modifier and Type | Method and Description |
---|---|
DicomEncodingOptions |
DicomOutputStream.getEncodingOptions() |
Modifier and Type | Method and Description |
---|---|
void |
DicomOutputStream.setEncodingOptions(DicomEncodingOptions encOpts) |
Modifier and Type | Method and Description |
---|---|
DicomEncodingOptions |
DicomDirWriter.getEncodingOptions() |
Modifier and Type | Method and Description |
---|---|
void |
DicomDirWriter.setEncodingOptions(DicomEncodingOptions encOpts) |
Modifier and Type | Method and Description |
---|---|
static DicomEncodingOptions |
CLIUtils.encodingOptionsOf(org.apache.commons.cli.CommandLine cl) |
Modifier and Type | Field and Description |
---|---|
private DicomEncodingOptions |
Dcm2Dcm.encOpts |
Modifier and Type | Method and Description |
---|---|
void |
Dcm2Dcm.setEncodingOptions(DicomEncodingOptions encOpts) |
Modifier and Type | Field and Description |
---|---|
private DicomEncodingOptions |
DcmDir.encOpts |
Modifier and Type | Method and Description |
---|---|
void |
DcmDir.setEncodingOptions(DicomEncodingOptions encOpts) |
Modifier and Type | Field and Description |
---|---|
private DicomEncodingOptions |
Json2Dcm.encOpts |
Modifier and Type | Method and Description |
---|---|
void |
Json2Dcm.setEncodingOptions(DicomEncodingOptions encOpts) |
Modifier and Type | Field and Description |
---|---|
private DicomEncodingOptions |
MkKOS.encOpts |
Modifier and Type | Method and Description |
---|---|
void |
MkKOS.setEncodingOptions(DicomEncodingOptions encOpts) |
Modifier and Type | Field and Description |
---|---|
private DicomEncodingOptions |
Xml2Dcm.encOpts |
Modifier and Type | Method and Description |
---|---|
void |
Xml2Dcm.setEncodingOptions(DicomEncodingOptions encOpts) |
Copyright © 2017 dcm4che.org. All rights reserved.