Пример #1
0
 def childDATOB(self):
     return combine_date(self.childDATOB_Y, self.childDATOB_M,
                         self.childDATOB_D)
Пример #2
0
 def motherDOB(self):
     return combine_date(self.motherDOB_Y, self.motherDOB_M,
                         self.motherDOB_D)
Пример #3
0
 def traumaDate(self):
     return combine_date(self.traumaDate_Y, self.traumaDate_M, self.traumaDate_D)
Пример #4
0
 def deathDate(self):
     return combine_date(self.deathDate_Y, self.deathDate_M, self.deathDate_D)
Пример #5
0
 def birthDate(self):
     return combine_date(self.birthDate_Y, self.birthDate_M, self.birthDate_D)
Пример #6
0
 def perinatalDeathDate(self):
     return combine_date(self.perinatalDeathDate_Y,
                         self.perinatalDeathDate_M,
                         self.perinatalDeathDate_D)
Пример #7
0
 def previousCertificateDeliveryDate(self):
     return combine_date(self.previousCertificateDeliveryDate_Y,
                         self.previousCertificateDeliveryDate_M,
                         self.previousCertificateDeliveryDate_D)