Skip to content

Commit

Permalink
docs: Reorder synchronized entities in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Jul 15, 2024
1 parent 8223515 commit 0aec7dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ An example application of [CareKit](https://github.com/carekit-apple/CareKit)'s

ParseCareKit synchronizes the following entities to Parse tables/classes using [Parse-Swift](https://github.com/netreconlab/Parse-Swift):

- [x] OCKTask <-> Task
- [x] OCKHealthKitTask <-> HealthKitTask
- [x] OCKOutcome <-> Outcome
- [x] OCKRevisionRecord.KnowledgeVector <-> Clock
- [x] OCKPatient <-> Patient
- [x] OCKCarePlan <-> CarePlan
- [x] OCKContact <-> Contact
- [x] OCKTask <-> Task
- [x] OCKHealthKitTask <-> HealthKitTask
- [x] OCKOutcome <-> Outcome
- [x] OCKRevisionRecord <-> RevisionRecord

**Use at your own risk. There is no promise that this is HIPAA compliant and we are not responsible for any mishandling of your data**

Expand Down

0 comments on commit 0aec7dc

Please sign in to comment.