|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.InformationEntity
public class InformationEntity
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.
| Field Summary | |
|---|---|
static InformationEntity |
CONCATENATION
|
static InformationEntity |
FRAME
|
static InformationEntity |
INSTANCE
|
static InformationEntity |
PATIENT
|
static InformationEntity |
PROCEDURESTEP
|
static InformationEntity |
SERIES
|
static InformationEntity |
STUDY
|
| Method Summary | |
|---|---|
int |
compareTo(Object ie)
Is this information entity higher in the model than the specified information entity ? |
static InformationEntity |
fromString(String name)
Get the information entity corresponding to the string name |
int |
getValue()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static InformationEntity fromString(String name)
Get the information entity corresponding to the string name
name - a String name, whose case is ignored
public int getValue()
public int compareTo(Object ie)
Is this information entity higher in the model than the specified information entity ?
compareTo in interface Comparableie - the information entity with which to compare
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||