By Nand - Sunday, April 10, 2022
|
One of my tools that processes genograms in XML format had a problem with the following code <PedigreeLink PedigreeLink="Parent" Family="fam01684"> <Position IsHidden="Y"/> </PedigreeLink>Any idea what the object is that is hidden? The family representation looks normal in GenoPro. I have no idea how this ended up in my genogram.
|
By genome - Monday, April 11, 2022
|
A 'PedigreeLink' is marked as hidden when the family is on one GenoMap and the individual is on another. e.g. moving a parent to another genomap and then deleting the parent individual from the original GenoMap transfers the link to the hyperlinked parent Individual but will result in a PedigreeLink with the <Position IsHidden="Y"/> tag because it cannot be displayed. BUT it should still have the 'Individual' attribute with the ID of the parent.
I have no idea how you have ended up with a PedigreeLink without an Individual attribute
|