Creating a Unified XML Template |
Top Previous Next |
To specify document information that you want to use in order to update LIMS database tables, you can create a Data Recognition (Extraction) Pattern (DRP) to isolate keywords, table columns, and other information in the document. Next you map the keywords, table columns, graphs, and so on, to keywords in an Output XML template, so that when the document is ready to be processed, the values for those keywords can be placed in a UXML structure. The UXML structure is later read by a LIMS script that updates the LIMS database tables with the keyword values as appropriate.
The following procedure helps you create Output XML templates to which keywords or documents are mapped.
>> To create a UXML template
Indexing keywords or tables also allows you to use the indexed keyword/table settings when creating other templates. For example, if the Results table is indexed in this UXML template (using the index this table option), you will not need to create the same component again, but just add a record and name it Results. The system will notify you that an index table was found with the same name and ask you if you wish to use the indexed table. When selecting Yes, the Results table with the associated fields will be added to the template.
After the template is created, it can be used to generate a Unified XML structure, attached to the document, and the data extracted to it. If you created the output XML template to contain parsed data using a DRP, you attach the template in the Document Template Designer window, where you create the DRP and then map the DRP keywords to the UXML template. When any documents associated with the DRP/UXML templates are processed, the values are extracted into the UXML structure according to the keyword mapping between the DRP and UXML templates. The result is that when processing a document, the UXML structure is completed with the information from the document. |