 | DefaultCarepathEnrollmentServiceGetEligibleCarePaths Method |
Gets the carepaths that the patient meets eligibility criteria for
Namespace: SanteDB.Core.Services.ImplAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IEnumerable<CarePathwayDefinition> GetEligibleCarePaths(
Patient patient
)
Public Function GetEligibleCarePaths (
patient As Patient
) As IEnumerable(Of CarePathwayDefinition)
public:
virtual IEnumerable<CarePathwayDefinition^>^ GetEligibleCarePaths(
Patient^ patient
) sealed
abstract GetEligibleCarePaths :
patient : Patient -> IEnumerable<CarePathwayDefinition>
override 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
Implements
ICarePathwayEnrollmentServiceGetEligibleCarePaths(Patient)
See Also