MimiTestAudiogramMetadata
public struct MimiTestAudiogramMetadata : Equatable
extension MimiTestAudiogramMetadata: Codable
Metadata of the Test Audiogram.
-
Date of when the hearing test was taken.
Declaration
Swift
public let timestamp: Date
-
Create a new
MimiTestAudiogramMetadatainstance.Declaration
Swift
public init(timestamp: Date)Parameters
timestampDate of when the hearing test was taken.
-
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
MimiTestAudiogramMetadata Structure Reference