/
TASK STATUS OBJECT

TASK STATUS OBJECT

TASK STATUS:

PROPERTYNAMETYPEDESCRIPTIONCOMMENTS
#TASK:STATUS:IDStatus id for the taskTEXTIdentification of the category for the task
#TASK:STATUS:DESCDescription categoryTEXTDescription of category in session language

TASK STATUS VALUES:

IDNameComments
11 NOT ASSIGNEDDeprecated. Is equivalent to "Assigned/Not done" (12)
12OPENTASKs pending to be completed.
13CLOSEDTAKSs already completed
14SENTDeprecated. Legacy from LC1
15NOT SENTDeprecated. Legacy from LC1
16PAUSEDIt is assigned to open TASKs when the ADMISSION is paused
98, 99CANCELLED

Tasks not completed that have been cancelled. Internally there are 2 different causes of cancellation:

  • CANCELLED_BY_ADMISSION (98): used when an ADMISSION is  REJECTED or DISCHARGED. All TASKs in the ADMISSION that have status "OPEN" will be changed to status "CANCELLED_BY_ADMISSION"
  • CANCELLED (99): TASK that was "OPEN" but was cancelled by the PROGRAM (usually by FORMULA TASK_CANCEL ())

Related content