case_get_optional_programs ()
Function prototype | case_get_optional_programs (session, [case]) |
---|---|
API Version | 2.7.3 and higher |
SOAP, REST |
Description
Returns a list of PROGRAMS where the selected CASE can do an auto-enroll (create an ADMISSION for himself)
Required permissions:
The CASE corresponds to the same session's user
The session's user is a PROFESSIONAL
The session's user is an ASSOCIATE of the CASE and the permission #PERMISSIONS.TASK_DELEGATE is granted for editing
Input parameters: |
|
Output parameters: |
|
Request example
case_get_optional_programs( “LCAAAAAAAAAAAA”, 32131)
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 optional PROGRAMS for the selected CASE |
CASE.NOT_FOUND | The CASE reference provided does not correspond to an existing CASE |