|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifier
public abstract class UniqueIdentifier
DICOM Unique Identifiers (UID)
| Constructor Summary | |
|---|---|
UniqueIdentifier(int aType,
String aUID,
String aName)
|
|
| Method Summary | |
|---|---|
String |
getName()
Return the name |
int |
getType()
Return the type of the UniqueIdentifier |
String |
getUID()
Return the UID |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UniqueIdentifier(int aType,
String aUID,
String aName)
| Method Detail |
|---|
public String getName()
public int getType()
public String getUID()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||