/
user_get_task_calendar ()
user_get_task_calendar ()
Function prototype | user_get_task_calendar ( session , user , [filter = null]) |
---|---|
API Version | 2.6.4 and higher |
Returns a calendar of TASKS and/or EVENTS of any ADMISSIONS assigned to the USER The calendar consist of a summary of the TASKs and EVENTs existing in each day of a date range. The date range is specified into the "filter" parameter This operation is restricted only to PROFESSIONALS: Criteria for obtaining the list of TASKS:
| |
Input parameters: |
|
Output parameters: |
|
Request sample: | user_get_task_calendar ( “LCAAAAAAAAAAAA”, NULL, filter = '{from_date : "2017-04-01", "role" : "39, 41"}') |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <result> <dates> <total> <events> <closed>5</closed> <open>4</open> <not_read>0</open> <flagged>0</flagged> </events> <tasks> <closed>5</closed> <open>4</open> </tasks> </total> <date> <value>2017-04-01</date> <events> <closed>5</closed> <open>4</open> <not_read>0</open> <flagged>0</flagged> </events> <tasks> <closed>5</closed> <open>4</open> </tasks> </date> <date>..</date> </dates> </result> <ErrorMsg></ErrorMsg> |
Notes: |
|
, multiple selections available,
Related content
program_get_task_calendar ()
program_get_task_calendar ()
More like this
admission_get_task_calendar ()
admission_get_task_calendar ()
More like this
case_get_task_calendar ()
case_get_task_calendar ()
More like this
† task_calendar_year ()
† task_calendar_year ()
More like this
† task_calendar_month ()
† task_calendar_month ()
More like this
user_get_task_list ()
user_get_task_list ()
More like this