MimiPTTTestResultData
data class MimiPTTTestResultData(val hearingPercentage: Int?, val dbHearingLoss: Int?, val audiogram: List<MimiTestResults.PTTDataPoint>, val ear: MimiTestResults.EarType, val hearingGrade: HearingGrade, val error: MimiTestResultError?, val warnings: List<MimiTestResultError>) : MimiTestResultData
Results data associated with a PTT test run
Constructors
Link copied to clipboard
constructor(hearingPercentage: Int?, dbHearingLoss: Int?, audiogram: List<MimiTestResults.PTTDataPoint>, ear: MimiTestResults.EarType, hearingGrade: HearingGrade, error: MimiTestResultError?, warnings: List<MimiTestResultError>)
Properties
Link copied to clipboard
Audiogram data
Link copied to clipboard
Amount of hearing loss in decibels. null if unknown
Link copied to clipboard
Ear that was tested
Link copied to clipboard
Hearing Error that occurred with the result
Link copied to clipboard
Hearing Grade assigned for this specific ear
Link copied to clipboard
Hearing percentage ability for the ear null if unknown
Link copied to clipboard
Hearing Warnings that occurred with the result