MimiTestResult

interface MimiTestResult

Minimum info that is shared across every hearing test result.

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 earSymmetry: MimiTestResultEarSymmetry

Ear symmetry determines which ear the total hearing grade is based on.

Link copied to clipboard
abstract val hearingGrade: HearingGrade

Overall hearing grade for all data.

Link copied to clipboard
abstract val id: String

Identifier of the test

Link copied to clipboard
abstract val metadata: HearingTest.Metadata

Additional information stored as metadata on hearing test submission

Link copied to clipboard
abstract val results: List<MimiTestResultData>

Collection of result data associated with the test for individual ears.

Link copied to clipboard
abstract val timestamp: Long

Timestamp that the test was taken on

Inheritors

Link copied to clipboard
Link copied to clipboard