org.dicom4j.dicom.uniqueidentifiers.support
Class UniqueIdentifier

java.lang.Object
  extended by org.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifier
Direct Known Subclasses:
SOPClass, SOPClass, TransferSyntax, TransferSyntax

public abstract class UniqueIdentifier
extends Object

DICOM Unique Identifiers (UID)

Since:
0.0.0
Author:
Laurent Lecomte

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

UniqueIdentifier

public UniqueIdentifier(int aType,
                        String aUID,
                        String aName)
Method Detail

getName

public String getName()
Return the name

Returns:
the name

getType

public int getType()
Return the type of the UniqueIdentifier

Returns:
The type of UID

getUID

public String getUID()
Return the UID

Returns:
the UID

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.