comparison Framework/StoneEnumerations.h @ 257:9afafb192180 am-2

using PAM
author am@osimis.io
date Tue, 10 Jul 2018 12:39:01 +0200
parents fccffbf99ba1
children 8716176ff7f0
comparison
equal deleted inserted replaced
255:65562a28fe05 257:9afafb192180
75 KeyboardModifiers_Alt = (1 << 2) 75 KeyboardModifiers_Alt = (1 << 2)
76 }; 76 };
77 77
78 enum SliceImageQuality 78 enum SliceImageQuality
79 { 79 {
80 SliceImageQuality_Full, 80 SliceImageQuality_FullPng, // smaller to transmit but longer to generate on Orthanc side (better choice when on low bandwidth)
81 SliceImageQuality_FullPam, // bigger to transmit but faster to generate on Orthanc side (better choice when on localhost or LAN)
81 SliceImageQuality_Jpeg50, 82 SliceImageQuality_Jpeg50,
82 SliceImageQuality_Jpeg90, 83 SliceImageQuality_Jpeg90,
83 SliceImageQuality_Jpeg95 84 SliceImageQuality_Jpeg95,
85
86 SliceImageQuality_InternalRaw // downloads the raw pixels data as they are stored in the DICOM file (internal use only)
84 }; 87 };
85 88
86 enum SopClassUid 89 enum SopClassUid
87 { 90 {
88 SopClassUid_RTDose 91 SopClassUid_RTDose