org.dicom4j.dicom.CodedAttributes.support
Class CodedAttribute

java.lang.Object
  extended by org.dicom4j.dicom.CodedAttributes.support.CodedAttribute
Direct Known Subclasses:
Availability, DirectoryRecordType, Modality, PersonSex

public abstract class CodedAttribute
extends Object

base Class for Coded Attribute (example: Modality)

Since:
0.0.2
Author:
Laurent Lecomte

Method Summary
 String getCode()
          Return the UID
 int getType()
          Return the type of this UID
 String getValue()
          Return the name
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCode

public String getCode()
Return the UID

Returns:
the UID

getType

public int getType()
Return the type of this UID

Returns:
The type of UID

getValue

public String getValue()
Return the name

Returns:
the name

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.