public class InformationEntity
extends java.lang.Object
implements java.lang.Comparable
A class to provide enumerated constants for the entities of the DICOM Information Model.
Used to categorize attributes in the DicomDictionary and
in the com.pixelmed.database package.
| Modifier and Type | Field and Description |
|---|---|
static InformationEntity |
CONCATENATION |
static InformationEntity |
FRAME |
static InformationEntity |
INSTANCE |
static InformationEntity |
PATIENT |
static InformationEntity |
PROCEDURESTEP |
static InformationEntity |
SERIES |
static InformationEntity |
STUDY |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object ie)
Is this information entity higher in the model than the specified information entity ?
|
static InformationEntity |
fromString(java.lang.String name)
Get the information entity corresponding to the string name
|
int |
getValue() |
java.lang.String |
toString() |
public static InformationEntity PATIENT
public static InformationEntity STUDY
public static InformationEntity PROCEDURESTEP
public static InformationEntity SERIES
public static InformationEntity CONCATENATION
public static InformationEntity INSTANCE
public static InformationEntity FRAME
public java.lang.String toString()
toString in class java.lang.Objectpublic static InformationEntity fromString(java.lang.String name)
Get the information entity corresponding to the string name
name - a String name, whose case is ignoredpublic int getValue()
public int compareTo(java.lang.Object ie)
Is this information entity higher in the model than the specified information entity ?
compareTo in interface java.lang.Comparableie - the information entity with which to compare