com.pixelmed.dicom
Class ImageLibrary.ImageLibraryEntry

java.lang.Object
  extended by com.pixelmed.dicom.ImageLibrary.ImageLibraryEntry
Direct Known Subclasses:
CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry, ProjectionXRayImageLibrary.ProjectionXRayImageLibraryEntry
Enclosing class:
ImageLibrary

public static class ImageLibrary.ImageLibraryEntry
extends Object


Field Summary
protected  HierarchicalImageReference hierarchicalImageReference
           
 
Constructor Summary
protected ImageLibrary.ImageLibraryEntry()
           
  ImageLibrary.ImageLibraryEntry(AttributeList list)
           
  ImageLibrary.ImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID)
           
  ImageLibrary.ImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference)
           
 
Method Summary
protected  void constructImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference)
           
 ContentItem getImageContentItem(ContentItemFactory cif, ContentItem parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

hierarchicalImageReference

protected HierarchicalImageReference hierarchicalImageReference
Constructor Detail

ImageLibrary.ImageLibraryEntry

protected ImageLibrary.ImageLibraryEntry()

ImageLibrary.ImageLibraryEntry

public ImageLibrary.ImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem,
                                      Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID)

ImageLibrary.ImageLibraryEntry

public ImageLibrary.ImageLibraryEntry(AttributeList list)

ImageLibrary.ImageLibraryEntry

public ImageLibrary.ImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference)
Method Detail

constructImageLibraryEntry

protected void constructImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference)

getImageContentItem

public ContentItem getImageContentItem(ContentItemFactory cif,
                                       ContentItem parent)
                                throws DicomException
Throws:
DicomException

toString

public String toString()
Overrides:
toString in class Object