comparison OrthancFramework/Sources/DicomFormat/DicomInstanceHasher.h @ 4110:d99739cbe94c

make DicomInstanceHasher and ParsedDicomDir public classes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 10:03:59 +0200
parents d25f4c0fa160
children bf7b9edf6b81
comparison
equal deleted inserted replaced
4109:ad528c389d15 4110:d99739cbe94c
45 45
46 * \note SHA-1 hash is used because it is less sensitive to 46 * \note SHA-1 hash is used because it is less sensitive to
47 * collision attacks than MD5. <a 47 * collision attacks than MD5. <a
48 * href="http://en.wikipedia.org/wiki/SHA-256#Comparison_of_SHA_functions">[Reference]</a> 48 * href="http://en.wikipedia.org/wiki/SHA-256#Comparison_of_SHA_functions">[Reference]</a>
49 **/ 49 **/
50 class DicomInstanceHasher 50 class ORTHANC_PUBLIC DicomInstanceHasher
51 { 51 {
52 private: 52 private:
53 std::string patientId_; 53 std::string patientId_;
54 std::string studyUid_; 54 std::string studyUid_;
55 std::string seriesUid_; 55 std::string seriesUid_;