MimiMTTestRunResultData
public struct MimiMTTestRunResultData : MimiTestRunResultData
Results data associated with an MT test run.
-
Ear that was tested.
Declaration
Swift
public let ear: MimiTestEar -
Hearing Grade for the ear as per the WHO standard defined in the WRH (World Report on Hearing) from 2021.
Declaration
Swift
public let hearingGradeWHO2021: MimiHearingGradeWHO2021 -
Hearing Grade for the ear.
Declaration
Swift
public let hearingGrade: MimiHearingGrade -
Error that occurred with the result.
Declaration
Swift
public var error: MimiTestResultError? { get } -
Warnings that occurred with the result.
Declaration
Swift
public var warnings: [MimiTestResultError]? { get } -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
MimiMTTestRunResultData Structure Reference