org.dicom4j.dicom.dictionary
Class DictionaryModule

java.lang.Object
  extended by org.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
      extended by org.dicom4j.dicom.dictionary.DictionaryModule
All Implemented Interfaces:
DictionaryItem

public class DictionaryModule
extends AbstractDictionaryItem

Module description readed from a Dicom Dictionary.

Author:
Laurent Lecomte

Constructor Summary
DictionaryModule()
           
DictionaryModule(String aKey)
           
DictionaryModule(String aKey, String aName)
           
 
Method Summary
 void addTag(DictionaryTag aTag)
           
 LinkedList<DictionaryTag> getTags()
           
 
Methods inherited from class org.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
getKey, getName, getType, setKey, setName, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryModule

public DictionaryModule()

DictionaryModule

public DictionaryModule(String aKey)

DictionaryModule

public DictionaryModule(String aKey,
                        String aName)
Method Detail

addTag

public void addTag(DictionaryTag aTag)

getTags

public LinkedList<DictionaryTag> getTags()


Copyright © 2009 dicom4j. All Rights Reserved.