Questions tagged [carekit]

CareKit is Apple's framework that includes core modules for developing apps that help people better understand and manage their health. Modules available in CareKit: Care Card, Symptom and Measurement Tracker, Insights, Connect, Care Plan Store and Document Exporter.

The CareKit framework is used to develop apps that help people better understand and manage their health by creating dynamic care plans, tracking symptoms, connecting to care teams, etc.

The CareKit framework offers core modules that includes:

  • Care Card for displaying care plans
  • Symptom and Measurement Tracker for monitoring symptoms and tracking objective measurements
  • Insights for surfacing health tips and visualizing trends
  • Connect to engage care teams and family members as partners in your health journey
  • Care Plan Store for storing care data that the view modules use (built on top of Core Data)
  • Document Exporter to export care data to PDF or HTML

Quick Reference:

28 questions
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
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

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) ->…
2
votes
2 answers

How to customize Apple CareKit?

In CareKit there are Care Card and Symptom tracker. I'm not understanding how to customize Carecardviewcontroller and symptomtrackerviewcontroller. I don't want to use these view controllers but interested in using components of these view…
chandra mohan
  • 327
  • 1
  • 4
  • 19
2
votes
1 answer

Does the Apple Healthkit store a unique identifier (UUID) developers can retrieve?

Is there a unique identifier like a UUID attached to a Apple HealthKit, ResearchKit, or CareKit instance that would allow developers to know if the same user has multiple iPhones? Is there something that links a users healthKit to their iCloud…
2
votes
0 answers

Assigning weights/percentages to care card activities in Apple CareKit

Is there a way to assign relative weights to OCKCarePlanActivity instances, to differentiate their priorities (and enable adding optional activities)? For example, "jogging" and "taking chemo drug" would have very different priorities, but all…
Kevin Qi
  • 3,220
  • 2
  • 22
  • 24
1
vote
1 answer

How to make CareKitUI Bar Charts compatible with SwiftUI

Currently, there is limited support for CareKit using SwiftUI. I understand, generally, the idea of making an object conforming to UIViewRepresentable, but am struggling to get going with how this would work in practice. The following is example…
GarethPrice
  • 1,072
  • 2
  • 14
  • 25
1
vote
1 answer

How to change the stroke width in a CareKit graph?

I'm trying to display a graph in my app using CareKit-UI. But the default stroke width is huge and I'd like to change it. I tried to use OCKDimensionStyler and overriding the lineWidth1 property, but it failed at updating the graph's main…
Clément Cardonnel
  • 4,232
  • 3
  • 29
  • 36
1
vote
0 answers

CareKit - Update activity status from start to end date in iOS

There is problem with update OCKCarePlanEvent status as completed in OCKCarePlanStore from it's start to end date of an activity(OCKCarePlanActivity) Explanation: I have JSON from which i want to update events of activity from it's start to end…
1
vote
0 answers

Xamarin support for IOS carekit

Does xamarin has apis to work with the IOS carekit ? https://github.com/carekit-apple/CareKit
Sowmyan Soman
  • 853
  • 1
  • 9
  • 21
1
vote
1 answer

Displaying Video in CareKit.

Anybody familiar with Carekit can walk me through how to display a video on the instructions portion of care card. There is an option to add a photo through imageURL using the OCKCarePlanActivity Class but not video. Thank you!!
0
votes
0 answers

Adding a detailed description to the nausea card

In my carekit application, the nausea card task(which actually shows the fecal incontinence(便失禁))is displayed as follows. var query4 = OCKEventQuery(for: date) query4.taskIDs = ["nausea4"] if let nauseaTask =…
0
votes
0 answers

How to build CareKit sample apps

I want to investigate Apple CareKit by running the two included sample apps as mentioned in the ReadMe on GitHub: https://github.com/carekit-apple/CareKit There are apparently two sample apps: OCKCatalog OSKSample But when I look at the respective…
de.
  • 7,068
  • 3
  • 40
  • 69
0
votes
0 answers

I'm looking for direction to better understand CareKit/CareKitStore in comparison with CoreData

This is my first post here, but have been here many times - I always appreciate the help :) Also, I have Aspergers and am a literal person and sometimes miss things are more apparent to others. I'm currently learning Swift UI in Xcode 14 and have…
Fitz
  • 21
  • 3
1
2