RespiratoryState

public enum RespiratoryState: String

Represents the various zones of a patient’s respiratory state.

  • Green zone

    Declaration

    Swift

    case greenZone = "green zone"
  • Yellow zone

    Declaration

    Swift

    case yellowZone = "yellow zone"
  • Red zone

    Declaration

    Swift

    case redZone = "red zone"
  • Critical zone

    Declaration

    Swift

    case criticalZone = "critical zone"