delcroip / openimis-be-insuree_py

The openIMIS Backend Insuree reference module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openIMIS Backend Insuree reference module

This repository holds the files of the openIMIS Backend Insuree reference module. It is dedicated to be deployed as a module of openimis-be_py.

License: AGPL v3

Code climate (develop branch)

Maintainability Test Coverage

ORM mapping:

  • tblGender > Gender (including alt_language)
  • tblPhotos > Photo
  • tblFamilyTypes > FamilyType
  • tblFamilies > Family
  • tblInsuree > Insuree (partially mapped)
  • tblInsureePolicy > InsureePolicy

Listened Django Signals

None

Services

None

Reports (template can be overloaded via report.ReportDefinition)

None

GraphQL Queries

  • insurees
  • insuree

GraphQL Mutations - each mutation emits default signals and return standard error lists (cfr. openimis-be-core_py)

None

Configuration options (can be changed via core.ModuleConfiguration)

  • gql_query_insurees_perms: required rights to call insurees (default: ["101101"])
  • gql_query_insuree_perms: required rights to call insuree (default: ["101101"])
  • gql_insuree_family_members: required rights to call insuree_family_members (default: ["101101"])

openIMIS Modules Dependencies

  • location.models.HealthFacility

About

The openIMIS Backend Insuree reference module

License:Other


Languages

Language:Python 100.0%