|
|||||||||
| 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.ApplicationEntity
public class ApplicationEntity
Application Entity (AE) element
| Constructor Summary | |
|---|---|
ApplicationEntity(DicomTag aDataElementTag)
creates new element |
|
ApplicationEntity(DicomTag aDataElementTag,
String aAET)
Creates an new DataElement |
|
| Method Summary | |
|---|---|
ValueRepresentation |
getValueRepresentation()
Return the ValueRepresentation of this element |
boolean |
isValid()
check is the data of this element is Dicom compliant |
| Methods inherited from class org.dicom4j.data.elements.support.StringElement |
|---|
addValue, clear, getPaddedVL, getStringValues, getValueLength, getValueMultiplicity, read, setValue, toString, write |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationEntity(DicomTag aDataElementTag)
aDataElementTag - the tag element's
public ApplicationEntity(DicomTag aDataElementTag,
String aAET)
throws DicomViolationException
Creates an new DataElement
aDataElementTag - the tag of the elementaAET - the value for this element
DicomViolationException - if the value doesn't respect the DICOM standard| Method Detail |
|---|
public ValueRepresentation getValueRepresentation()
DataElementValueRepresentation of this element
getValueRepresentation in class DataElementValueRepresentationpublic boolean isValid()
DataElementcheck is the data of this element is Dicom compliant
isValid in class DataElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||