Package com.pixelmed.apps
Class AddHierarchicalEvidenceSequencetoStructuredReports
java.lang.Object
com.pixelmed.apps.AddHierarchicalEvidenceSequencetoStructuredReports
A class to process multiple SR files and their referenced instances (like Images, Presentation States and Segmentations) and build Hierarchical SOP Instance Reference Macros with which to (re-)populate CurrentRequestedProcedureEvidenceSequence.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddHierarchicalEvidenceSequencetoStructuredReports
(String[] srcs, String dstFolderName) Copy only the most recent SR files and their references. -
Method Summary
-
Field Details
-
ourAETitle
-
-
Constructor Details
-
AddHierarchicalEvidenceSequencetoStructuredReports
public AddHierarchicalEvidenceSequencetoStructuredReports(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
Examine a set of SR and referenced files and copy SR files adding evidence sequence.
- Parameters:
arg
- array of 2 or more strings - one or more source folder or DICOMDIR and a destination folder
-