Child pages |
---|
OVERVIEW
The system SETTINGS OBJECTS are XML objects that can be associated to the following objects: USER, CASE, TEAM, SUBSCRIPTION, PROGRAM TEMPLATE, TASK TEMPLATE and EVENT TEMPLATE. They allow to associate custom values to the related object.
...
PROPERTY | NAME | TYPE | DESCRIPTION | COMMENTS |
---|---|---|---|---|
#OBJECT.ID | Key identifier for table | int | Object key identifier | |
#OBJECT.CODE | CODE | OBJECT CODE |
| |
#SETTING.CODE | CODE | SETTING CODE | ||
#SETTING.VALUE | VALUE | JSON | SETTING value |
SETTING FORMAT
SETTING | OBJECTS | DESCRIPTION / FORMAT | |||
---|---|---|---|---|---|
#EXTRACTION.ADMISSION | SYSTEM TEAM SUBSCRIPTION | See: EXTRACTION TEMPLATE SETTING
| |||
#EXTRACTION.TASK
| SYSTEM TEAM TASK | ||||
#EXTRACTION.EVENT | SYSTEM TEAM EVENT | ||||
#IDENTIFIERS.USER #IDENTIFIERS.CASE | SYSTEM TEAM SUBSCRIPTION | See: IDENTIFIER SETTINGS | |||
#ADMISSION_ACTION_LIST:MNG | TEAM SUBSCRIPTION | To define the options available for Case Manager's ADMISSION management in a particular SUBSCRIPTION | |||
|
| ||||
#TASK.ROLE | TEAM SUBSCRIPTION PROGRAM | Used to define a role to be used later in a program. It requires the role id (number). | |||
#TASK.USER | SUBSCRIPTION TEAM PROGRAM | Used to define a user to be used later in a program. | |||
#TASK.TEAM | SUBSCRIPTION TEAM PROGRAM | Used to define a team to be used later in a program. It requires the team code. | |||
#TASK.LOCK_DATE | SUBSCRIPTION TEAM PROGRAM | Once set to "true", when closing a task it will maintain the planned time instead of changing it to the closing time. | |||
#TASK.RECORD | TASK | Used to specify the values to create a RECORD entry when closed See: RECORD SETTINGS | |||
#CONTACT.CHANNELS.CASE.ENABLE | SUBSCRIPTION TEAM | Once set to "false" it will hide the "contact channels block" when creating a new case in a program subscription. | |||
#CONTACT.CHANNELS.USER.ENABLE | SUBSCRIPTION TEAM | Once set to "false" it will hide the "contact channels" block when creating a new user in a team. | |||
#CONTACT.NAME.CASE.ENABLE | SUBSCRIPTION TEAM | Once set to "false" it will hide the "name & surnames" block when creating a new case in a program subscription. | |||
#CONTACT.NAME.USER.ENABLE | SUBSCRIPTION TEAM | Once set to "false" it will hide the "name & surnames" block when creating a new user in a team. | |||
#CONTACT.ADDRESS.CASE.ENABLE | SUBSCRIPTION TEAM | Once set to "false" it will hide the "address" block when creating a new case in a program subscription. | |||
#CONTACT.ADDRESS.USER.ENABLE | SUBSCRIPTION TEAM | Once set to "false" it will hide the "address" block when creating a new user in a team. | |||
#FORMAT. | NAME
| CASE.NEW #FORMAT. ADDRESSCASE | SUBSCRIPTION TEAM | See FORMAT SETTINGS | |
#FORMAT.CONTACTCASE.NICKNAME | SUBSCRIPTION codeTEAM | ||||
| |||||
<properties>
<property>
<id>
GENDER {GENDER (an ID entry in the #FORMATS CODE table>}
</id>
</property>
<property>
<id>BIRTH_DATE</id> {BIRTH DATE}
</property>
<property>
<id>NAME</id>
</property>
<property>
<id>ADDRESS</id>
</property>
<editable>
</editable>
<mandatory>
<table> {required combinations}
<tr><td>GENDER</td><td>BIRTH_DATE</td></tr>
</table>
</mandatory>
</properties> | See NICKNAME SETTINGS | ||||
#TIMEZONE | SUBSCRIPTION TEAM | Used to define a timezone for a program/team. | |||
#TEAM.PRACTICE_DEFAULT_PROGRAM | SYSTEM TEAM | This setting indicates the PROGRAM_CODE. If set, when a new TEAM of type "Practice" is created, then a subscription tho that PROGRAM will be created automatically. If this setting is defined at TEAM level, then when adding a new member into that TEAM, a subscription will be created (only if the new member is a "Practice" TEAM) If this setting is defined at SYSTEM level, then when adding a new TEAM, a subscription will be created (only if the new member is a "Practice" TEAM) | |||
#CUSTOM | SUBSCRIPTION | This setting is used to define internal customization parameters for PROGRAMS. (e.g. set the calculation algorithm in STEP). See CUSTOM setting |