MimiPTTTestRunResultData
public struct MimiPTTTestRunResultData : MimiTestRunResultData
Results data associated with a PTT test run.
-
Ear that was tested.
Declaration
Swift
public let ear: MimiTestEar -
Hearing percentage ability for the ear.
Declaration
Swift
public let hearingPercentage: MimiHearingPercentage? -
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 -
Audiogram data.
Declaration
Swift
public let audiogram: MimiTestAudiogram? -
Amount of hearing loss in decibels.
Declaration
Swift
public let dbHearingLoss: Int? -
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
MimiPTTTestRunResultData Structure Reference