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
vote
1 answer

ResearchKit Cancel button not working

I am working on a project(Swift) using the ResearchKit and my Cancel bar button is not working. I have found the following methods that should make it work - (void)setCancelButtonItem:(UIBarButtonItem *)cancelButtonItem { [super…
asheyla
  • 3,175
  • 5
  • 18
  • 34
1
vote
1 answer

Are extra localizations in Apple's ResearchKit causing the iOS App Store to incorrectly assume that our app is localized for many extra languages?

We just release an app based on Apple's ResearchKit. In the App Store, the listing indicates that the app supports many different languages, although we only specified two in the metadata in iTunesConnect. This question, Change iOS App List of…
1
vote
2 answers

Collect/access ResearchKit results and save to file

Overview: I am developing my first application. It collects user location information for tracking a bicycle ride. I save the contents to a .txt file (coordinate information and attribute information) The user can then export their data out of the…
Nikolai
  • 243
  • 3
  • 15
1
vote
1 answer

How to create individual consent pages on ResearchKit?

I am using Xcode 7.1.1 coding with ResearchKit on Swift for iPhone iOS 9.1. I am trying to create the consent pages and have been looking online trying to find examples to no success. From…
Tendouji
  • 11
  • 3
1
vote
1 answer

Could not collect Heart rate at the end of a fitness task from ios ResearchKit

I wear an Apple Watch, which collects my heart rate periodically and sends it to the Health App in my iPhone. Now I have created a Fitness task (code below) and trying to read the heartrate of the user's activity. but could not. It says Error No…
Mj.B
  • 191
  • 9
1
vote
1 answer

Capture an image of a skin rash in ResearchKit

I am working on Apple ResearchKit application for Lupus patients. I have already put some surveys and a task for walking activity. Now I need capture image of a skin rash at frequent intervals, save it inside the app only (not in photos app) and…
Prateek Chaubey
  • 653
  • 2
  • 10
  • 24
1
vote
3 answers

ResearchKit: Change choices based on previous response

Im working on Survey app using ResearchKit and I need to change the values of the next question based on the previous response. Example: Question 1: How many cars do you have? - 1 Car - 2 Cars - 3 Cars - 4 Cars - xx Cars Question 2: Which is your…
FelipeOliveira
  • 759
  • 8
  • 21
1
vote
0 answers

Swift - dynamically initialise ResearchKit classes based on a server response

ResearchKit has ORKOrderedTask a class to add steps like Instruction, Survey, Activity to it. Through class mapping I determine the given response from server comes under which step. And my mapping is as follows let classMapping =…
rootcoder
  • 187
  • 2
  • 13
1
vote
3 answers

Swift ResearchKit makePDFWithCompletionHandler

I'm currently working on a medical research app in swift, based on the ResearchKit framework (which is written in objective-c). I have the signature assigned to the consent document and I'm trying to create a PDF using makePDFWithCompletionHandler…
Ayaan
  • 57
  • 7
1
vote
1 answer

Assign ViewController to Class or vice versa

i am new to Swift and i started to play around with ResearchKit. I created a custom class, which is basically the model and i want to connect this with the (also custom ) viewController. In the API i found this. To present an active step in your…
plasmid0h
  • 186
  • 2
  • 13
1
vote
0 answers

Can I bind the Apple ResearchKit framework using Objective Sharpie?

If it's possible, can someone help me on how to do it? I am new to using Objective Sharpie of Xamarin.
1
vote
2 answers

How can i change the color of the predefined buttons in apple research kit

I am trying to make a survey using Apple's ResearchKit but I couldn't find how to change the color of the predefined buttons. They are blue but I want to make them of a different color. How to do this?
Heger
  • 17
  • 6
1
vote
0 answers

How to use research Kit framework in Xamarin

I am making a health app using researchKit. I want to do this in Xamarin as I already have a lot of shared code which can be used in Xamarin. However, research Kit has not been integrated into Xamarin . I am thinking of binding the framework to my…
1
vote
1 answer

ResearchKit headers not able to import in Xcode

I am making an app using the ResearchKit framework of Apple. I have followed the installation guide of ResearchKit on GitHub and added the files to my project. Now when I am trying to import the header files of this framework, I get an error: File…
0
votes
0 answers

ResearchKit RELEASE build error: module "ResearchKit" not found

When running the project in DEBUG the project builds with ResearchKit fine. When trying to release a TestFlight build, or when building in RELEASE the Xcode project can not find the module "ResearchKit". It seems, something in Xcode (the build…
1 2 3
8 9