GnBPersonOutcome

data class GnBPersonOutcome(val task: GnBTaskType, val outcome: GnBOutcomeType, val value: Double, val valueString: String, val normativeRange: String, val valueIsOutsideNorms: Boolean)

A data class for a person's GnBOutcomeType from a GnBTaskType

Constructors

Link copied to clipboard
constructor(task: GnBTaskType, outcome: GnBOutcomeType, value: Double, valueString: String, normativeRange: String, valueIsOutsideNorms: Boolean)

Properties

Link copied to clipboard

Normative range representation as String such as < 1.5, 1 2, etc.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Outcome value which has been rounded to correct decimal places

Link copied to clipboard

true if the outcome value is outside the normative range

Link copied to clipboard