SW patient age screen finalization
This commit is contained in:
parent
b57683eaf5
commit
c723deaf02
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue