REPRO_STATES¶
REPRO_STATES contains one row for each female chimpanzee for every day the individual’s reproductive state was analyzed. It tracks whether the female was cycling, pregnant, or lacting and where each female is within her reproductive cycle. This table is maintained manually.
Each female is required to be under study on the date given. This means that the REPRO_STATES.Date must be between the AnimID’s BIOGRAPHY_DATA.EntryDate and their BIOGRAPHY_DATA.DepartDate, inclusive of endpoints.
ReID (REproductive State IDentifier)¶
A unique, automatically generated, positive integer which serves to
identify the row. The value of this column cannot be changed. This column may not be NULL.
AnimID (Animal IDentifier)¶
The BIOGRAPHY_DATA.AnimID of the individual
who’s reproductive state was analyzed. This column may not be NULL.
Date¶
The date of the individual’s reproductive state information. This column may not be NULL.
State¶
The female’s reproductive state on the given day.
One of the values: C, P, or L.
The reproductive state codes are:
``C`` Cycling
``P`` Pregnant
``L`` Lactating
This column may not be NULL.
Source (reproductive state SOURCE)¶
A code categorizing the source of a change in reproductive state. A REPRO_STATE_CHANGE_SOURCES.Code value.
This column may not be NULL.
EstrusDay (DAY of current ESTRUS cycle)¶
A number that is usually between -14 and 0, representing the
number of days before full detumescence, which is day 0.
Despite the forgoing, there are no restrictions placed on the values
allowed in this column, nor does the system check that the individual
is cycling on the given day.
This column may be NULL when there is no analysis of number of days
before full detumensence or when the date is such that a number lacks
meaning.
EstrusDayCert (CERTainty of EstrusDay)¶
Certainty that the days before full detumensence are numbered correctly. An ED_CERTAINTIES.Code value.
This column may not be NULL.
LactEndCert (LACTation END CERTainty)¶
Categorizes the certainty of the swelling used to determine the end of lactational amenorrhea. A LE_CERTAINTIES.Code value.
This column may not be NULL.
Parity¶
A code categorizing the parity of the female on the given date. A PARITIES.Code value.
This column may not be NULL.
Page last generated: 2026-06-12 16:40:37 UTC