Skip to content

class Birth

James Cobban edited this page Apr 18, 2021 · 7 revisions

class Birth

Up: Object-Oriented Access to Database Records

Source Code

This class is derived from Record to implement the logical interface to a record in the Birth Transcriptions table (Births). Each entry in this table contains the transcription of a Birth certificate or registation.

Fields

This record presents the following fields:

name description synonyms
'regdomain' domain 'domain'
'regyear' registration year 'year'
'regnum' registration num 'num'
'regcounty' registration county 'county'
'regtownship' registration township , 'township'
'msvol' Ontario Archives microfilm reel
'surname' surname
'surnamesoundex' surname soundex
'givennames' given names
'sex' sex
'birthplace' birth place
'birthdate' birth date
'calcbirth' calc birth
'parentsmarried' parents married
'fathername' father's name
'fatheroccupation' father's occupation
'fatheroccplace' father's occplace
'mothername' mother's name
'motheroccupation' mother's occupation
'motheroccplace' mother's occplace
'formerhusband' former husband
'marriageplace' marriage place
'marriagedate' marriage date
'accoucheur' accoucheur
'informant' informant
'informantres' informant res
'informantrel' informant rel
'regdate' registration date
'registrar' registrar
'remarks' remarks
'image' image
'originalvolume' original volume 'volume'
'originalpage' original page 'page'
'originalitem' original item 'item'
'idir' idir
'changedby' changed by
'changedate' changed date

Table of Contents

Next: new Birth($parms)

Clone this wiki locally