ICare |
The ICarePathwayEnrollmentService type exposes the following members.
| Name | Description | |
|---|---|---|
| Enroll(Patient, CarePathwayDefinition) | Enrol the patient in the specified carePathway | |
| Enroll(Patient, Guid) | Enrol the patient in the specified carePathwayKey | |
| GetEligibleCarePaths | Gets the carepaths that the patient meets eligibility criteria for | |
| GetEnrolledCarePaths | Get all the care pathways in which the patient is enrolled (i.e. has an active care plan) | |
| RecomputeOrEnroll | Recompute the care plan for patient in pathway pathwayId | |
| TryGetEnrollment(Patient, CarePathwayDefinition, CarePlan) | Determines if patient is enrolled in carePathway | |
| TryGetEnrollment(Patient, Guid, CarePlan) | Determines if patient is enrolled in care pathway with key carePathwayKey | |
| UnEnroll(Patient, CarePathwayDefinition) | Un-enrols the patient from the carePathway | |
| UnEnroll(Patient, Guid) | Un-enrols the patient from the carepathway having key carePathwayKey |