Description Usage Arguments Details Value References
Gestational age = (CRL x 1.04)^0.5 x 8.05 + 23.7
1 | gestage2crl(gestage)
|
gestage |
Gestational age (in days) |
Values on FMF page https://fetalmedicine.org/research/pregnancyDating with JavaScript https://fetalmedicine.org/assets/7a3311bf/js/base.min.js?v=51860 The page attributes https://www.ncbi.nlm.nih.gov/pubmed/1182090
gaFromCrl:function(t,e,n) return e=e||45,n=n||84,t=this.parseFloat(t),null===t||t<e||t>n?null:23.53+8.052*Math.sqrt(1.037*t)
We take the formula from http://journals.sagepub.com/doi/pdf/10.1179/174313409X448543 Gestational age = (CRL x 1.037)^0.5 x 8.052 + 23.73
Crown-rump-length (in mm)
http://journals.sagepub.com/doi/pdf/10.1179/174313409X448543
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.