Referenced here.
XML Sections to parse
It looks like the XML has an labAssignmentSection block at the top which includes the assigned typings. These can be read and passed to a ValidationModelBuilder to populate the core typing data.
For haplotype information, there is a testResultsSection that has all the possible alleles for each locus, which will be used to populate haplotype information.
Implementation Notes
Goals
Referenced here.
XML Sections to parse
It looks like the XML has an
labAssignmentSectionblock at the top which includes the assigned typings. These can be read and passed to aValidationModelBuilderto populate the core typing data.For haplotype information, there is a
testResultsSectionthat has all the possible alleles for each locus, which will be used to populate haplotype information.Implementation Notes
Document, so building the parser is all about finding the appropriate XMLElements, getting their text contents, and passing them appropriately to the builder.Goals