org.dicom4j.dicom.uniqueidentifiers.support
Class UniqueIdentifiers

java.lang.Object
  extended by org.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifiers
Direct Known Subclasses:
SOPClasses, SOPClasses, TransferSyntaxes, TransferSyntaxes

public abstract class UniqueIdentifiers
extends Object

Base class for list of UniqueIdentifier

Since:
0.0.2
Author:
Laurent Lecomte

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

UniqueIdentifiers

public UniqueIdentifiers()
Method Detail

addUID

public UniqueIdentifier addUID(UniqueIdentifier aUniqueIdentifier)
add one UniqueIdentifier

Parameters:
aUniqueIdentifier - the UniqueIdentifier
Returns:
the added UniqueIdentifier
Since:
0.0.2

containsUID

public boolean containsUID(String aUID)
return true if an Object is associated to the request UID

Parameters:
aUID - the UID to check for an object
Returns:
true if exist
Since:
0.0.4

count

public int count()

getByUID

public UniqueIdentifier getByUID(String aUID)

getName

public String getName(String aUID)
return the Name associated to the UID

Parameters:
aUID -
Returns:

isSupported

@Deprecated
public boolean isSupported(String aUID)
Deprecated. use containsUID return true if an Object is associated to the request UID

Parameters:
aUID - the UID to check for an object
Returns:
true if exist


Copyright © 2009 dicom4j. All Rights Reserved.