int |
Value.calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Sequence.calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Fragments.calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
BulkData.calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
Date defVal) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
Date defVal,
DatePrecision precision) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
DatePrecision precision) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
int valueIndex) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
int valueIndex,
Date defVal) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
int valueIndex,
Date defVal,
DatePrecision precision) |
Date |
Attributes.getDate(String privateCreator,
int tag,
VR vr,
int valueIndex,
DatePrecision precision) |
DateRange |
Attributes.getDateRange(String privateCreator,
int tag,
VR vr) |
DateRange |
Attributes.getDateRange(String privateCreator,
int tag,
VR vr,
DateRange defVal) |
Date[] |
Attributes.getDates(String privateCreator,
int tag,
VR vr) |
Date[] |
Attributes.getDates(String privateCreator,
int tag,
VR vr,
DatePrecision precisions) |
double |
Attributes.getDouble(String privateCreator,
int tag,
VR vr,
double defVal) |
double |
Attributes.getDouble(String privateCreator,
int tag,
VR vr,
int valueIndex,
double defVal) |
double[] |
Attributes.getDoubles(String privateCreator,
int tag,
VR vr) |
int |
Value.getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Sequence.getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
Fragments.getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
BulkData.getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
float |
Attributes.getFloat(String privateCreator,
int tag,
VR vr,
float defVal) |
float |
Attributes.getFloat(String privateCreator,
int tag,
VR vr,
int valueIndex,
float defVal) |
float[] |
Attributes.getFloats(String privateCreator,
int tag,
VR vr) |
int |
Attributes.getInt(String privateCreator,
int tag,
VR vr,
int defVal) |
int |
Attributes.getInt(String privateCreator,
int tag,
VR vr,
int valueIndex,
int defVal) |
int[] |
Attributes.getInts(String privateCreator,
int tag,
VR vr) |
SpecificCharacterSet |
Attributes.getSpecificCharacterSet(VR vr) |
String |
Attributes.getString(String privateCreator,
int tag,
VR vr) |
String |
Attributes.getString(String privateCreator,
int tag,
VR vr,
int valueIndex) |
String |
Attributes.getString(String privateCreator,
int tag,
VR vr,
int valueIndex,
String defVal) |
String |
Attributes.getString(String privateCreator,
int tag,
VR vr,
String defVal) |
String[] |
Attributes.getStrings(String privateCreator,
int tag,
VR vr) |
Fragments |
Attributes.newFragments(int tag,
VR vr,
int initialCapacity) |
Fragments |
Attributes.newFragments(String privateCreator,
int tag,
VR vr,
int initialCapacity) |
Object |
Attributes.setBytes(int tag,
VR vr,
byte[] b) |
Object |
Attributes.setBytes(String privateCreator,
int tag,
VR vr,
byte[] b) |
Object |
Attributes.setDate(int tag,
VR vr,
Date... ds) |
Object |
Attributes.setDate(int tag,
VR vr,
DatePrecision precision,
Date... ds) |
Object |
Attributes.setDate(String privateCreator,
int tag,
VR vr,
Date... ds) |
Object |
Attributes.setDate(String privateCreator,
int tag,
VR vr,
DatePrecision precision,
Date... ds) |
Object |
Attributes.setDateRange(int tag,
VR vr,
DatePrecision precision,
DateRange range) |
Object |
Attributes.setDateRange(int tag,
VR vr,
DateRange range) |
Object |
Attributes.setDateRange(String privateCreator,
int tag,
VR vr,
DatePrecision precision,
DateRange range) |
Object |
Attributes.setDateRange(String privateCreator,
int tag,
VR vr,
DateRange range) |
Object |
Attributes.setDouble(int tag,
VR vr,
double... ds) |
Object |
Attributes.setDouble(String privateCreator,
int tag,
VR vr,
double... ds) |
Object |
Attributes.setFloat(int tag,
VR vr,
float... fs) |
Object |
Attributes.setFloat(String privateCreator,
int tag,
VR vr,
float... fs) |
Object |
Attributes.setInt(int tag,
VR vr,
int... is) |
Object |
Attributes.setInt(String privateCreator,
int tag,
VR vr,
int... is) |
Object |
Attributes.setNull(int tag,
VR vr) |
Object |
Attributes.setNull(String privateCreator,
int tag,
VR vr) |
Object |
Attributes.setString(int tag,
VR vr,
String... ss) |
Object |
Attributes.setString(int tag,
VR vr,
String s) |
Object |
Attributes.setString(String privateCreator,
int tag,
VR vr,
String... ss) |
Object |
Attributes.setString(String privateCreator,
int tag,
VR vr,
String s) |
Object |
Attributes.setValue(int tag,
VR vr,
Object value) |
Object |
Attributes.setValue(String privateCreator,
int tag,
VR vr,
Object value) |
byte[] |
Value.toBytes(VR vr,
boolean bigEndian) |
byte[] |
Sequence.toBytes(VR vr,
boolean bigEndian) |
byte[] |
Fragments.toBytes(VR vr,
boolean bigEndian) |
byte[] |
BulkData.toBytes(VR vr,
boolean bigEndian) |
boolean |
Attributes.Visitor.visit(Attributes attrs,
int tag,
VR vr,
Object value) |
void |
Value.writeTo(ImageOutputStream out,
VR vr) |
void |
Sequence.writeTo(ImageOutputStream out,
VR vr) |
void |
Fragments.writeTo(ImageOutputStream out,
VR vr) |
void |
BulkData.writeTo(ImageOutputStream out,
VR vr) |