public class ProjectionXRayImageLibrary extends ImageLibrary
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectionXRayImageLibrary.ProjectionXRayImageLibraryEntry |
ImageLibrary.ImageLibraryEntrycompositeInstanceContext, entriesIndexedBySOPInstanceUID| Constructor and Description |
|---|
ProjectionXRayImageLibrary() |
ProjectionXRayImageLibrary(AttributeList list) |
ProjectionXRayImageLibrary(ContentItem imageLibraryContainer,
AttributeList list) |
ProjectionXRayImageLibrary(Set<File> files) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Create an SR Image Library from a bunch of cross-sectional DICOM instances.
|
ImageLibrary.ImageLibraryEntry |
makeImageLibraryEntry(AttributeList list) |
ImageLibrary.ImageLibraryEntry |
makeImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem,
Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID) |
static ProjectionXRayImageLibrary |
read(String filename) |
addContributingEquipmentSequence, addImage, constructImageLibrary, findImageLibraryContainer, getAttributeList, getCommonInstanceReferenceModuleReferencedSeriesSequence, getHierarchicalEvidenceSequence, getHierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID, getStructuredReport, getStructuredReportFragment, toString, write, writepublic ProjectionXRayImageLibrary()
public ProjectionXRayImageLibrary(AttributeList list) throws DicomException
DicomExceptionpublic ProjectionXRayImageLibrary(ContentItem imageLibraryContainer, AttributeList list)
public ProjectionXRayImageLibrary(Set<File> files) throws IOException, DicomException
IOExceptionDicomExceptionpublic static void main(String[] arg)
Create an SR Image Library from a bunch of cross-sectional DICOM instances.
Adds a new series (instance UID) to the existing study (instance UID).
arg - the path for the SR Image Library output, then the filenames and/or folder names of files containing the input image filespublic ImageLibrary.ImageLibraryEntry makeImageLibraryEntry(AttributeList list) throws DicomException
makeImageLibraryEntry in class ImageLibraryDicomExceptionpublic ImageLibrary.ImageLibraryEntry makeImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String,HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID)
makeImageLibraryEntry in class ImageLibrarypublic static ProjectionXRayImageLibrary read(String filename) throws DicomException, IOException
DicomExceptionIOException