GenogramMaker. Person
(GenogramMaker v0.1.0)
Copy Markdown
A single person in a genogram.
Fields:
:id— unique string identifier used to reference the person in unions and bonds.:name— display name; falls back to:idwhennil.:sex— one of:male,:female,:unknown. Decides the rendered shape (square, circle, diamond respectively).:birth/:death— birth and death years (integer or string), shown under the name.:deceased— whether the person is deceased. Defaults totruewhen a:deathyear is given.:proband— marks the index person the genogram is centred on (drawn with a double outline).:note— free-form note kept on the struct for the caller's own use.