carekit-apple / CareKit

CareKit is an open source software framework for creating apps that help people better understand and manage their health.
https://www.researchandcare.org
Other
2.4k stars 443 forks source link

Create Systolic and Diastolic values in single screen using ResearchKit #533

Open SiddharthMurugaiyanS opened 3 years ago

SiddharthMurugaiyanS commented 3 years ago

How to fetch the user entries of Systolic and Diastolic in the same screen. Currently we can achieve this using separate screens and update the values when user logged using below snippet

controller.appendOutcomeValue(value: answer, at: IndexPath(item: 0, section: 0), completion: nil)

it will be helpful if there is any suggestion to unit 2 screens in to 1 screen

andreaxricci commented 3 years ago

hi @SiddharthMurugaiyanS, I had a similar question. This ticket can probably help: https://github.com/carekit-apple/CareKit/issues/473

Andrea

erik-apple commented 3 years ago

@SiddharthMurugaiyanS Did Andrea's suggestion help?