public static class CrossSectionalImageLibrary.CrossSectionalImageLibraryEntry extends ImageLibrary.ImageLibraryEntry
| Modifier and Type | Field and Description |
|---|---|
protected String |
frameOfReferenceUID |
protected GeometryOfSlice |
geometry |
hierarchicalImageReference| Constructor and Description |
|---|
CrossSectionalImageLibraryEntry(AttributeList list) |
CrossSectionalImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem,
Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID) |
CrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference,
String frameOfReferenceUID,
GeometryOfSlice geometry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
constructCrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference,
String frameOfReferenceUID,
GeometryOfSlice geometry) |
ContentItem |
getImageContentItem(ContentItemFactory cif,
ContentItem parent)
Get a new ImageContentItem made from this ImageLibraryEntry to use in an SR tree.
|
String |
toString() |
constructImageLibraryEntryprotected String frameOfReferenceUID
protected GeometryOfSlice geometry
public CrossSectionalImageLibraryEntry(AttributeList list) throws DicomException
DicomExceptionpublic CrossSectionalImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID)
public CrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference, String frameOfReferenceUID, GeometryOfSlice geometry)
protected void constructCrossSectionalImageLibraryEntry(HierarchicalImageReference hierarchicalImageReference, String frameOfReferenceUID, GeometryOfSlice geometry)
public ContentItem getImageContentItem(ContentItemFactory cif, ContentItem parent) throws DicomException
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.
getImageContentItem in class ImageLibrary.ImageLibraryEntrycif - the ContentItemFactory to useparent - the parent content item (usually the Image Library CONTAINER content item)DicomException - if error in DICOM encodingpublic String toString()
toString in class ImageLibrary.ImageLibraryEntry