Skip to content

Commit b933bcf

Browse files
authored
(feat) O3-5124: Add Patient Identifier Sticker configuration to Distro (#48)
* (feat) O3-5124: Add Patient Identifier Sticker configuration to Distro * Remove logo URL from patient ID sticker config
1 parent 6e37ca3 commit b933bcf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"report.patientIdSticker.fields.identifier": "true",
3+
"report.patientIdSticker.fields.name": "true",
4+
"report.patientIdSticker.fields.dob": "true",
5+
"report.patientIdSticker.fields.age": "true",
6+
"report.patientIdSticker.fields.gender": "true",
7+
"report.patientIdSticker.fields.fulladdress": "true",
8+
"report.patientIdSticker.fields.label.font.size": "2",
9+
"report.patientIdSticker.fields.label.value.font.size": "4",
10+
"report.patientIdSticker.fields.label.gap": "1mm",
11+
"report.patientIdSticker.stylesheet": "patientIdStickerFopStylesheet.xsl",
12+
"report.patientIdSticker.barcode": "true",
13+
"report.patientIdSticker.pages": "1",
14+
"report.patientIdSticker.size.height": "50mm",
15+
"report.patientIdSticker.size.width": "70mm",
16+
"report.patientIdSticker.header": "true"
17+
}

0 commit comments

Comments
 (0)