task_activity_list ()
Function prototype | task_activity_list ( session, task_id ) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.32 |
Description
Returns the list of ACTIVITIES (FORMS or REPORTS) contained in a TASK
Required permissions: The operation is only allowed if the active user:
When the active USER is the CASE:
The TASK belongs to an ADMISSION of that CASE
AND the TASK is not canceled
AND
The TASK is not a Medical Record
OR The TASK is a Medical Record and it has been configured as “Visible by the patient”
When the active USER is an ASSOCIATE of the CASE:
The TASK belongs to an ADMISSION of that CASE
AND The ASSOCIATE has permission to browse the TASKS of the CASE
AND the TASK is not canceled
AND
The TASK is not a Medical Record
OR The TASK is a Medical Record and it has been configured as “Visible by the patient”
When the active USER is a PROFESSIONAL
PROFESSIONALS are always allowed to request the data about any TASK
Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
Input parameters: |
|
Output parameters: |
|
Request example
function_name ( “LCAAAAAAAAAAAA”, "xxxx")
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
INSUFFICIENT_PRIVILEGES | The session user does not have the necessary privileges to request the list of ACTIVITIES of the TASK |
TASK.NOT_FOUND | The TASK requested was not found |