RespiratoryRate

@Serializable
data class RespiratoryRate(val rate: Int)

The Respiratory rate of the patient.

Constructors

Link copied to clipboard
constructor(rate: Int)

Properties

Link copied to clipboard
val rate: Int