Aller au contenu

Logosw integration

Status: Placeholder — to be developed. Last reviewed:

Scope

Logosw export ingestion: file-based (no API), pushed via the apps/collection/ remote agent, parsed by apps/imports/ importers (CIVIL.txt → patients, ACTES_2.txt → procedures, plus others). Encoding quirks (UTF-8 / ISO-8859-1 mix), category mapping (17 stat categories, see docs/LOGOSW_CATEGORY_MAPPING.md), ImportRow audit trail, idempotency on re-import.

Sources to mine when writing this

  • apps/imports/importers/ — every importer is one source pattern.
  • apps/collection/ — upload pipeline that feeds the importers.
  • roadmap/ideas/logosw-export-questions.md — open questions about Logosw exports (encoding, missing fields).
  • docs/LOGOSW_CATEGORY_MAPPING.md — the 17-category mapping (reference, stays in docs/).
  • docs/IMPORTS_MODULE.md — existing module reference (French).