SW patient age screen finalization
This commit is contained in:
parent
b57683eaf5
commit
c723deaf02
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ public class SWDefinition {
|
||||||
)
|
)
|
||||||
.add(new SWScreen(R.string.patientage)
|
.add(new SWScreen(R.string.patientage)
|
||||||
.skippable(false)
|
.skippable(false)
|
||||||
|
.add(new SWInfotext()
|
||||||
|
.label(R.string.patientage_summary))
|
||||||
|
.add(new SWBreak())
|
||||||
.add(new SWRadioButton()
|
.add(new SWRadioButton()
|
||||||
.option(R.array.ageArray, R.array.ageValues)
|
.option(R.array.ageArray, R.array.ageValues)
|
||||||
.preferenceId(R.string.key_age)
|
.preferenceId(R.string.key_age)
|
||||||
|
|
Loading…
Reference in a new issue