Package com.pixelmed.apps
Class CopyOnlyHeadOfMultipleStructuredReportsAndReferences
- java.lang.Object
-
- com.pixelmed.apps.CopyOnlyHeadOfMultipleStructuredReportsAndReferences
-
public class CopyOnlyHeadOfMultipleStructuredReportsAndReferences extends java.lang.ObjectA class to process multiple SR files and their referenced instances (like Presentation States and Segmentations) and copy only the head (most recent) of the Predecessor Documents sequence chain and its references, ignoring earlier (obsolete) SR files and earlier references.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classCopyOnlyHeadOfMultipleStructuredReportsAndReferences.OurMediaImporter
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringourAETitle
-
Constructor Summary
Constructors Constructor Description CopyOnlyHeadOfMultipleStructuredReportsAndReferences(java.lang.String[] srcs, java.lang.String dstFolderName)Copy only the most recent SR files and their references.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] arg)Copy only the most recent SR files and their references.
-
-
-
Constructor Detail
-
CopyOnlyHeadOfMultipleStructuredReportsAndReferences
public CopyOnlyHeadOfMultipleStructuredReportsAndReferences(java.lang.String[] srcs, java.lang.String dstFolderName) throws java.io.FileNotFoundException, java.io.IOException, DicomExceptionCopy only the most recent SR files and their references.
- Parameters:
srcs-dstFolderName-- Throws:
java.io.FileNotFoundExceptionjava.io.IOExceptionDicomException
-
-