FORM TEMPLATE OBJECT
OVERVIEW
Contains a sequence of
FORM PROPERTIES
PROPERTY |
| TYPE | DESCRIPTION | COMMENTS |
---|---|---|---|---|
ID | Id | INTEGER | Local identifier of the FORM TEMPLATE | A unique identifier local to the DB instance. TASK TEMPLATES exported to another instance will not share the same ID. |
REF | Ref | TEXT | FORM TEMPLATE reference | This value has been designed as a Universal Unique Identifier (UUID) to allow sharing TASK TEMPLATES with other instances. Note that different versions of the same TASK TEMPLATE share the same REF value, and only changes the #TASK_TEMPL:VERSION value |
VERSION | Version | DATE | Can have two values:
|
|
FORM_CODE | Form Code | TEXT | Code assigned to this FORM TEMPLATE | Is a code identifying the particular purpose of a form template. The description of the different available FORM_CODE can be found in the CODES library under the FORM_CODE codification. For example: code_search (session, "FORM_CODE", "SF36") will return the multilingual description of a TEMPLATE with FORM_CODE = SF36 in the active language of the session. Some FORM_CODE are reserved for system use. System FORM_CODE are identified by a hash before the code (for example #NOTE) |
NAME | Name | DESCRIPTION | Name of the FORM TEMPLATE | Is a short-name used to be displayed in the interface. The TEMPLATE name is of type DESCRIPTION and can be retrieved for all available languages or just for the active session languages The name may include {{OBJECT CODE}} that will be replaced by by the value of an ITEM with this DATA_CODE when calling form_get_summary (), , mobile_form_get_summary () and task_activity_list (). |
DESCRIPTION | Description | DESCRIPTION | Description of the FORM TEMPLATE | Extended information about the purpose, potential uses, etc. of this particular TEMPLATE. For example: "The Short Form (36) Health Survey is a patient-reported survey of patient health. The SF-36 is a measure of health status and an abbreviated variant of it, the SF-6D, is commonly used in health economics as a variable in the quality-adjusted life year calculation to determine the cost-effectiveness of a health treatment. |
OWNER | Owner | TEXT or TEAM OBJECT | Indicates who is the owner of this FORM TEMPLATE. It can have two types of value:
|
|
REF | Ref | TEXT | FORM TEMPLATE reference | This value has been designed as a Universal Unique Identifier (UUID) to allow sharing TASK TEMPLATES with other instances. Note that different versions of the same TASK TEMPLATE share the same REF value, and only changes the #TASK_TEMPL:VERSION value |
CREATION_DATE | Created | DATE | Date of creation of the FORM TEMPLATE |
|
MODIFICATION_DATE | Modified | DATE | Date of last modification of the FORM TEMPLATE |
|
PUBLISH_DATE | Publish Date | DATE | Indicates the publication status of a particular FORM TEMPLATE version. Possible values are:
|
|
ACCESS_TYPE | Access Type | TEXT | Indicates if this particular which team or user can access this TEMPLATE. Possible values:
|
|
REVIEW | Review | BOOL | Indicates if it is required to display a summary when the active USER completes a FORM created from this FORM TEMPLATE |
|
NAV_MODE | Navigation mode |
| Used to define how a client application should display the ITEMS contained in this FORM TEMPLATE. Possible values are:
|
|
SYNC_DATE | Sync Date | DATE | Used in FORM TEMPLATEs imported from another instance. Is the date of the last synchronization (update) of the local FORM TEMPLATE |
|
SOURCE | Source | Used in FORM TEMPLATES imported from another instance. Provides the information about the procedence |
| |
ITEMS | Items | List of ITEM TEMPLATE OBJECT | List of ITEMS contained in this FORM TEMPLATE | An ITEM is generally a question to be asked to a USER, but can also be other type of object like an informative message, a FORMULA, an image, etc... |
WEB SERVICES
List of web services to manage form template:
WS | DESCRIPTION |
---|---|
Returns a list of possible choices related with a program screen | |
Deletes a question from a FORM TEMPLATE | |
Remove activity (form template) from a task. | |
This function get a XML with information of specific question in a template. | |
Gets FORM TEMPLATE details | |
Obtain a list of possible owners ( teams or programs) of a FORM TEMPLATE where current user has access | |
Sets new order for questions of a FORM TEMPLATE | |
Sets a value of specific field in a template. This specific field is determined in datacode of question in template. | |
Sets FORM TEMPLATE data | |
Unlocks a FORM TEMPLATE from previous version to edit in draft | |
Deletes an existing FORM TEMPLATE. When a FORM TEMPLATE is deleted, the existing FORMS using this template are preserved, but they are “detached” from the original FORM TEMPLATE | |
Downloads a FORM TEMPLATE into an XML file | |
Gets the main information from a FORM TEMPLATE. It’s used by action_list to show a previsualization of the template | |
Retrieves an xml description of a FORM TEMPLATE | |
Loads an XML file containing a FORM TEMPLATE | |
Creates a new FORM TEMPLATE from an XML file obtained from template_import () | |
Updates a FORM TEMPLATE |