MimiTestAudiogram

Audiogram data that depicts the full result of a Pure Tone Threshold test.

Since

10.1.0

Parameters

dataPoints

List of data points that make up the audiogram.

Constructors

Link copied to clipboard
constructor(dataPoints: List<MimiTestAudiogram.DataPoint>)

Types

Link copied to clipboard
data class DataPoint(val frequency: Int, val threshold: Double)

An individual data point of the audiogram.

Properties

Link copied to clipboard