Package com.pixelmed.apps
Class CopyOnlyHeadOfMultipleStructuredReportsAndReferences
java.lang.Object
com.pixelmed.apps.CopyOnlyHeadOfMultipleStructuredReportsAndReferences
A 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 ClassesModifier and TypeClassDescriptionprotected class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCopyOnlyHeadOfMultipleStructuredReportsAndReferences
(String[] srcs, String dstFolderName) Copy only the most recent SR files and their references. -
Method Summary
-
Field Details
-
ourAETitle
-
-
Constructor Details
-
CopyOnlyHeadOfMultipleStructuredReportsAndReferences
public CopyOnlyHeadOfMultipleStructuredReportsAndReferences(String[] srcs, String dstFolderName) throws FileNotFoundException, IOException, DicomException Copy only the most recent SR files and their references.
- Parameters:
srcs
-dstFolderName
-- Throws:
FileNotFoundException
IOException
DicomException
-
-
Method Details
-
main
Copy only the most recent SR files and their references.
- Parameters:
arg
- array of 2 or more strings - one or more source folder or DICOMDIR and a destination folder
-