Structures
The following structures are available globally.
-
An
See morePCKCarePlanis the ParseCareKit equivalent ofOCKCarePlan. AnOCKCarePlanrepresents a set of tasks, including both interventions and assesments, that a patient is supposed to complete as part of his or her treatment for a specific condition. For example, a care plan for obesity may include tasks requiring the patient to exercise, record their weight, and log meals. As the care plan evolves with the patient’s progress, the care provider may modify the exercises and include notes each time about why the changes were made.Declaration
Swift
public struct PCKCarePlan : PCKVersionable -
An
See morePCKContactis the ParseCareKit equivalent ofOCKContact. AnOCKContactrepresents a contact that a user may want to get in touch with. A contact may be a care provider, a friend, or a family member. Contacts must have at least a name, and may optionally have numerous other addresses at which to be contacted.Declaration
Swift
public struct PCKContact : PCKVersionable -
An
See morePCKHealthKitTaskis the ParseCareKit equivalent ofOCKHealthKitTask. AnOCKHealthKitTaskrepresents some task or action that a patient is supposed to perform. Tasks are optionally associable with anOCKCarePlanand must have a unique id and schedule. The schedule determines when and how often the task should be performed, and theimpactsAdherenceflag may be used to specify whether or not the patients adherence to this task will affect their daily completion rings.Declaration
Swift
public struct PCKHealthKitTask : PCKVersionable -
An
See morePCKOutcomeis the ParseCareKit equivalent ofOCKOutcome. AnOCKOutcomerepresents the outcome of an event corresponding to a task. An outcome may have 0 or more values associated with it. For example, a task that asks a patient to measure their temperature will have events whose outcome will contain a single value representing the patient’s temperature.Declaration
Swift
public struct PCKOutcome : PCKVersionable, PCKSynchronizable -
An
See morePCKPatientis the ParseCareKit equivalent ofOCKPatient. AnOCKPatientrepresents a patient.Declaration
Swift
public struct PCKPatient : PCKVersionable -
An
See morePCKTaskis the ParseCareKit equivalent ofOCKTask. AnOCKTaskrepresents some task or action that a patient is supposed to perform. Tasks are optionally associable with anOCKCarePlanand must have a unique id and schedule. The schedule determines when and how often the task should be performed, and theimpactsAdherenceflag may be used to specify whether or not the patients adherence to this task will affect their daily completion rings.Declaration
Swift
public struct PCKTask : PCKVersionable
View on GitHub
Install in Dash
Structures Reference