 | ICarePathwayEnrollmentServiceGetEligibleCarePaths Method |
Gets the carepaths that the patient meets eligibility criteria for
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<CarePathwayDefinition> GetEligibleCarePaths(
Patient patient
)
Function GetEligibleCarePaths (
patient As Patient
) As IEnumerable(Of CarePathwayDefinition)
IEnumerable<CarePathwayDefinition^>^ GetEligibleCarePaths(
Patient^ patient
)
abstract GetEligibleCarePaths :
patient : Patient -> IEnumerable<CarePathwayDefinition> Parameters
- patient Patient
- The for which eligibility should be determined
Return Value
IEnumerableCarePathwayDefinitionThe care pathways that the patient is eligible to enrol in
See Also