Exercise: Creating an Example UXML Template

Top  Previous  Next

UXMLThe following example is an instrument report that provides the results of a test done on a sample to determine the value of three analytes. The document may be uploaded automatically to SDMS, recognized, and parsed based on predefined templates. The purpose of this exercise is to build a UXML template to allow us to export some of the information in the document to an external database table.

 

UXML_Report

 

The external database table should eventually be populated with the following data:

 

 

UXML table example

 

Before starting to create the UXML template, we need to consider the following:

 

1.What information do we need to obtain from the document?
2.How the information in the document is parsed as keywords, images, table columns, and so on?
3.What are the tables/fields that need to be updated in the external application such as a LIMS?