Click or drag to resize

DefaultCarepathEnrollmentServiceGetEligibleCarePaths Method

Gets the carepaths that the patient meets eligibility criteria for

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public 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

Implements

ICarePathwayEnrollmentServiceGetEligibleCarePaths(Patient)
See Also