From 2c855a873fa49c33f9fbc7bf4798a2b4b9a352d6 Mon Sep 17 00:00:00 2001 From: jnsereko Date: Tue, 14 Oct 2025 15:44:00 +0300 Subject: [PATCH] (feat) O3-5124: Add Patient Identifier Sticker configuration to Distro --- .../jsonkeyvalues/patientIdPreportConfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json diff --git a/configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json b/configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json new file mode 100644 index 0000000..670722c --- /dev/null +++ b/configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json @@ -0,0 +1,18 @@ +{ + "report.patientIdSticker.fields.identifier": "true", + "report.patientIdSticker.fields.name": "true", + "report.patientIdSticker.fields.dob": "true", + "report.patientIdSticker.fields.age": "true", + "report.patientIdSticker.fields.gender": "true", + "report.patientIdSticker.fields.fulladdress": "true", + "report.patientIdSticker.fields.label.font.size": "2", + "report.patientIdSticker.fields.label.value.font.size": "4", + "report.patientIdSticker.fields.label.gap": "1mm", + "report.patientIdSticker.stylesheet": "patientIdStickerFopStylesheet.xsl", + "report.patientIdSticker.logourl": "web/module/resources/OpenMRS_logo.png", + "report.patientIdSticker.barcode": "true", + "report.patientIdSticker.pages": "1", + "report.patientIdSticker.size.height": "50mm", + "report.patientIdSticker.size.width": "70mm", + "report.patientIdSticker.header": "true" +}