mother.setGestationalAge(gestationalAge);
mother.setLmp(null);
} else {
DateTime lmpEthiopicDate = new DateTime(year, month, day, 12, 0, EthiopicChronology.getInstance());
DateTime lmpDate = lmpEthiopicDate.withChronology(GregorianChronology.getInstance());
mother.setLmp(lmpDate.toDateMidnight().toDate());
mother.setGestationalAge(null);
}
mother.setEdd(dateTimeService.parseAmharicDateString(edd));
if (postId == 0) {