rcpch / digital-growth-charts-server

RCPCH's open source Digital Growth Chart API
https://growth.rcpch.ac.uk/
GNU Affero General Public License v3.0
16 stars 11 forks source link

testing for trisomy 21 #177

Closed a-wei-william closed 3 years ago

a-wei-william commented 3 years ago

for the request body (copied from postman collection), the value for reference is uk-who. Not sure if it meant to be trisomy 21

body = { "measurement_method": "height", "sex": "female", "start_chronological_age": 2, "end_age": 20, "gestation_weeks": 40, "gestation_days": 0, "measurement_interval_type": "days", "measurement_interval_number": 20, "start_sds": 0, "drift": false, "drift_range": -0.05, "noise": false, "noise_range": 0.005, "reference": "uk-who" }

eatyourpeas commented 3 years ago

you are right - the postman entry is an error. I will change.