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