%[
/**
* Abstract layer for individual.
* Its purpose is to use same code in skin even if you change default 'Report Generator' for different (alternative) one.
*/
function Person(_id) {
this.identifier = _id;
this.age = function() {
return (Individuals(this.identifier)).Age;
}
this.age_at_child_births = function() {
return (Individuals(this.identifier)).AgeAtChildBirths;
}
this.age_of_death = function() {
return (Individuals(this.identifier)).AgeOfDeath;
}
this.birth_baptism_date = function() {
return (Individuals(this.identifier)).Birth.Baptism.Date;
}
this.birth_baptism_godfather = function() {
return (Individuals(this.identifier)).Birth.Baptism.Godfather;
}
this.birth_baptism_godmother = function() {
return (Individuals(this.identifier)).Birth.Baptism.Godmother;
}
this.birth_baptism_officiator = function() {
return (Individuals(this.identifier)).Birth.Baptism.Officiator;
}
this.birth_baptism_officiator_title = function() {
return (Individuals(this.identifier)).Birth.Baptism.Officiator.Title;
}
this.birth_baptism_place = function() {
return (Individuals(this.identifier)).Birth.Baptism.Place;
}
this.birth_baptism_source = function() {
return (Individuals(this.identifier)).Birth.Baptism.Source;
}
this.birth_blood_type = function() {
return (Individuals(this.identifier)).Birth.BloodType;
}
this.birth_ceremony_type = function() {
return (Individuals(this.identifier)).Birth.CeremonyType;
}
this.birth_comment = function() {
return (Individuals(this.identifier)).Birth.Comment;
}
this.birth_date = function() {
return (Individuals(this.identifier)).Birth.Date;
}
this.birth_doctor = function() {
return (Individuals(this.identifier)).Birth.Doctor;
}
this.birth_place = function() {
return (Individuals(this.identifier)).Birth.Place;
}
this.birth_pregnancy_length = function() {
return (Individuals(this.identifier)).Birth.PregnancyLength;
}
this.birth_source = function() {
return (Individuals(this.identifier)).Birth.Source;
}
this.birthday = function() {
return (Individuals(this.identifier)).Birthday;
}
this.child_no = function() {
return (Individuals(this.identifier)).child_no;
}
this.children = function() {
return (Individuals(this.identifier)).Children;
}
this.children_adopted = function() {
return (Individuals(this.identifier)).Children.Adopted;
}
this.children_age = function() {
return (Individuals(this.identifier)).Children.Age;
}
this.children_biological = function() {
return (Individuals(this.identifier)).Children.Biological;
}
this.children_count = function() {
return (Individuals(this.identifier)).Children.Count;
}
this.children_order = function() {
return (Individuals(this.identifier)).Children.Order;
}
this.comment = function() {
return (Individuals(this.identifier)).Comment;
}
this.contact_email = function() {
return (Individuals(this.identifier)).Contact.Email;
}
this.contact_homepage = function() {
return (Individuals(this.identifier)).Contact.Homepage;
}
this.contact_telephone = function() {
return (Individuals(this.identifier)).Contact.Telephone;
}
this.contact_telephone_work = function() {
return (Individuals(this.identifier)).Contact.TelephoneWork;
}
this.contacts = function() {
return (Individuals(this.identifier)).Contacts;
}
this.custom = function(tag) {
return (Individuals(this.identifier))[tag];
}
this.custom_tag1 = function() {
return (Individuals(this.identifier)).custom_tag1;
}
this.custom_tag2 = function() {
return (Individuals(this.identifier)).custom_tag2;
}
this.custom_tag3 = function() {
return (Individuals(this.identifier)).custom_tag3;
}
this.custom_tag4 = function() {
return (Individuals(this.identifier)).custom_tag4;
}
this.custom_tag5 = function() {
return (Individuals(this.identifier)).custom_tag5;
}
this.data_level = function() {
return (Individuals(this.identifier)).DataLevel;
}
this.death_age = function() {
return (Individuals(this.identifier)).Death.Age;
}
this.death_cause = function() {
return (Individuals(this.identifier)).Death.Cause;
}
this.death_cause_description = function() {
return (Individuals(this.identifier)).Death.Description;
}
this.death_childless = function() {
return (Individuals(this.identifier)).Death.Childless;
}
this.death_comment = function() {
return (Individuals(this.identifier)).Death.Comment;
}
this.death_date = function() {
return (Individuals(this.identifier)).Death.Date;
}
this.death_disposition_date = function() {
return (Individuals(this.identifier)).Death.Disposition.Date;
}
this.death_disposition_place = function() {
return (Individuals(this.identifier)).Death.Disposition.Place;
}
this.death_disposition_source = function() {
return (Individuals(this.identifier)).Death.Disposition.Source;
}
this.death_disposition_type = function() {
return (Individuals(this.identifier)).Death.Disposition.Type;
}
this.death_funerals_agency = function() {
return (Individuals(this.identifier)).Death.Funerals.Agency;
}
this.death_funerals_date = function() {
return (Individuals(this.identifier)).Death.Funerals.Date;
}
this.death_funerals_place = function() {
return (Individuals(this.identifier)).Death.Funerals.Place;
}
this.death_funerals_source = function() {
return (Individuals(this.identifier)).Death.Funerals.Source;
}
this.death_place = function() {
return (Individuals(this.identifier)).Death.Place;
}
this.death_source = function() {
return (Individuals(this.identifier)).Death.Source;
}
this.display_colors_border_fill = function() {
return (Individuals(this.identifier)).Display.Colors.Border.Fill;
}
this.display_colors_border_outline = function() {
return (Individuals(this.identifier)).Display.Colors.Border.Outline;
}
this.display_colors_gender_fill = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill;
}
this.display_colors_gender_fill_bottom_left = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Bottom.Left;
}
this.display_colors_gender_fill_bottom_right = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.FillBottom.Right;
}
this.display_colors_gender_fill_mask = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Mask;
}
this.display_colors_gender_fill_top_left = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Top.Left;
}
this.display_colors_gender_fill_top_right = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Top.Right;
}
this.display_colors_gender_symbol = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Symbol;
}
this.display_colors_gender_text = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Text;
}
this.display_colors_label_bottom = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Bottom;
}
this.display_colors_label_fill_bottom = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Fill.Bottom;
}
this.display_colors_label_fill_top = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Fill.Top;
}
this.display_colors_label_top = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Top;
}
this.display_flags_disable = function() {
return (Individuals(this.identifier)).Display.Flags.Disable;
}
this.display_flags_enable = function() {
return (Individuals(this.identifier)).Display.Flags.Enable;
}
this.display_label_bottom_dimension = function() {
return (Individuals(this.identifier)).Display.Label.Bottom.Dimension;
}
this.display_label_bottom_text = function() {
return (Individuals(this.identifier)).Display.Label.Bottom.Text;
}
this.display_label_top_dimension = function() {
return (Individuals(this.identifier)).Display.Label.Top.Dimension;
}
this.display_label_top_text = function() {
return (Individuals(this.identifier)).Display.Label.Top.Text;
}
this.display_medical_symbol = function() {
return (Individuals(this.identifier)).Display.Medical.Symbol;
}
this.dob_dod = function() {
return (Individuals(this.identifier)).DoB_DoD;
}
this.dob_dod_2 = function() {
return (Individuals(this.identifier)).DoB_DoD_2lines;
}
this.dob_dod_id = function() {
return (Individuals(this.identifier)).DoB_DoD_ID;
}
this.educations = function() {
return (Individuals(this.identifier)).Educations;
}
this.email = function() {
return (Individuals(this.identifier)).Email;
}
this.employer = function() {
return (Individuals(this.identifier)).Employer;
}
this.families = function() {
return (Individuals(this.identifier)).Families;
}
this.families_order = function() {
return (Individuals(this.identifier)).Families.Order;
}
this.family = function() {
return (Individuals(this.identifier)).Family;
}
this.family_rank = function() {
return (Individuals(this.identifier)).FamilyRank;
}
this.father = function() {
return (Individuals(this.identifier)).Father;
}
this.fathers = function() {
return (Individuals(this.identifier)).Fathers;
}
this.fathers_age_at_birth = function() {
return (Individuals(this.identifier)).FathersAgeAtBirth;
}
this.gender = function() {
return (Individuals(this.identifier)).Gender;
}
this.homepage = function() {
return (Individuals(this.identifier)).Homepage;
}
this.href = function() {
return (Individuals(this.identifier)).Href;
}
this.hyperlink = function() {
return (Individuals(this.identifier)).Hyperlink;
}
this.hyperlink_action = function() {
return (Individuals(this.identifier)).Hyperlink.Action;
}
this.hyperlink_internal = function() {
return (Individuals(this.identifier)).Hyperlink.Internal;
}
this.hyperlink_target = function() {
return (Individuals(this.identifier)).Hyperlink.Target;
}
this.id = function() {
return this.identifier;
}
this.individual_internal_hyperlink = function() {
return (Individuals(this.identifier)).IndividualInternalHyperlink;
}
this.is_adopted = function() {
return (Individuals(this.identifier)).IsAdopted;
}
this.is_dead = function() {
return (Individuals(this.identifier)).IsDead;
}
this.is_label = function() {
return (Individuals(this.identifier)).IsLabel;
}
this.mates = function() {
return (Individuals(this.identifier)).Mates;
}
this.mates_count = function() {
return (Individuals(this.identifier)).Mates.Count;
}
this.mother = function() {
return (Individuals(this.identifier)).Mother;
}
this.mothers = function() {
return (Individuals(this.identifier)).Mothers;
}
this.mothers_age_at_birth = function() {
return (Individuals(this.identifier)).MothersAgeAtBirth;
}
this.name = function() {
return (Individuals(this.identifier)).Name;
}
this.name_alternative = function() {
return (Individuals(this.identifier)).Name.Alternative;
}
this.name_display = function() {
return (Individuals(this.identifier)).Name.Display;
}
this.name_display_format = function() {
return (Individuals(this.identifier)).Name.Display.Format;
}
this.name_display_lines = function() {
return (Individuals(this.identifier)).Name.Display.Lines;
}
this.name_first = function() {
return (Individuals(this.identifier)).Name.First;
}
this.name_first_and_last = function() {
return (Individuals(this.identifier)).Name.FirstAndLast;
}
this.name_first_and_middle = function() {
return (Individuals(this.identifier)).Name.FirstAndMiddle;
}
this.name_format = function() {
return (Individuals(this.identifier)).Name.Format;
}
this.name_last = function() {
return (Individuals(this.identifier)).Name.Last;
}
this.name_last2 = function() {
return (Individuals(this.identifier)).Name.Last2;
}
this.name_last_or_last2 = function() {
return (Individuals(this.identifier)).Name.LastOrLast2;
}
this.name_middle = function() {
return (Individuals(this.identifier)).Name.Middle;
}
this.name_nick = function() {
return (Individuals(this.identifier)).Name.Nick;
}
this.name_short = function() {
return (Individuals(this.identifier)).Name.Short;
}
this.name_suffix = function() {
return (Individuals(this.identifier)).Name.Suffix;
}
this.name_title = function() {
return (Individuals(this.identifier)).Name.Title;
}
this.occupation = function() {
return (Individuals(this.identifier)).Occupation;
}
this.occupations = function() {
return (Individuals(this.identifier)).Occupations;
}
this.parents = function() {
return (Individuals(this.identifier)).Parents;
}
this.parents_other = function() {
return (Individuals(this.identifier)).Parents.Other;
}
this.pictures = function() {
return (Individuals(this.identifier)).Pictures;
}
this.pictures_count = function() {
return (Individuals(this.identifier)).Pictures.Count;
}
this.pictures_primary = function() {
return (Individuals(this.identifier)).Pictures.Primary;
}
this.position = function() {
return (Individuals(this.identifier)).Position;
}
this.position_boundary_rect = function() {
return (Individuals(this.identifier)).Position.BoundaryRect;
}
this.position_genomap = function() {
return (Individuals(this.identifier)).Position.GenoMap;
}
this.position_is_hidden = function() {
return (Individuals(this.identifier)).Position.IsHidden;
}
this.position_size = function() {
return (Individuals(this.identifier)).Position.Size;
}
this.position_x = function() {
return (Individuals(this.identifier)).Position.x;
}
this.position_y = function() {
return (Individuals(this.identifier)).Position.y;
}
this.position_z = function() {
return (Individuals(this.identifier)).Position.z;
}
this.references = function() {
return (Individuals(this.identifier)).References;
}
this.references_count = function() {
return (Individuals(this.identifier)).References.Count;
}
this.siblings = function() {
return (Individuals(this.identifier)).Siblings;
}
this.siblings_adopted = function() {
return (Individuals(this.identifier)).Siblings.Adopted;
}
this.siblings_all = function() {
return (Individuals(this.identifier)).Siblings.All;
}
this.siblings_biological = function() {
return (Individuals(this.identifier)).Siblings.Biological;
}
this.siblings_half = function() {
return (Individuals(this.identifier)).Siblings.Half;
}
this.siblings_other = function() {
return (Individuals(this.identifier)).Siblings.Other;
}
this.siblings_step = function() {
return (Individuals(this.identifier)).Siblings.Step;
}
this.siblings_twins = function() {
return (Individuals(this.identifier)).Siblings.Twins;
}
this.sources = function() {
return (Individuals(this.identifier)).Siblings.Sources;
}
this.yob_yod = function() {
return (Individuals(this.identifier)).YoB_YoD;
}
this.yob_yod_id = function() {
return (Individuals(this.identifier)).YoB_YoD_ID;
}
}
/*
var p = new Person;
for (property in p) {
writeme(property);
writeme(p[property]);
writeme("
");
}
*/
]%>
<%[
/**
* Abstract layer for individual.
* Its purpose is to use same code in skin even if you change default 'Report Generator' for different (alternative) one.
*/
function Person(_id) {
this.identifier = _id;
this.age = function() {
return (Individuals(this.identifier)).Age;
}
this.age_at_child_births = function() {
return (Individuals(this.identifier)).AgeAtChildBirths;
}
this.age_of_death = function() {
return (Individuals(this.identifier)).AgeOfDeath;
}
this.birth_baptism_date = function() {
return (Individuals(this.identifier)).Birth.Baptism.Date;
}
this.birth_baptism_godfather = function() {
return (Individuals(this.identifier)).Birth.Baptism.Godfather;
}
this.birth_baptism_godmother = function() {
return (Individuals(this.identifier)).Birth.Baptism.Godmother;
}
this.birth_baptism_officiator = function() {
return (Individuals(this.identifier)).Birth.Baptism.Officiator;
}
this.birth_baptism_officiator_title = function() {
return (Individuals(this.identifier)).Birth.Baptism.Officiator.Title;
}
this.birth_baptism_place = function() {
return (Individuals(this.identifier)).Birth.Baptism.Place;
}
this.birth_baptism_source = function() {
return (Individuals(this.identifier)).Birth.Baptism.Source;
}
this.birth_blood_type = function() {
return (Individuals(this.identifier)).Birth.BloodType;
}
this.birth_ceremony_type = function() {
return (Individuals(this.identifier)).Birth.CeremonyType;
}
this.birth_comment = function() {
return (Individuals(this.identifier)).Birth.Comment;
}
this.birth_date = function() {
return (Individuals(this.identifier)).Birth.Date;
}
this.birth_doctor = function() {
return (Individuals(this.identifier)).Birth.Doctor;
}
this.birth_place = function() {
return (Individuals(this.identifier)).Birth.Place;
}
this.birth_pregnancy_length = function() {
return (Individuals(this.identifier)).Birth.PregnancyLength;
}
this.birth_source = function() {
return (Individuals(this.identifier)).Birth.Source;
}
this.birthday = function() {
return (Individuals(this.identifier)).Birthday;
}
this.child_no = function() {
return (Individuals(this.identifier)).child_no;
}
this.children = function() {
return (Individuals(this.identifier)).Children;
}
this.children_adopted = function() {
return (Individuals(this.identifier)).Children.Adopted;
}
this.children_age = function() {
return (Individuals(this.identifier)).Children.Age;
}
this.children_biological = function() {
return (Individuals(this.identifier)).Children.Biological;
}
this.children_count = function() {
return (Individuals(this.identifier)).Children.Count;
}
this.children_order = function() {
return (Individuals(this.identifier)).Children.Order;
}
this.comment = function() {
return (Individuals(this.identifier)).Comment;
}
this.contact_email = function() {
return (Individuals(this.identifier)).Contact.Email;
}
this.contact_homepage = function() {
return (Individuals(this.identifier)).Contact.Homepage;
}
this.contact_telephone = function() {
return (Individuals(this.identifier)).Contact.Telephone;
}
this.contact_telephone_work = function() {
return (Individuals(this.identifier)).Contact.TelephoneWork;
}
this.contacts = function() {
return (Individuals(this.identifier)).Contacts;
}
this.custom = function(tag) {
return (Individuals(this.identifier))[tag];
}
this.custom_tag1 = function() {
return (Individuals(this.identifier)).custom_tag1;
}
this.custom_tag2 = function() {
return (Individuals(this.identifier)).custom_tag2;
}
this.custom_tag3 = function() {
return (Individuals(this.identifier)).custom_tag3;
}
this.custom_tag4 = function() {
return (Individuals(this.identifier)).custom_tag4;
}
this.custom_tag5 = function() {
return (Individuals(this.identifier)).custom_tag5;
}
this.data_level = function() {
return (Individuals(this.identifier)).DataLevel;
}
this.death_age = function() {
return (Individuals(this.identifier)).Death.Age;
}
this.death_cause = function() {
return (Individuals(this.identifier)).Death.Cause;
}
this.death_cause_description = function() {
return (Individuals(this.identifier)).Death.Description;
}
this.death_childless = function() {
return (Individuals(this.identifier)).Death.Childless;
}
this.death_comment = function() {
return (Individuals(this.identifier)).Death.Comment;
}
this.death_date = function() {
return (Individuals(this.identifier)).Death.Date;
}
this.death_disposition_date = function() {
return (Individuals(this.identifier)).Death.Disposition.Date;
}
this.death_disposition_place = function() {
return (Individuals(this.identifier)).Death.Disposition.Place;
}
this.death_disposition_source = function() {
return (Individuals(this.identifier)).Death.Disposition.Source;
}
this.death_disposition_type = function() {
return (Individuals(this.identifier)).Death.Disposition.Type;
}
this.death_funerals_agency = function() {
return (Individuals(this.identifier)).Death.Funerals.Agency;
}
this.death_funerals_date = function() {
return (Individuals(this.identifier)).Death.Funerals.Date;
}
this.death_funerals_place = function() {
return (Individuals(this.identifier)).Death.Funerals.Place;
}
this.death_funerals_source = function() {
return (Individuals(this.identifier)).Death.Funerals.Source;
}
this.death_place = function() {
return (Individuals(this.identifier)).Death.Place;
}
this.death_source = function() {
return (Individuals(this.identifier)).Death.Source;
}
this.display_colors_border_fill = function() {
return (Individuals(this.identifier)).Display.Colors.Border.Fill;
}
this.display_colors_border_outline = function() {
return (Individuals(this.identifier)).Display.Colors.Border.Outline;
}
this.display_colors_gender_fill = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill;
}
this.display_colors_gender_fill_bottom_left = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Bottom.Left;
}
this.display_colors_gender_fill_bottom_right = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.FillBottom.Right;
}
this.display_colors_gender_fill_mask = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Mask;
}
this.display_colors_gender_fill_top_left = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Top.Left;
}
this.display_colors_gender_fill_top_right = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Top.Right;
}
this.display_colors_gender_symbol = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Fill.Symbol;
}
this.display_colors_gender_text = function() {
return (Individuals(this.identifier)).Display.Colors.Gender.Text;
}
this.display_colors_label_bottom = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Bottom;
}
this.display_colors_label_fill_bottom = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Fill.Bottom;
}
this.display_colors_label_fill_top = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Fill.Top;
}
this.display_colors_label_top = function() {
return (Individuals(this.identifier)).Display.Colors.Label.Top;
}
this.display_flags_disable = function() {
return (Individuals(this.identifier)).Display.Flags.Disable;
}
this.display_flags_enable = function() {
return (Individuals(this.identifier)).Display.Flags.Enable;
}
this.display_label_bottom_dimension = function() {
return (Individuals(this.identifier)).Display.Label.Bottom.Dimension;
}
this.display_label_bottom_text = function() {
return (Individuals(this.identifier)).Display.Label.Bottom.Text;
}
this.display_label_top_dimension = function() {
return (Individuals(this.identifier)).Display.Label.Top.Dimension;
}
this.display_label_top_text = function() {
return (Individuals(this.identifier)).Display.Label.Top.Text;
}
this.display_medical_symbol = function() {
return (Individuals(this.identifier)).Display.Medical.Symbol;
}
this.dob_dod = function() {
return (Individuals(this.identifier)).DoB_DoD;
}
this.dob_dod_2 = function() {
return (Individuals(this.identifier)).DoB_DoD_2lines;
}
this.dob_dod_id = function() {
return (Individuals(this.identifier)).DoB_DoD_ID;
}
this.educations = function() {
return (Individuals(this.identifier)).Educations;
}
this.email = function() {
return (Individuals(this.identifier)).Email;
}
this.employer = function() {
return (Individuals(this.identifier)).Employer;
}
this.families = function() {
return (Individuals(this.identifier)).Families;
}
this.families_order = function() {
return (Individuals(this.identifier)).Families.Order;
}
this.family = function() {
return (Individuals(this.identifier)).Family;
}
this.family_rank = function() {
return (Individuals(this.identifier)).FamilyRank;
}
this.father = function() {
return (Individuals(this.identifier)).Father;
}
this.fathers = function() {
return (Individuals(this.identifier)).Fathers;
}
this.fathers_age_at_birth = function() {
return (Individuals(this.identifier)).FathersAgeAtBirth;
}
this.gender = function() {
return (Individuals(this.identifier)).Gender;
}
this.homepage = function() {
return (Individuals(this.identifier)).Homepage;
}
this.href = function() {
return (Individuals(this.identifier)).Href;
}
this.hyperlink = function() {
return (Individuals(this.identifier)).Hyperlink;
}
this.hyperlink_action = function() {
return (Individuals(this.identifier)).Hyperlink.Action;
}
this.hyperlink_internal = function() {
return (Individuals(this.identifier)).Hyperlink.Internal;
}
this.hyperlink_target = function() {
return (Individuals(this.identifier)).Hyperlink.Target;
}
this.id = function() {
return this.identifier;
}
this.individual_internal_hyperlink = function() {
return (Individuals(this.identifier)).IndividualInternalHyperlink;
}
this.is_adopted = function() {
return (Individuals(this.identifier)).IsAdopted;
}
this.is_dead = function() {
return (Individuals(this.identifier)).IsDead;
}
this.is_label = function() {
return (Individuals(this.identifier)).IsLabel;
}
this.mates = function() {
return (Individuals(this.identifier)).Mates;
}
this.mates_count = function() {
return (Individuals(this.identifier)).Mates.Count;
}
this.mother = function() {
return (Individuals(this.identifier)).Mother;
}
this.mothers = function() {
return (Individuals(this.identifier)).Mothers;
}
this.mothers_age_at_birth = function() {
return (Individuals(this.identifier)).MothersAgeAtBirth;
}
this.name = function() {
return (Individuals(this.identifier)).Name;
}
this.name_alternative = function() {
return (Individuals(this.identifier)).Name.Alternative;
}
this.name_display = function() {
return (Individuals(this.identifier)).Name.Display;
}
this.name_display_format = function() {
return (Individuals(this.identifier)).Name.Display.Format;
}
this.name_display_lines = function() {
return (Individuals(this.identifier)).Name.Display.Lines;
}
this.name_first = function() {
return (Individuals(this.identifier)).Name.First;
}
this.name_first_and_last = function() {
return (Individuals(this.identifier)).Name.FirstAndLast;
}
this.name_first_and_middle = function() {
return (Individuals(this.identifier)).Name.FirstAndMiddle;
}
this.name_format = function() {
return (Individuals(this.identifier)).Name.Format;
}
this.name_last = function() {
return (Individuals(this.identifier)).Name.Last;
}
this.name_last2 = function() {
return (Individuals(this.identifier)).Name.Last2;
}
this.name_last_or_last2 = function() {
return (Individuals(this.identifier)).Name.LastOrLast2;
}
this.name_middle = function() {
return (Individuals(this.identifier)).Name.Middle;
}
this.name_nick = function() {
return (Individuals(this.identifier)).Name.Nick;
}
this.name_short = function() {
return (Individuals(this.identifier)).Name.Short;
}
this.name_suffix = function() {
return (Individuals(this.identifier)).Name.Suffix;
}
this.name_title = function() {
return (Individuals(this.identifier)).Name.Title;
}
this.occupation = function() {
return (Individuals(this.identifier)).Occupation;
}
this.occupations = function() {
return (Individuals(this.identifier)).Occupations;
}
this.parents = function() {
return (Individuals(this.identifier)).Parents;
}
this.parents_other = function() {
return (Individuals(this.identifier)).Parents.Other;
}
this.pictures = function() {
return (Individuals(this.identifier)).Pictures;
}
this.pictures_count = function() {
return (Individuals(this.identifier)).Pictures.Count;
}
this.pictures_primary = function() {
return (Individuals(this.identifier)).Pictures.Primary;
}
this.position = function() {
return (Individuals(this.identifier)).Position;
}
this.position_boundary_rect = function() {
return (Individuals(this.identifier)).Position.BoundaryRect;
}
this.position_genomap = function() {
return (Individuals(this.identifier)).Position.GenoMap;
}
this.position_is_hidden = function() {
return (Individuals(this.identifier)).Position.IsHidden;
}
this.position_size = function() {
return (Individuals(this.identifier)).Position.Size;
}
this.position_x = function() {
return (Individuals(this.identifier)).Position.x;
}
this.position_y = function() {
return (Individuals(this.identifier)).Position.y;
}
this.position_z = function() {
return (Individuals(this.identifier)).Position.z;
}
this.references = function() {
return (Individuals(this.identifier)).References;
}
this.references_count = function() {
return (Individuals(this.identifier)).References.Count;
}
this.siblings = function() {
return (Individuals(this.identifier)).Siblings;
}
this.siblings_adopted = function() {
return (Individuals(this.identifier)).Siblings.Adopted;
}
this.siblings_all = function() {
return (Individuals(this.identifier)).Siblings.All;
}
this.siblings_biological = function() {
return (Individuals(this.identifier)).Siblings.Biological;
}
this.siblings_half = function() {
return (Individuals(this.identifier)).Siblings.Half;
}
this.siblings_other = function() {
return (Individuals(this.identifier)).Siblings.Other;
}
this.siblings_step = function() {
return (Individuals(this.identifier)).Siblings.Step;
}
this.siblings_twins = function() {
return (Individuals(this.identifier)).Siblings.Twins;
}
this.sources = function() {
return (Individuals(this.identifier)).Siblings.Sources;
}
this.yob_yod = function() {
return (Individuals(this.identifier)).YoB_YoD;
}
this.yob_yod_id = function() {
return (Individuals(this.identifier)).YoB_YoD_ID;
}
}
/*
var p = new Person;
for (property in p) {
writeme(property);
writeme(p[property]);
writeme("
");
}
*/
]%>