com.pixelmed.dicom
Class CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry

java.lang.Object
  extended by com.pixelmed.dicom.ImageLibrary.ImageLibraryEntry
      extended by com.pixelmed.dicom.CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry
Enclosing class:
CrossSectionalImageLibrary

public static class CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry
extends ImageLibrary.ImageLibraryEntry


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

Field Detail

frameOfReferenceUID

protected String frameOfReferenceUID

geometry

protected GeometryOfSlice geometry
Constructor Detail

CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry

public CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem,
                                                                  Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID)

CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry

public CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry(AttributeList list)
                                                           throws DicomException
Throws:
DicomException

CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry

public CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference,
                                                                  String frameOfReferenceUID,
                                                                  GeometryOfSlice geometry)
Method Detail

constructCrossSectionalImageLibraryEntry

protected void constructCrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference,
                                                        String frameOfReferenceUID,
                                                        GeometryOfSlice geometry)

getImageContentItem

public ContentItem getImageContentItem(ContentItemFactory cif,
                                       ContentItem parent)
                                throws DicomException
Overrides:
getImageContentItem in class ImageLibrary.ImageLibraryEntry
Throws:
DicomException

toString

public String toString()
Overrides:
toString in class ImageLibrary.ImageLibraryEntry