|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.data.elements.support.DataElement
org.dicom4j.data.elements.support.TextElement
org.dicom4j.data.elements.LongText
public class LongText
Long Text (LT) DataElement.
a Long Text is not multi-valued
| Constructor Summary | |
|---|---|
LongText(DicomTag tag)
creates a new DataElement |
|
LongText(DicomTag t,
SpecificCharacterSet aCharacterSet)
Creates an new DataElement |
|
| Method Summary | |
|---|---|
String[] |
getStringValues()
Get the values of this attribute as strings. |
ValueRepresentation |
getValueRepresentation()
Return the value representation of this data element |
byte[] |
getVR()
Deprecated. |
void |
read(DicomInputStream aStream,
long aLength,
SpecificCharacterSet aCharacterSet)
|
| Methods inherited from class org.dicom4j.data.elements.support.TextElement |
|---|
addValue, clear, getPaddedVL, getStringValues, getValue, getValueLength, getValueMultiplicity, removeValues, setValue, toString, write |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LongText(DicomTag tag)
creates a new DataElement
tag - the tag of the element
public LongText(DicomTag t,
SpecificCharacterSet aCharacterSet)
Creates an new DataElement
aDataElementTag - the tag of the elementaCharacterSet - the CharacterSet| Method Detail |
|---|
public ValueRepresentation getValueRepresentation()
getValueRepresentation in class TextElement@Deprecated public byte[] getVR()
Get the value representation of this attribute (LT).
public String[] getStringValues()
DataElementGet the values of this attribute as strings.
The strings may have been cleaned up into a canonical form, such as to remove padding.
getStringValues in class DataElementString
public void read(DicomInputStream aStream,
long aLength,
SpecificCharacterSet aCharacterSet)
throws IOException,
DicomException
read in class TextElementIOException
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||