This repository holds the files of the openIMIS Frontend Claim AI Quality reference module. It is dedicated to be deployed as a module of openimis-fe_js.
None
claim.ReviewsFilter
: new filter allowing filtering claims by AI Evaluationclaim.ReviewsFilter
: new button allowing generating Claim AI Report with data based on rest of the filters
None
claim_ai_quality.ResendClaimForEvaluation
, additional Searcher menu entry for sending selected checked claims for reevaluation
CLAIM_AI_MUTATION_{REQ|RESP|ERR}
: sending checked claims for reevaluation
None
state.core.user
, to access user info (rights,...)
Information regarding claim evaluation is stored in json_ext. In order for the ClaimAiProcessed column to be visible in the claim searcher results, an additional extField configuration for fe-claim is required. Example content of fe-claim config json added through django admin panel:
{
"extFields": ["claim_ai_quality.was_categorized"]
}