Package com.pixelmed.dicom
Class ProjectionXRayImageLibrary
java.lang.Object
com.pixelmed.dicom.ImageLibrary
com.pixelmed.dicom.ProjectionXRayImageLibrary
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class com.pixelmed.dicom.ImageLibrary
ImageLibrary.ImageLibraryEntry -
Field Summary
Fields inherited from class com.pixelmed.dicom.ImageLibrary
compositeInstanceContext, entriesIndexedBySOPInstanceUID -
Constructor Summary
ConstructorsConstructorDescriptionProjectionXRayImageLibrary(ContentItem imageLibraryContainer, AttributeList list) ProjectionXRayImageLibrary(Set<File> files) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCreate an SR Image Library from a bunch of cross-sectional DICOM instances.makeImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String, HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID) static ProjectionXRayImageLibraryMethods inherited from class com.pixelmed.dicom.ImageLibrary
addContributingEquipmentSequence, addImage, constructImageLibrary, findImageLibraryContainer, getAttributeList, getCommonInstanceReferenceModuleReferencedSeriesSequence, getHierarchicalEvidenceSequence, getHierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID, getStructuredReport, getStructuredReportFragment, toString, write, write
-
Constructor Details
-
ProjectionXRayImageLibrary
public ProjectionXRayImageLibrary() -
ProjectionXRayImageLibrary
- Throws:
DicomException
-
ProjectionXRayImageLibrary
-
ProjectionXRayImageLibrary
- Throws:
IOExceptionDicomException
-
-
Method Details
-
makeImageLibraryEntry
public ImageLibrary.ImageLibraryEntry makeImageLibraryEntry(ContentItemFactory.ImageContentItem imageContentItem, Map<String, HierarchicalSOPInstanceReference> hierarchicalSOPInstanceReferencesIndexedBySOPInstanceUID) - Overrides:
makeImageLibraryEntryin classImageLibrary
-
makeImageLibraryEntry
public ImageLibrary.ImageLibraryEntry makeImageLibraryEntry(AttributeList list) throws DicomException - Overrides:
makeImageLibraryEntryin classImageLibrary- Throws:
DicomException
-
read
- Throws:
DicomExceptionIOException
-
main
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).
- Parameters:
arg- the path for the SR Image Library output, then the filenames and/or folder names of files containing the input image files
-