Questions tagged [researchkit]

ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.

ResearchKit is an open source framework introduced by Apple that allows researchers and developers to create powerful apps for medical research. Easily create visual consent flows, real-time dynamic active tasks, and surveys using a variety of customizable modules that you can build upon and share with the community. And since ResearchKit works seamlessly with HealthKit, researchers can access even more relevant data for their studies — like daily step counts, calorie use, and heart rate.

125 questions
-1
votes
3 answers

Attempt to present on whose view is not in the window hierarchy

I am working on a project using ResearchKit, so I send the user into the task I create: let taskViewController = ORKTaskViewController(task: SurveyTask, taskRunUUID: nil) taskViewController.delegate = self presentViewController(taskViewController,…
asheyla
  • 3,175
  • 5
  • 18
  • 34
-1
votes
1 answer

How to create multiple choice answer format using Research Kit?

How to create multiple choice answer format using Research Kit. I know I have to useORKTextChoiceAnswerFormat but unable to find some code. Can any body help ?
Ankit Goyal
  • 3,019
  • 1
  • 21
  • 26
-1
votes
1 answer

How to use ORKBooleanAnswerFormat?

I want to create a Research Kit survey with boolean answer. Can anybody know how to use it.
Ankit Goyal
  • 3,019
  • 1
  • 21
  • 26
-1
votes
1 answer

Apple Research kit example Asthma app doesn't run properly

I am trying out Apple research kit example Asthma, which I am able to run in emulator but i am not able to go past the tasks screen, it shows available tasks but doesn't load any questions based on it, i tried tracing code but its huge, can anyone…
vishal dharankar
  • 7,536
  • 7
  • 57
  • 93
-1
votes
1 answer

ResearchKit: How to get pedometer data (step count specifically) from ORKOrderedTask.fitnessCheckTaskWithIdentifier result

I added the ORKOrderedTask.fitnessCheckTaskWithIdentifier Task and it renders find in the UI. But unlike other simpler tasks containing scale/choice/date questions, I was not able to find the exact way to read the sensor data collected via…
Viral Patel
  • 32,418
  • 18
  • 82
  • 110
1 2 3
8
9