org.dicom4j.dicom.dictionary
Class DictionaryModule
java.lang.Object
org.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
org.dicom4j.dicom.dictionary.DictionaryModule
- All Implemented Interfaces:
- DictionaryItem
public class DictionaryModule
- extends AbstractDictionaryItem
Module description readed from a Dicom Dictionary.
- Author:
- Laurent Lecomte
DictionaryModule
public DictionaryModule()
DictionaryModule
public DictionaryModule(String aKey)
DictionaryModule
public DictionaryModule(String aKey,
String aName)
addTag
public void addTag(DictionaryTag aTag)
getTags
public LinkedList<DictionaryTag> getTags()
Copyright © 2009 dicom4j. All Rights Reserved.