Click or drag to resize

ICarePathwayEnrollmentService Methods

The ICarePathwayEnrollmentService type exposes the following members.

Methods
 NameDescription
Public methodEnroll(Patient, CarePathwayDefinition) Enrol the patient in the specified carePathway
Public methodEnroll(Patient, Guid) Enrol the patient in the specified carePathwayKey
Public methodGetEligibleCarePaths Gets the carepaths that the patient meets eligibility criteria for
Public methodGetEnrolledCarePaths Get all the care pathways in which the patient is enrolled (i.e. has an active care plan)
Public methodRecomputeOrEnroll Recompute the care plan for patient in pathway pathwayId
Public methodTryGetEnrollment(Patient, CarePathwayDefinition, CarePlan) Determines if patient is enrolled in carePathway
Public methodTryGetEnrollment(Patient, Guid, CarePlan) Determines if patient is enrolled in care pathway with key carePathwayKey
Public methodUnEnroll(Patient, CarePathwayDefinition) Un-enrols the patient from the carePathway
Public methodUnEnroll(Patient, Guid) Un-enrols the patient from the carepathway having key carePathwayKey
Top
See Also