Package com.pixelmed.dicom
Class InformationEntity
java.lang.Object
com.pixelmed.dicom.InformationEntity
- All Implemented Interfaces:
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic InformationEntity
static InformationEntity
static InformationEntity
static InformationEntity
static InformationEntity
static InformationEntity
static InformationEntity
-
Method Summary
Modifier and TypeMethodDescriptionint
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 nametoString()
-
Field Details
-
PATIENT
-
STUDY
-
PROCEDURESTEP
-
SERIES
-
CONCATENATION
-
INSTANCE
-
FRAME
-
-
Method Details
-
toString
-
fromString
Get the information entity corresponding to the string name
- Parameters:
name
- a String name, whose case is ignored- Returns:
- the information entity if any, otherwise null
-
compareTo
Is this information entity higher in the model than the specified information entity ?
- Specified by:
compareTo
in interfaceComparable
- Parameters:
ie
- the information entity with which to compare- Returns:
- a -ve value if this information entity higher in the model than the specified information entity
-