Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 248:26c3a1ed935a
testing of encodings in DICOMweb
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 25 Jun 2019 14:22:48 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4