TestType
public enum TestType : UInt8
Type of Continuous Glucose Monitor
-
Reserved for future use
Declaration
Swift
case reserved = 0 -
Capillary Whole blood
Declaration
Swift
case capillaryWholeBlood = 1 -
Capillary Plasma
Declaration
Swift
case capillaryPlasma = 2 -
Capillary Whole blood
Declaration
Swift
case capWholeBlood = 3 -
Venous Plasma
Declaration
Swift
case venousPlasma = 4 -
Arterial Whole blood
Declaration
Swift
case arterialWholeBlood = 5 -
Arterial Plasma
Declaration
Swift
case arterialPlasma = 6 -
Undetermined Whole blood
Declaration
Swift
case undetermindedWholeBlood = 7 -
Undetermined Plasma
Declaration
Swift
case undeterminedPlasma = 8 -
Interstitial Fluid (ISF)
Declaration
Swift
case intersitialFluid = 9 -
Control Solution
Declaration
Swift
case controlSolutions = 10