MimiTestResultData

interface MimiTestResultData

Minimum data that is shared across hearing test ear result data.

Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.

Properties

Link copied to clipboard
abstract val ear: MimiTestResults.EarType

Ear that was tested

Link copied to clipboard
abstract val error: MimiTestResultError?

Hearing Error that occurred with the result

Link copied to clipboard
abstract val hearingGrade: HearingGrade

Hearing Grade assigned for this specific ear

Link copied to clipboard
abstract val warnings: List<MimiTestResultError>

Hearing Warnings that occurred with the result

Inheritors

Link copied to clipboard
Link copied to clipboard