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
MimiTestAudiogramMetadata
instance.Declaration
Swift
public init(timestamp: Date)
Parameters
timestamp
Date of when the hearing test was taken.
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws