MimiTestAudiogram
public struct MimiTestAudiogram : Codable, Equatable
Audiogram data that depicts the full result of a Pure Tone Threshold test.
-
An individual data point of the audiogram.
Declaration
Swift
public struct DataPoint : Codableextension MimiTestAudiogram.DataPoint: Equatableextension MimiTestAudiogram.DataPoint: Identifiable, Hashable
-
Data points that make up the audiogram.
Declaration
Swift
public let dataPoints: [DataPoint]
-
Create a new
MimiTestAudiograminstance.Note
The submitted audiogram must include data points for 250Hz, 500Hz, 1000Hz, 2000Hz, 4000Hz and 8000Hz. Additional frequencies outside that range may be included, however they will not be available in the updatedMimiTestResults. Threshold values should be within the range of -10 to 120 dB HL.Declaration
Swift
public init(dataPoints: [DataPoint]) throwsParameters
dataPointsData points that make up the audiogram.
MimiTestAudiogram Structure Reference