Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

A microservice for computing z-scores for children and adolescents using the WHO 2006 Child Growth Standards, the WHO 2007 Growth Reference, and the CDC 2000 Growth Charts.

License

Notifications You must be signed in to change notification settings

erik1066/stat-ms-anthropometry

Repository files navigation

Nutritional Anthropometry Microservice

A microservice for computing z-scores for children and adolescents using the WHO 2006 Child Growth Standards, the WHO 2007 Growth Reference, and the CDC 2000 Growth Charts. A z-score-to-percentile converter is also provided.

Running this microservice locally

See the usage guide for instructions on how to run this microservice on your computer.

Statistics

All statistical routines are provided by the C# Anthstat statistical library.

Z-scores for the following indicators can be computed using the WHO 2006 Growth Standard:

  • Length/height-for-age
  • Weight-for-age
  • Weight-for-length/height
  • Body mass index-for-age
  • Head circumference-for-age
  • Arm circumference-for-age
  • Subscapular skinfold-for-age
  • Triceps skinfold-for-age

Z-scores for the following indicators can be computed using the WHO 2007 Growth Reference:

  • Body mass index-for-age (61 to 228 months)
  • Height-for-age (61 to 228 months)
  • Weight-for-age (61 to 120 months)

Z-scores for the following indicators can be computed using the CDC 2000 Growth Charts:

  • Body mass index-for-age
  • Length/Height-for-age
  • Weight-for-age
  • Weight-for-length/height
  • Head circumference-for-age

For more information and further documentation:

License

The repository utilizes code licensed under the terms of the Apache Software License and therefore is licensed under ASL v2 or later.

This source code in this repository is free: you can redistribute it and/or modify it under the terms of the Apache Software License version 2, or (at your option) any later version.

This source code in this repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache Software License for more details.

You should have received a copy of the Apache Software License along with this program. If not, see https://www.apache.org/licenses/LICENSE-2.0.html.

The source code forked from other open source projects will inherit its license.

About

A microservice for computing z-scores for children and adolescents using the WHO 2006 Child Growth Standards, the WHO 2007 Growth Reference, and the CDC 2000 Growth Charts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published