Gn BPerson Norms
data class GnBPersonNorms(val task: GnBTaskType, val outcome: GnBOutcomeType, val normativeLowerBound: Double, val normativeLowerBoundAsString: String, val normativeUpperBound: Double, val normativeUpperBoundAsString: String, val normativeRange: List<Double>, val normativeRangeAsString: String, val mdc: Double, val mdcAsString: String, val decimalPlaces: Int)
A data class representing normative bounds for a person for specific GnBOutcomeType and GnBTaskType. Both the Double and String properties are rounded to correct decimal places digits.
Constructors
Link copied to clipboard
constructor(task: GnBTaskType, outcome: GnBOutcomeType, normativeLowerBound: Double, normativeLowerBoundAsString: String, normativeUpperBound: Double, normativeUpperBoundAsString: String, normativeRange: List<Double>, normativeRangeAsString: String, mdc: Double, mdcAsString: String, decimalPlaces: Int)