Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 953 Bytes

readme.md

File metadata and controls

32 lines (21 loc) · 953 Bytes

robinson-gestational-age

NpmLicense Build Status

Calculate gestational age using Robinson curve. Based on the crown-rump length.

Français : Détermine l’âge gestationnel en fonction de la longueur cranio-caudale du fœtus. Utilise la courbe de Robinson.

crown-rump length

Setup

npm i -S robinson-gestational-age

or yarn

yarn add robinson-gestational-age

Usage

Get gestational age in days.

var robinsonCurve = require('robinson-gestational-age');

robinsonCurve.getGestationalAge(24); // 63.177

License

MIT