FreeMED. FormTemplateList

Maintain cached list of XML templates for filling out PDF forms.

Summary
Maintain cached list of XML templates for filling out PDF forms.
Cache metainformation from templates into cache file.
Retrieve list of form templates in the system.
Determine if the form template cache is up to date.

Functions

FormTemplateList

function FormTemplateList ( )

Cache

function Cache ( )

Cache metainformation from templates into cache file.

GetList

function GetList ( )

Retrieve list of form templates in the system.

Returns

Associative array of form template names associated with arrays containing representations of their information fields.

IsCached

function IsCached ( )

Determine if the form template cache is up to date.

Returns

Boolean, whether or not the cache is up to date

function FormTemplateList ( )
function Cache ( )
Cache metainformation from templates into cache file.
function GetList ( )
Retrieve list of form templates in the system.
function IsCached ( )
Determine if the form template cache is up to date.