Package com.pixelmed.apps
Class CheckAllUIDReferencesResolve
java.lang.Object
com.pixelmed.apps.CheckAllUIDReferencesResolve
A class to process a set of multiple files and check that all referenced SOP Instances are present within the set.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCheckAllUIDReferencesResolve
(String[] srcs) Process a set of multiple files and check that all referenced SOP Instances are present within the set. -
Method Summary
-
Constructor Details
-
CheckAllUIDReferencesResolve
public CheckAllUIDReferencesResolve(String[] srcs) throws FileNotFoundException, IOException, DicomException Process a set of multiple files and check that all referenced SOP Instances are present within the set.
- Parameters:
srcs
-- Throws:
FileNotFoundException
IOException
DicomException
-
-
Method Details
-
main
Process a set of multiple files and check that all referenced SOP Instances are present within the set.
- Parameters:
arg
- one or more source folders or DICOMDIRs
-