Package com.pixelmed.apps
Class CompareSetsOfDicomFiles
java.lang.Object
com.pixelmed.apps.CompareSetsOfDicomFiles
A class to compare two sets of DICOM files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
For testing, read all DICOM files and build a set of them.static boolean
updateDigest
(MessageDigest md, BufferedImage srcImage)
-
Constructor Details
-
CompareSetsOfDicomFiles
-
-
Method Details
-
updateDigest
public static boolean updateDigest(MessageDigest md, BufferedImage srcImage) throws DicomException, IOException - Throws:
DicomException
IOException
-
main
For testing, read all DICOM files and build a set of them.
- Parameters:
arg
- the filenames
-