rcpch / rcpchgrowth-python

A python package to produce calculations for all growth issues
GNU Affero General Public License v3.0
5 stars 4 forks source link

height prediction #26

Closed eatyourpeas closed 9 months ago

eatyourpeas commented 9 months ago

There are a number of height prediction methodologies out there. If the request contains information about parental heights, the child's height and gestation, bone age, it may be possible to leverage some of these and return them in the Measurement class object.

I am not sure how desirable or practical this is but post here for conversation about what might reasonably be added.

Particularly since this project might be used for research as well as clinical use.

statist7 commented 9 months ago

You can add sibling height to the list, see #25. It makes sense to allow such data to be recorded, but the mechanics of implementing a particular prediction methodology are complicated and I suggest outside the remit of the dGC.