Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  claim_ai_url: string // URL of the openIMIS instance running Claim-AI module. Default: ""
  event_based_activation: boolean // True if the checked Claims are sent to Claim-AI module immediatly after check. Default: False 
  page_limit: integer // Maximum number of claims to be sent to Claim AI module (0: unlimited). Default: 0 
  zip: boolean // Whether the communication payload is compressed or not. Default: False
  authentication_toket: string // The authentication token to be used with Claim-AI module. Default: "" (no authentication)
}

Custom Claim Review Search Filters - Frontend

...