result property

String? result
getter/setter pair

The result of the ovulation test.

Required. Possible string values are:

  • "OVULATION_TEST_RESULT_UNSPECIFIED" : Unspecified result.
  • "NEGATIVE" : Negative result.
  • "LUTEINIZING_HORMONE_SURGE" : Luteinizing hormone surge.
  • "ESTROGEN_SURGE" : Estrogen surge.
  • "POSITIVE" : Positive result.
  • "INDETERMINATE" : Indeterminate result.

Implementation

core.String? result;