Package com.goldenhammer.dicom

Interface Summary
CEchoCommand This is an interface that all CEcho commands must comply with.
Command This interface represents an abstract command.
CStoreImageCommand Interface to specify common methods for CStore commands.
 

Class Summary
CommandFactory This class creates DICOM commands through the toolkit specified in its properties file
CommandFactoryProperties This class holds string constants to retrieve the properties from the properties file
CommandFactoryTest JUnit test for the CommandFactory class
DICOMFieldGenerator Class to generate random values for a subset of DICOM header fields.
DICOMFieldGeneratorTest Tests the DICOMFieldGenerator class.
DICOMHeaderData Data class to represent DICOM header values that identify images.
UIDPrefixes Returns the UID prefix strings for modality vendors.
UIDPrefixesTest