org.dicom4j.modules
Class AbstractModule

java.lang.Object
  extended by org.dicom4j.data.DataSet
      extended by org.dicom4j.modules.AbstractModule
Direct Known Subclasses:
DirectoryInformationModule, FileMetaInformation, ImagingServiceRequest, PatientIdentification

public abstract class AbstractModule
extends DataSet

Abstract module

Since:
0.0.3, 5 march 2009
Author:
Laurent Lecomte

Constructor Summary
AbstractModule()
          Creates a new module
 
Method Summary
 void addModuleElements()
          add all module's element.
abstract  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

AbstractModule

public AbstractModule()
Creates a new module

Method Detail

getName

public abstract String getName()
Return the name of the module

Returns:
the name

addModuleElements

public void addModuleElements()
add all module's element. Added elements depend of the module



Copyright © 2009 dicom4j. All Rights Reserved.