org.dicom4j.modules.directory
Class DirectoryInformationModule

java.lang.Object
  extended by org.dicom4j.data.DataSet
      extended by org.dicom4j.modules.AbstractModule
          extended by org.dicom4j.modules.directory.DirectoryInformationModule

public class DirectoryInformationModule
extends AbstractModule

Directory Information Module

Since:
0.0.8, 5 march 2009
Author:
Laurent Lecomte

Constructor Summary
DirectoryInformationModule()
           
 
Method Summary
 void addModuleElements()
          add all module's element.
 String getName()
          Return the name of the module
 
Methods inherited from class org.dicom4j.data.DataSet
addApplicationEntity, addCodeString, addDataSet, addElement, addIntegerString, addModule, addPersonName, addPersonName, addShortString, addUniqueIdentifier, clear, count, getApplicationEntity, getApplicationEntityOrNull, getAttribute, getCodeString, getDataElementsOfSameGroup, getDate, getDoubleValues, getElement, getElementOrNull, getIntegerString, getIterator, getLongString, getLongStringOrNull, getLongText, getLongTextOrNull, getOtherByteString, getOtherByteStringOrNull, getPersonName, getPersonNameOrNull, getSequenceOfItems, getSequenceOfItemsOrNull, getShortString, getTime, getUniqueIdentifier, getUniqueIdentifierOrNull, getUnsignedLong, getUnsignedLongOrNull, getUnsignedShort, hasElement, read, read, removeAll, removeElement, removeElement, toArray, toBytes, toString, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryInformationModule

public DirectoryInformationModule()
Method Detail

addModuleElements

public void addModuleElements()
Description copied from class: AbstractModule
add all module's element. Added elements depend of the module

Overrides:
addModuleElements in class AbstractModule

getName

public String getName()
Description copied from class: AbstractModule
Return the name of the module

Specified by:
getName in class AbstractModule
Returns:
the name


Copyright © 2009 dicom4j. All Rights Reserved.