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
25
votes
2 answers

Does Google Scholar have an API available that we can use in our research applications?

I am working on a research publication and collaboration project that has a literature search feature in it. Google Scholar seems like it will work since it is an open source tool, but when I researched Google Scholar, I could not find any…
Asma Imtiaz
  • 467
  • 1
  • 6
  • 12
5
votes
0 answers

Using CareKit in SwiftUI

I've been struggling with CareKit for past few days and I were unable to use CareKit in my SwiftUI project. It would be so great if I could get a really really simple project on SwiftUI. Also how can I use only one specific Card? for example only…
arata
  • 859
  • 1
  • 8
  • 23
4
votes
1 answer

Is there any framework in android equivalent to Apple's carekit and researchkit?

Looking for any alternative to Apple's CareKit and ResearchKit for android.
Prasanya
  • 57
  • 2
4
votes
1 answer

Argument type 'Int' does not conform to expected type 'NSCoding & NSCopying & NSObjectProtocol'

I am new to Swift and was trying some tutorials to learn and polish my knowledge on Swift. I stumbled upon above error in this code which I didn't understand. In case anyone of you have idea, please explain whats wrong here. let textChoices = …
Amit Gupta
  • 192
  • 2
  • 13
4
votes
1 answer

How I can make a pdf file of survey results in ResearchKit?

I am doing this code and stuck to make the pdf with survey result. Can anyone help to make an pdf file of result of survey task. Thanks in advance. func taskViewController(taskViewController: ORKTaskViewController, didFinishWithReason reason:…
Nakul Sharma
  • 600
  • 1
  • 16
  • 23
3
votes
2 answers

The bundle at 'my_app.app/ResearchKit/ResearchKit/Info.plist' does not contain a bundle executable

Update XCode Version: 8.2 iOS Target: 9 Hopefully some can point out to me that this is not a bug. Very simply I pulled the latest stable version of researckKit, and I dropped the .xcodeproj file into my new iOS project, added the embedded binary. I…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
3
votes
1 answer

Archiving ResearchKit App: Getting "ld: symbol(s) not found for architecture arm64"

I'm working on some prototype which uses ResearchKit. Everything works great when I run the app from XCode either using an iP6 or a simulator. The error shows up when I try to archive my app. I'm getting the following error: Undefined symbols for…
sebastianr
  • 657
  • 1
  • 7
  • 10
3
votes
0 answers

ResearchKit optional and conditional step (survey task)

How can I specify a step where user will be redirect to when he clicks on ‘skip‘ button in a step with predicate navigation rules ? For now it redirects to the start of the task. Here is the optional step : // multiple choices question let…
Damien
  • 3,322
  • 3
  • 19
  • 29
3
votes
1 answer

How to disable next button in a custom active step using ResearchKit in Swift 2.2?

I am very new to ResearchKit and I have just created my own custom active step along with a view controller and I need the next button to be disabled for a short period of time. I am not sure how to accomplish this at the moment. I discovered I…
fr0z3n2
  • 31
  • 3
3
votes
1 answer

Can I use ResearchKit without HealthKit?

It's not necessarily a code question but more a restriction and/or limitation and/or understanding of Apple's privacy policies around ResearchKit and HealthKit. Do I have to use HealthKit in order to use ResearchKit (my assumption based on code is…
Hugues BR
  • 2,238
  • 1
  • 20
  • 26
3
votes
1 answer

What is the ResearchKit class prefix "ORK" an abbreviation for?

ResearchKit's classes (etc.) use "ORK" as a class prefix: ORKConsentDocument, ORKTaskViewController, ORKVisualConsentStep, etc. I hypothesize the RK stands for ResearchKit, but what about the O? I'm looking for an official or authoritative source;…
Aaron Brager
  • 65,323
  • 19
  • 161
  • 287
2
votes
0 answers

WWDC ResearchKit + CareKit - Thread 1: Fatal error: Failed to extract answers from check in survey

Good morning everyone - hope everyone is doing well! I am learning to use ResearchKit and CareKit from the WWDC code-along. The pre-completed code-along file works great. The way they have it set up is there is a survey with a couple of sliding…
Fitz
  • 21
  • 3
2
votes
1 answer

How to remove 'cancel button' in a ResearchKit survey

I've made a ResearchKit survey with 11 steps, but I'd like to remove the default cancel button that's on the bottom of every question. I've come across this command: stepViewController.cancelButtonItem = nil; But I can't seem to find the right…
2
votes
0 answers

ResearchStack InformedConsent ConsentVisualStep deprecated method problem

I am currently building an Android app using ResearchStack to conduct studies. It is the Android version of ResearchKit. Maybe someone with experience in ResearchKit can also help me. I've used the following example to adapt it to my…
Leyn
  • 21
  • 3
2
votes
1 answer

CareKit and ResearchKit conflict

I have a problem with types of results form surveys. If I use CareKit / HealthKit surveys, everything is fine, when I want to mix it with ResearchKit surveys - I have error in method below: func buildCarePlanResultFrom(taskResult: ORKTaskResult) ->…
1
2 3
8 9