NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: DateTime::Pregnancy Pulled from CPAN (Score:1)
I remember that during my wife's first pregnancy I wrote a script to tell me what week she was in.
It is the type of thing that I haven't had time to write at any time since then. :-)
Good work.
Re: DateTime::Pregnancy Pulled from CPAN (Score:2)
jonasbn
Re: DateTime::Pregnancy Pulled from CPAN (Score:2)
No, it's not just here [birthingnaturally.net].
Re: DateTime::Pregnancy Pulled from CPAN (Score:2)
We use the same calculation methods as described on the page you refer to.
I have created some tests validating the numbers of my calculations against the numbers we got from our own doctor (in the case of my girlfriend's pregnancy) and these are a match (I am currently trying to obtain more test data).
But I do not understand what you are referring to since the methods I use all are based on the first date of the last period (that is common for the 3 methods I have knowledge of), they are not based on a conception date.
I have not implemented a calculate_conception_date even though I could possibly estimate it as well as I attempt to estimate the birthdate.
Do I understand your post correctly, that there might be problem with the calculation of week and month number, which could be of by 2 weeks, is that what you are referring to?
Reply to This
Parent