Package com.pixelmed.apps
Class AddHierarchicalEvidenceSequencetoStructuredReports
- java.lang.Object
-
- com.pixelmed.apps.AddHierarchicalEvidenceSequencetoStructuredReports
-
public class AddHierarchicalEvidenceSequencetoStructuredReports extends java.lang.ObjectA 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 Classes Modifier and Type Class Description protected classAddHierarchicalEvidenceSequencetoStructuredReports.OurMediaImporter
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringourAETitle
-
Constructor Summary
Constructors Constructor Description AddHierarchicalEvidenceSequencetoStructuredReports(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)Examine a set of SR and referenced files and copy SR files adding evidence sequence.
-
-
-
Constructor Detail
-
AddHierarchicalEvidenceSequencetoStructuredReports
public AddHierarchicalEvidenceSequencetoStructuredReports(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
-
-