MimiTestAudiogram

public struct MimiTestAudiogram : Codable, Equatable

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

  • Data points that make up the audiogram.

    Declaration

    Swift

    public let dataPoints: [DataPoint]
  • Create a new MimiTestAudiogram instance.

    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 updated MimiTestResults. Threshold values should be within the range of -10 to 120 dB HL.
    Declaration

    Swift

    public init(dataPoints: [DataPoint]) throws
    Parameters
    dataPoints

    Data points that make up the audiogram.