Package com.pixelmed.dicom
Class CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry
java.lang.Object
com.pixelmed.dicom.ImageLibrary.ImageLibraryEntry
com.pixelmed.dicom.CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry
- Enclosing class:
- CrossSectionalImageLibrary
public static class CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry
extends ImageLibrary.ImageLibraryEntry
-
Field Summary
FieldsFields inherited from class com.pixelmed.dicom.ImageLibrary.ImageLibraryEntry
hierarchicalImageReference -
Constructor Summary
ConstructorsConstructorDescriptionCrossSectionalImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String, HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID) CrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference, String frameOfReferenceUID, GeometryOfSlice geometry) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconstructCrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference, String frameOfReferenceUID, GeometryOfSlice geometry) getImageContentItem(ContentItemFactory cif, ContentItem parent) Get a new ImageContentItem made from this ImageLibraryEntry to use in an SR tree.toString()Methods inherited from class com.pixelmed.dicom.ImageLibrary.ImageLibraryEntry
constructImageLibraryEntry
-
Field Details
-
frameOfReferenceUID
-
geometry
-
-
Constructor Details
-
CrossSectionalImageLibraryEntry
public CrossSectionalImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String, HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID) -
CrossSectionalImageLibraryEntry
- Throws:
DicomException
-
CrossSectionalImageLibraryEntry
public CrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference, String frameOfReferenceUID, GeometryOfSlice geometry)
-
-
Method Details
-
constructCrossSectionalImageLibraryEntry
protected void constructCrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference, String frameOfReferenceUID, GeometryOfSlice geometry) -
getImageContentItem
public ContentItem getImageContentItem(ContentItemFactory cif, ContentItem parent) throws DicomException Description copied from class:ImageLibrary.ImageLibraryEntryGet a new ImageContentItem made from this ImageLibraryEntry to use in an SR tree.
Has side effect of adding the fragment to the parent if the parent is not null.
- Overrides:
getImageContentItemin classImageLibrary.ImageLibraryEntry- Parameters:
cif- the ContentItemFactory to useparent- the parent content item (usually the Image Library CONTAINER content item)- Returns:
- the new ImageContentItem
- Throws:
DicomException- if error in DICOM encoding
-
toString
- Overrides:
toStringin classImageLibrary.ImageLibraryEntry
-