public class DicomEncodingOptions extends Object
Modifier and Type | Field and Description |
---|---|
static DicomEncodingOptions |
DEFAULT |
boolean |
groupLength |
boolean |
undefEmptyItemLength |
boolean |
undefEmptySequenceLength |
boolean |
undefItemLength |
boolean |
undefSequenceLength |
Constructor and Description |
---|
DicomEncodingOptions(boolean groupLength,
boolean undefSeqLength,
boolean undefEmptySeqLength,
boolean undefItemLength,
boolean undefEmptyItemLength) |
public static final DicomEncodingOptions DEFAULT
public final boolean groupLength
public final boolean undefSequenceLength
public final boolean undefEmptySequenceLength
public final boolean undefItemLength
public final boolean undefEmptyItemLength
public DicomEncodingOptions(boolean groupLength, boolean undefSeqLength, boolean undefEmptySeqLength, boolean undefItemLength, boolean undefEmptyItemLength)
Copyright © 2017 dcm4che.org. All rights reserved.