public class TimeAttribute extends StringAttribute
A concrete class specializing Attribute for
Time (TM) attributes.
Though an instance of this class may be created
using its constructors, there is also a factory class, AttributeFactory.
Attribute,
AttributeFactory,
AttributeList| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_LENGTH_SINGLE_VALUE |
specificCharacterSetvalueLength, valueMultiplicity| Constructor and Description |
|---|
TimeAttribute(AttributeTag t)
Construct an (empty) attribute.
|
TimeAttribute(AttributeTag t,
long vl,
DicomInputStream i)
Read an attribute from an input stream.
|
TimeAttribute(AttributeTag t,
Long vl,
DicomInputStream i)
Read an attribute from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allowRepairOfIncorrectLength() |
protected boolean |
allowRepairOfInvalidCharacterReplacement() |
boolean |
areValuesWellFormed() |
protected char |
getInvalidCharacterReplacement() |
int |
getMaximumLengthOfSingleValue() |
byte[] |
getVR()
Get the value representation of this attribute (TM).
|
boolean |
isCharacterInValueValid(int c) |
addValue, addValue, addValue, addValue, addValue, addValue, addValue, areCharactersInValuesValid, areLengthsOfValuesValid, flushCachedCopies, getByteValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getOriginalStringValues, getPadByte, getPaddedVL, getShortValues, getSpecificCharacterSet, getStringValues, isValid, removeValues, repairValues, setSpecificCharacterSet, toString, translateByteArrayToString, translateStringToByteArray, writegetByteValues, getDelimitedStringValuesOrDefault, getDelimitedStringValuesOrDefault, getDelimitedStringValuesOrDefault, getDelimitedStringValuesOrDefault, getDelimitedStringValuesOrDefault, getDelimitedStringValuesOrDefault, getDelimitedStringValuesOrEmptyString, getDelimitedStringValuesOrEmptyString, getDelimitedStringValuesOrEmptyString, getDelimitedStringValuesOrEmptyString, getDelimitedStringValuesOrEmptyString, getDelimitedStringValuesOrEmptyString, getDelimitedStringValuesOrNull, getDelimitedStringValuesOrNull, getDelimitedStringValuesOrNull, getDelimitedStringValuesOrNull, getDelimitedStringValuesOrNull, getDelimitedStringValuesOrNull, getDoubleValues, getDoubleValues, getElement, getFloatValues, getFloatValues, getGroup, getIntegerValues, getIntegerValues, getLengthOfEncodedValue, getLongValues, getLongValues, getSingleDoubleValueOrDefault, getSingleDoubleValueOrDefault, getSingleDoubleValueOrDefault, getSingleFloatValueOrDefault, getSingleFloatValueOrDefault, getSingleFloatValueOrDefault, getSingleIntegerValueOrDefault, getSingleIntegerValueOrDefault, getSingleIntegerValueOrDefault, getSingleLongValueOrDefault, getSingleLongValueOrDefault, getSingleLongValueOrDefault, getSingleStringValueOrDefault, getSingleStringValueOrDefault, getSingleStringValueOrDefault, getSingleStringValueOrDefault, getSingleStringValueOrDefault, getSingleStringValueOrDefault, getSingleStringValueOrEmptyString, getSingleStringValueOrEmptyString, getSingleStringValueOrEmptyString, getSingleStringValueOrEmptyString, getSingleStringValueOrEmptyString, getSingleStringValueOrEmptyString, getSingleStringValueOrNull, getSingleStringValueOrNull, getSingleStringValueOrNull, getSingleStringValueOrNull, getSingleStringValueOrNull, getSingleStringValueOrNull, getStringValues, getStringValues, getStringValues, getStringValues, getStringValues, getTag, getVL, getVM, getVRAsString, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValues, setValues, setValues, setValues, setValues, setValues, setValues, toString, writeBaseprotected static final int MAX_LENGTH_SINGLE_VALUE
public TimeAttribute(AttributeTag t)
Construct an (empty) attribute.
t - the tag of the attributepublic TimeAttribute(AttributeTag t, long vl, DicomInputStream i) throws IOException, DicomException
Read an attribute from an input stream.
t - the tag of the attributevl - the value length of the attributei - the input streamIOException - if an I/O error occursDicomException - if error in DICOM encodingpublic TimeAttribute(AttributeTag t, Long vl, DicomInputStream i) throws IOException, DicomException
Read an attribute from an input stream.
t - the tag of the attributevl - the value length of the attributei - the input streamIOException - if an I/O error occursDicomException - if error in DICOM encodingprotected final boolean allowRepairOfIncorrectLength()
allowRepairOfIncorrectLength in class StringAttributeprotected final boolean allowRepairOfInvalidCharacterReplacement()
allowRepairOfInvalidCharacterReplacement in class StringAttributepublic boolean areValuesWellFormed()
throws DicomException
areValuesWellFormed in class StringAttributeDicomExceptionprotected char getInvalidCharacterReplacement()
getInvalidCharacterReplacement in class StringAttributepublic final int getMaximumLengthOfSingleValue()
getMaximumLengthOfSingleValue in class StringAttributepublic byte[] getVR()
Get the value representation of this attribute (TM).
getVR in class AttributeValueRepresentationpublic final boolean isCharacterInValueValid(int c)
throws DicomException
isCharacterInValueValid in class StringAttributeDicomException