public final class MCdicomRoot
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MCdicomRoot |
Composite
Composite root of DICOM model
|
static MCdicomRoot |
Patient
Patient root of DICOM model
|
static MCdicomRoot |
Study
Study root of DICOM model
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Checks if
MCdicomRoot object is equal to Object |
java.lang.String |
getName()
Gets
MCdicomRoot name |
static MCdicomRoot |
getRoot(java.lang.String name)
Gets
MCdicomRoot object for a given name |
int |
hashCode()
Gets the hashcode of
MCdicomRoot object |
java.lang.String |
toString()
Gets the name of
MCdicomRoot object |
public static final MCdicomRoot Patient
public static final MCdicomRoot Study
public static final MCdicomRoot Composite
public java.lang.String getName()
MCdicomRoot nameMCdicomRoot namepublic static MCdicomRoot getRoot(java.lang.String name)
MCdicomRoot object for a given namename - MCdicomRoot nameMCdicomRoot objectpublic boolean equals(java.lang.Object o)
MCdicomRoot object is equal to Objectequals in class java.lang.Objecto - Objecttrue if MCdicomRoot objects are the samepublic int hashCode()
MCdicomRoot objecthashCode in class java.lang.ObjectMCdicomRoot objectpublic java.lang.String toString()
MCdicomRoot objecttoString in class java.lang.ObjectMCdicomRoot object