Click or drag to resize

ICarePathwayEnrollmentServiceGetEligibleCarePaths Method

Gets the carepaths that the patient meets eligibility criteria for

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<CarePathwayDefinition> GetEligibleCarePaths(
	Patient patient
)

Parameters

patient  Patient
The for which eligibility should be determined

Return Value

IEnumerableCarePathwayDefinition
The care pathways that the patient is eligible to enrol in
See Also