From 54c77a7d3b28cb7944e440c61e49c83a51932b26 Mon Sep 17 00:00:00 2001 From: lawrence Date: Thu, 15 Feb 2024 11:10:29 +0300 Subject: [PATCH] Add forms --- .../examen des syst\303\250mes .json" | 23 +++++++++++++++++++ .../ampathforms/motif de consultation.json | 23 +++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git "a/distro/configs/openmrs/initializer_config/ampathforms/examen des syst\303\250mes .json" "b/distro/configs/openmrs/initializer_config/ampathforms/examen des syst\303\250mes .json" index e69de29..a78d1f9 100644 --- "a/distro/configs/openmrs/initializer_config/ampathforms/examen des syst\303\250mes .json" +++ "b/distro/configs/openmrs/initializer_config/ampathforms/examen des syst\303\250mes .json" @@ -0,0 +1,23 @@ +{ + "name": "Examen des systemes", + "description": "Examen des systemes form", + "version": "1", + "published": true, + "retired": false, + "encounter": "examen des systemes", + "processor": "EncounterFormProcessor", + "uuid": "xxxx", + "referencedForms": [], + "pages": [ + { + "label": "Examen des systemes", + "sections": [ + { + "isExpanded": "true", + "label": "Examen des systemes", + "questions": [] + } + ] + } + ] +} \ No newline at end of file diff --git a/distro/configs/openmrs/initializer_config/ampathforms/motif de consultation.json b/distro/configs/openmrs/initializer_config/ampathforms/motif de consultation.json index e69de29..f24ce72 100644 --- a/distro/configs/openmrs/initializer_config/ampathforms/motif de consultation.json +++ b/distro/configs/openmrs/initializer_config/ampathforms/motif de consultation.json @@ -0,0 +1,23 @@ +{ + "name": "Motif de consultation", + "description": "Motif de consultation form", + "version": "1", + "published": true, + "retired": false, + "encounter": "Motif de consultation", + "processor": "EncounterFormProcessor", + "uuid": "xxxx", + "referencedForms": [], + "pages": [ + { + "label": "Motif de consultation", + "sections": [ + { + "isExpanded": "true", + "label": "Motif de consultation", + "questions": [] + } + ] + } + ] +} \ No newline at end of file