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 voidFor testing, read all DICOM files and build a set of them.static booleanupdateDigest(MessageDigest md, BufferedImage srcImage)
-
Constructor Details
-
CompareSetsOfDicomFiles
-
-
Method Details
-
updateDigest
public static boolean updateDigest(MessageDigest md, BufferedImage srcImage) throws DicomException, IOException - Throws:
DicomExceptionIOException
-
main
For testing, read all DICOM files and build a set of them.
- Parameters:
arg- the filenames
-