diff --git a/configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json b/configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json new file mode 100644 index 0000000..0727dc6 --- /dev/null +++ b/configuration/backend_configuration/jsonkeyvalues/patientIdPreportConfig.json @@ -0,0 +1,17 @@ +{ + "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.barcode": "true", + "report.patientIdSticker.pages": "1", + "report.patientIdSticker.size.height": "50mm", + "report.patientIdSticker.size.width": "70mm", + "report.patientIdSticker.header": "true" +}