MimiTestEar
public enum MimiTestEar : String, Codable
Ear that was used for a Hearing Test.
- left: Left Ear
- right: Right Ear
- both: Both Ears
-
The other opposing ear if available.
Declaration
Swift
public var other: MimiTestEar? { get }