function FormTemplate ( $template )
Get data element value associated with the currently loaded data set.
function FetchDataElement ( $key )
Get list of custom controls from a template.
function GetControls ( )
function GetInformation ( )
Get XML template DOM tree, with caching.
function GetXMLTemplate ( )
Load a form_results entry into the current set.
function LoadData ( $id )
Load patient information into an XML form template.
function LoadPatient ( $patient_id )
Push data out to final XML data, composited
function OutputData ( )
Produce output XML from template element.
function ProcessElement ( $attr, $data )
Process data elements to produce appropriate data
function ProcessData ( $data )
Render a template to a PDF file from a composited XML data string.
function RenderToPDF ( $data, $output = false )