MimiTestRunResultData
public protocol MimiTestRunResultData : Decodable, Encodable
Results data for an individual Mimi hearing test run.
-
Ear that was tested.
Declaration
Swift
var ear: MimiTestEar { get }
-
Hearing Grade for the ear as per the WHO standard defined in the WRH (World Report on Hearing) from 2021.
Declaration
Swift
var hearingGradeWHO2021: MimiHearingGradeWHO2021 { get }
-
Hearing Grade for the ear.
Declaration
Swift
var hearingGrade: MimiHearingGrade { get }
-
Error that occurred with the result.
Declaration
Swift
var error: MimiTestResultError? { get }
-
Collection of warnings that occurred when calculating the result.
Declaration
Swift
var warnings: [MimiTestResultError]? { get }