public class MCdicomLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MCdicomLevel |
Frame
Frame level of DICOM model
|
static MCdicomLevel |
Image
Image level of DICOM model
|
static MCdicomLevel |
Patient
Patient level of DICOM model
|
static MCdicomLevel |
Series
Series level of DICOM model
|
static MCdicomLevel |
Study
Study level of DICOM model
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Checks if
MCdicomLevel object is equal to Object |
static MCdicomLevel |
getLevel(java.lang.String name)
Gets
MCdicomLevel object for a given name |
java.lang.String |
getName()
Gets
MCdicomLevel name |
int |
hashCode()
Gets the hashcode of
MCdicomLevel object |
java.lang.String |
toString()
Gets the name of
MCdicomLevel object |
public static final MCdicomLevel Patient
public static final MCdicomLevel Study
public static final MCdicomLevel Series
public static final MCdicomLevel Image
public static final MCdicomLevel Frame
public java.lang.String getName()
MCdicomLevel
nameMCdicomLevel
namepublic static MCdicomLevel getLevel(java.lang.String name)
MCdicomLevel
object for a given namename
- MCdicomLevel
nameMCdicomLevel
objectpublic boolean equals(java.lang.Object o)
MCdicomLevel
object is equal to Object
equals
in class java.lang.Object
o
- Object
true
if MCdicomLevel
objects are the samepublic int hashCode()
MCdicomLevel
objecthashCode
in class java.lang.Object
MCdicomLevel
objectpublic java.lang.String toString()
MCdicomLevel
objecttoString
in class java.lang.Object
MCdicomLevel
object