public class UniqueIdentifierAttribute extends StringAttribute
A concrete class specializing Attribute for
Unique Identifier (UI) 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 |
|---|
UniqueIdentifierAttribute(AttributeTag t)
Construct an (empty) attribute.
|
UniqueIdentifierAttribute(AttributeTag t,
long vl,
DicomInputStream i)
Read an attribute from an input stream.
|
UniqueIdentifierAttribute(AttributeTag t,
Long vl,
DicomInputStream i)
Read an attribute from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumLengthOfSingleValue() |
protected byte |
getPadByte()
Get the appropriate (0X00) byte for padding UIDS to an even length.
|
byte[] |
getVR()
Get the value representation of this attribute (UI).
|
boolean |
isCharacterInValueValid(int c) |
static boolean |
isCodingSchemeRelated(AttributeTag t) |
static boolean |
isPrivateNonTransient(AttributeTag t,
AttributeList list) |
static boolean |
isPrivateRelated(AttributeTag t) |
static boolean |
isSOPClassRelated(AttributeTag t) |
static boolean |
isTransferSyntaxRelated(AttributeTag t) |
static boolean |
isTransient(AttributeTag t) |
static boolean |
isTransient(AttributeTag t,
AttributeList list) |
static boolean |
isWellKnownRelated(AttributeTag t) |
boolean |
repairValues()
Repair any existing values of this attribute to make them comply with standard VR requirements.
|
addValue, addValue, addValue, addValue, addValue, addValue, addValue, allowRepairOfIncorrectLength, allowRepairOfInvalidCharacterReplacement, areCharactersInValuesValid, areLengthsOfValuesValid, areValuesWellFormed, flushCachedCopies, getByteValues, getDoubleValues, getFloatValues, getIntegerValues, getInvalidCharacterReplacement, getLongValues, getOriginalStringValues, getPaddedVL, getShortValues, getSpecificCharacterSet, getStringValues, isValid, removeValues, 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 UniqueIdentifierAttribute(AttributeTag t)
Construct an (empty) attribute.
t - the tag of the attributepublic UniqueIdentifierAttribute(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 streamIOExceptionDicomExceptionpublic UniqueIdentifierAttribute(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 streamIOExceptionDicomExceptionpublic final int getMaximumLengthOfSingleValue()
getMaximumLengthOfSingleValue in class StringAttributeprotected byte getPadByte()
Get the appropriate (0X00) byte for padding UIDS to an even length.
getPadByte in class StringAttributepublic byte[] getVR()
Get the value representation of this attribute (UI).
getVR in class AttributeValueRepresentationpublic final boolean isCharacterInValueValid(int c)
throws DicomException
isCharacterInValueValid in class StringAttributeDicomExceptionpublic static boolean isCodingSchemeRelated(AttributeTag t)
public static boolean isPrivateNonTransient(AttributeTag t, AttributeList list)
public static boolean isPrivateRelated(AttributeTag t)
public static boolean isSOPClassRelated(AttributeTag t)
public static boolean isTransferSyntaxRelated(AttributeTag t)
public static boolean isTransient(AttributeTag t)
public static boolean isTransient(AttributeTag t, AttributeList list)
public static boolean isWellKnownRelated(AttributeTag t)
public boolean repairValues()
throws DicomException
AttributerepairValues in class StringAttributeDicomException - if error in DICOM value extraction