case classReferenceRange(Low: Option[Double] = scala.None, High: Option[Double] = scala.None, Text: Option[String] = scala.None) extends Product with Serializable
Reference range for the result.
Numeric result values will use the low and high properties.
Non-numeric result values will put the normal value in the text property.
Low
Lower bound for a normal result
High
Upper bound for a normal result
Text
The normal value for non-numeric results
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Reference range for the result. Numeric result values will use the low and high properties. Non-numeric result values will put the normal value in the text property.
Lower bound for a normal result
Upper bound for a normal result
The normal value for non-numeric results