comparison TODO @ 5337:b376abae664a

Metrics can be stored either as floating-point numbers, or as integers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Jun 2023 17:55:09 +0200
parents fbe857e942cd
children 0223315871e8
comparison
equal deleted inserted replaced
5336:dd9795dc380d 5337:b376abae664a
35 https://github.com/DCMTK/dcmtk/blob/master/dcmtls/include/dcmtk/dcmtls/tlsciphr.h#L83 35 https://github.com/DCMTK/dcmtk/blob/master/dcmtls/include/dcmtk/dcmtls/tlsciphr.h#L83
36 (e.g: TSP_Profile_BCP195_ND instead of TSP_Profile_BCP195) 36 (e.g: TSP_Profile_BCP195_ND instead of TSP_Profile_BCP195)
37 * Add configurations to enable/disable warnings: 37 * Add configurations to enable/disable warnings:
38 - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided! 38 - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided!
39 - Modifying a study while keeping its original StudyInstanceUID: This should be avoided! 39 - Modifying a study while keeping its original StudyInstanceUID: This should be avoided!
40 * In Orthanc <= 1.12.0, all the metrics were floating-point.
41 Since Orthanc >= 1.12.1, all the metrics are integer.
42 => Add a data type in class MetricsRegistry.
43 40
44 41
45 ============================ 42 ============================
46 Documentation (Orthanc Book) 43 Documentation (Orthanc Book)
47 ============================ 44 ============================