class Death - jcobban/Genealogy GitHub Wiki
class Death
Up: Object-Oriented Access to Database Records
This class is derived from Record to implement the logical interface to a record in the Death table (Deaths). Each entry in this table contains the transcription of a Death.
Fields
This record presents the following fields:
| name | description | synonyms |
|---|---|---|
| 'regdomain' | Domain | 'domain' |
| 'regyear' | registration year | |
| 'regnum' | registration num | |
| 'regcounty' | registration county | 'county' |
| 'regtownship' | registration township | 'township' |
| 'msvol' | msvol | |
| 'surname' | surname | |
| 'surnamesoundex' | surname soundex | |
| 'givennames' | given names | |
| 'sex' | sex | |
| 'place' | place | |
| 'date' | date | |
| 'calcdate' | calc date | |
| 'age' | age | |
| 'birthdate' | birth date | |
| 'calcbirth' | calc birth | |
| 'occupation' | occupation | |
| 'marstat' | marital status | |
| 'birthplace' | birth place | |
| 'resplace' | residence place | |
| 'resont' | residence in Ontario | |
| 'rescan' | residence in Canada | |
| 'cause' | cause | |
| 'duration' | duration | |
| 'phys' | attendant's | 'physician','attendant' |
| 'physaddr' | attendant's addr | |
| 'informant' | informant | |
| 'infrel' | informant rel | |
| 'infocc' | informant occ | |
| 'infres' | informant residence | |
| 'religion' | religion | |
| 'fathername' | father's name | |
| 'fatherbplce' | father's birth place | |
| 'mothername' | mother's name | |
| 'motherbplce' | mother's birth place | |
| 'husbandname' | husband's name | |
| 'remarks' | remarks | |
| 'burplace' | burial place | |
| 'burdate' | burial date | |
| 'undertkr' | undertaker | |
| 'undertkraddr' | undertaker addr | |
| 'regdate' | registration date | |
| 'registrar' | registrar | |
| 'recordedby' | recorded by | |
| 'image' | image | |
| 'idir' | idir | |
| 'originalvolume' | original hard-copy volume | |
| 'originalpage' | original page | |
| 'originalitem' | original item | |
| 'changedby' | changed by |
Table of Contents
- new Death($parms)
- $death->getName()
- $death->get($fieldname)
- $death->set($fieldname, $value)
- $death->save($xml)
- $death->delete($xml)
Next: class DeathSet