|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifiers
public abstract class UniqueIdentifiers
Base class for list of UniqueIdentifier
| Constructor Summary | |
|---|---|
UniqueIdentifiers()
|
|
| Method Summary | |
|---|---|
UniqueIdentifier |
addUID(UniqueIdentifier aUniqueIdentifier)
add one UniqueIdentifier |
boolean |
containsUID(String aUID)
return true if an Object is associated to the request UID |
int |
count()
|
UniqueIdentifier |
getByUID(String aUID)
|
String |
getName(String aUID)
return the Name associated to the UID |
boolean |
isSupported(String aUID)
Deprecated. use containsUID return true if an Object is associated to the request UID |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UniqueIdentifiers()
| Method Detail |
|---|
public UniqueIdentifier addUID(UniqueIdentifier aUniqueIdentifier)
UniqueIdentifier
aUniqueIdentifier - the UniqueIdentifier
public boolean containsUID(String aUID)
aUID - the UID to check for an object
public int count()
public UniqueIdentifier getByUID(String aUID)
public String getName(String aUID)
aUID -
@Deprecated public boolean isSupported(String aUID)
aUID - the UID to check for an object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||