SW patient age screen finalization

This commit is contained in:
Milos Kozak 2018-05-20 22:01:32 +02:00
parent b57683eaf5
commit c723deaf02

View file

@ -141,6 +141,9 @@ public class SWDefinition {
)
.add(new SWScreen(R.string.patientage)
.skippable(false)
.add(new SWInfotext()
.label(R.string.patientage_summary))
.add(new SWBreak())
.add(new SWRadioButton()
.option(R.array.ageArray, R.array.ageValues)
.preferenceId(R.string.key_age)