Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 772:bb4751ae90b6
fix tests following update to DCMTK 3.6.9
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 17 Jan 2025 12:14:45 +0100 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4