LungFunctionZone

public enum LungFunctionZone: String

Represents the Peak Flow measurement zones that doctors use when developing an asthma management plan.

  • Indicates that 80 to 100 percent of the usual or normal peak flow readings are clear.

    Declaration

    Swift

    case greenZone = "green zone"
  • Indicates that 50 to 79 percent of the usual or normal peak flow readings.

    Declaration

    Swift

    case yellowZone = "yellow zone"
  • Indicates that less than 50 percent of the usual or normal peak flow readings.

    Declaration

    Swift

    case redZone = "red zone"