| DESCRIPTION |
This file stores the template elements which are used to construct a SOAP
necessary to process the word-processing windows (i.e., |X|), and can
control if an element should be skipped in its entirety.
Note: When adding or editing an entry in this file, be aware that when
editing the content fields (i.e., pre-content, content, and
post-content), that spaces (i.e., " ") matter! When generating the XML
SOAP message, the lines will be concatenated together, and there are
times where you must leave a space at the end of the line in order for
it to be valid XML when the lines are concatenated.
message to the Immunization Calculation Engine (ICE) server. It is meant
This file should not be edited locally by the site.
to mimic a tree-structure. Each entry in this file represents an element
(or node) in the tree and can have a parent and sibling elements. The
message is built starting with the root element. The pre-content and
content is then added to the message, followed by the children elements,
and finally the post-content is added. This is done recursively for all
the descendants. Before processing an element, the BUILD LOGIC of that
element is executed, and that can be used to set up the variables
|