org.dicom4j.dicom.CodedAttributes.support
Class CodedAttributes

java.lang.Object
  extended by org.dicom4j.dicom.CodedAttributes.support.CodedAttributes
Direct Known Subclasses:
Availabilities, Modalities

public abstract class CodedAttributes
extends Object

Base class for CodedAttributes (example: Modalities)

Since:
0.0.2
Author:
Laurent Lecomte

Constructor Summary
CodedAttributes()
           
 
Method Summary
 CodedAttribute getByCode(String aCode)
          Return a CodedAttribute
 Iterator<CodedAttribute> getIterator()
          get an Iterator to the coded attributes
 String getValue(String aCode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodedAttributes

public CodedAttributes()
Method Detail

getByCode

public CodedAttribute getByCode(String aCode)
Return a CodedAttribute

Parameters:
aIndex - the index
Returns:
the CodedAttribute

getIterator

public Iterator<CodedAttribute> getIterator()
get an Iterator to the coded attributes

Returns:
the iterator

getValue

public String getValue(String aCode)


Copyright © 2009 dicom4j. All Rights Reserved.