From 1141f6ac731d473e7112301b764f5f919c858ac4 Mon Sep 17 00:00:00 2001 From: Barry Brands Date: Wed, 13 Sep 2023 11:56:03 +0200 Subject: [PATCH] table added --- docs/Configuratie.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/docs/Configuratie.md b/docs/Configuratie.md index 659a4177..ea2b81ca 100644 --- a/docs/Configuratie.md +++ b/docs/Configuratie.md @@ -1,6 +1,44 @@ # Configuratie ## Mapping van XXLLNC zaken (opgehaald via search endpoint) -Gebaseerd op: +Gebaseerd op: https://github.com/CommonGateway/WooBundle/blob/main/Installation/Mapping/woo.xxllncCaseToWoo.mapping.json + +| Woo publicatie | Zaaksysteem case | +|-------------------------------|--------------------------------------------------------| +| UUID | case.class_uuid | +| ID | id | +| Object_ID | object_id | +| Portal_url | (Empty) | +| Behandelend_bestuursorgaan | (Empty) | +| Ontvanger_informatieverzoek | (Empty) | +| Volgnummer | (Empty) | +| Titel | values.case.casetype.name | +| Beschrijving | values.case.subject | +| Samenvatting | values.case.subject | +| Categorie | values.attribute.woo_categorie | +| Verzoeker | values.case.requestor.name | +| Ontvangstdatum | values.case.date_of_registration | +| Besluitdatum | values.case.date_target | +| Behandelstatus | values.case.status | +| Besluit | (Empty) | +| Termijnoverschrijding | (Empty) | +| URL_informatieverzoek | (Empty) | +| URL_inventarisatielijst | (Empty) | +| URL_besluit | (Empty) | +| Geografisch_gebied | (Empty) | +| BAG_ID | (Empty) | +| BGT_ID | (Empty) | +| Postcodegebied | (Empty) | +| Adres | (Empty) | +| COORDS | (Empty) | +| Geografische_positie | (Empty) | +| Bijlagen | values.attribute.test_documenten | + +| Bijlage | values.attribute.test_documenten | +|------------------------------------|--------------------------------------------------------| +| Type_Bijlage | mimetype | +| Status_Bijlage | accepted | +| Tijdstip_laatste_wijziging_bijlage | (Empty) | +| Titel_Bijlage | filename | +| URL_Bijlage | (Empty) | -[table hier]