ADMISSION_PERFORMANCE_SET()
ADMISSION_PERFORMANCE_SET(PROPERTY, VALUE, [VALIDITY]) |
Modifies a performance property of an ADMISSION
The ADMISSION affected is always the one in the execution context of the FORMULA.
Input Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
PROPERTY |
| Yes | Name of the performance property that will be modified. The possible values are defined in the section below: ADMISSION PERFORMANCE PROPERTIES | |
VALUE |
| Yes | Value that will be assigned to the property | |
VALIDITY |
| No | Date indicanting until when the performance property is valid. If null, the value of the performance property is always valid |
Return value
If the execution is successful, the FORMULA returns the same value passed as parameter for the ADMISSION property.
If the value is not valid or the PROPERTY name is not valid, the function returns NULL
Execution
When the FORM containing the FORMULA is closed
Examples
Formula | Description |
---|---|
ADMISSION_PERFORMANCE_SET(“COMPLIANCE“, 3) | Change the value of the COMPLIANCE property to 3. No date has been specified, so the property does not expire |
ADMISSION_PERFORMANCE_SET(“COMPLIANCE“, 3, “2021-04-21 15:00:00“) | Change the value of the COMPLIANCE property to 3. The compliance value assigned to the ADMISSION will only be considered valid until 2021-04-21 15:00:00 |
ADMISSION PERFORMANCE PROPERTIES
This FORMULA accepts the following property names:
Property | Description |
|
---|---|---|
“COMPLIANCE” | Used to measure the compliance of the CASE in the ADMISSION. | These properties accept a numeric value in the range 0-6, where each value is used as a ‘color’ tag:
|
“ADHERENCE” | Used to measure the adherence of the CASE to the TASKs in the ADMISSION | |
“OUTCOME” | Used to assign a outcome value to the ADMISSION. |