CareKit icon indicating copy to clipboard operation
CareKit copied to clipboard

Create Systolic and Diastolic values in single screen using ResearchKit

Open SiddharthMurugaiyanS opened this issue 4 years ago • 2 comments

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

SiddharthMurugaiyanS avatar Dec 16 '20 10:12 SiddharthMurugaiyanS

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

Andrea

andreaxricci avatar Dec 24 '20 04:12 andreaxricci

@SiddharthMurugaiyanS Did Andrea's suggestion help?

erik-apple avatar Jan 28 '21 16:01 erik-apple