|
|||||||||
| 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.StringElement
org.dicom4j.data.elements.PersonName
public class PersonName
Person Name (PN) DataElement
| Constructor Summary | |
|---|---|
PersonName(DicomTag aTag)
Creates an empty element |
|
PersonName(DicomTag t,
SpecificCharacterSet specificCharacterSet)
Construct an (empty) attribute. |
|
| Method Summary | |
|---|---|
ValueRepresentation |
getValueRepresentation()
Return the value representation of this data element |
byte[] |
getVR()
Get the value representation of this attribute (PN). |
void |
setValue(String aValue)
Read an attribute from an input stream. |
| Methods inherited from class org.dicom4j.data.elements.support.StringElement |
|---|
addValue, clear, getPaddedVL, getStringValues, getValueLength, getValueMultiplicity, read, toString, write |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PersonName(DicomTag aTag)
Creates an empty element
aTag - the tag of the element
public PersonName(DicomTag t,
SpecificCharacterSet specificCharacterSet)
Construct an (empty) attribute.
t - the tag of the attributespecificCharacterSet - the character set to be used for the text| Method Detail |
|---|
public ValueRepresentation getValueRepresentation()
getValueRepresentation in class DataElementpublic byte[] getVR()
Get the value representation of this attribute (PN).
public void setValue(String aValue)
Read an attribute from an input stream.
setValue in class StringElementt - the tag of the attributevl - the value length of the attributei - the input streamspecificCharacterSet - the character set to be used for the text
IOException
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||