audit_calendar_month()
Function prototype | audit_calendar_month( session, id, year, month, context, [filter]) |
---|---|
API Version | All |
SOAP, REST (Since API Version 2.7.30) |
Description
Returns the list of days in a month in which the patient/user has audit records (AUDIT)
Required permissions: The active user must have role SUPERVISOR. Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
Input parameters: |
|
Output parameters: |
|
Request example
audit_calendar_month( "LC0000001", 111, 2015, 02, "CASE")
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 … |