 | DefaultCarepathEnrollmentServiceGetEnrolledCarePaths Method |
Get all the care pathways in which the patient is enrolled (i.e. has an active care plan)
Namespace: SanteDB.Core.Services.ImplAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IEnumerable<CarePathwayDefinition> GetEnrolledCarePaths(
Patient patient
)
Public Function GetEnrolledCarePaths (
patient As Patient
) As IEnumerable(Of CarePathwayDefinition)
public:
virtual IEnumerable<CarePathwayDefinition^>^ GetEnrolledCarePaths(
Patient^ patient
) sealed
abstract GetEnrolledCarePaths :
patient : Patient -> IEnumerable<CarePathwayDefinition>
override GetEnrolledCarePaths :
patient : Patient -> IEnumerable<CarePathwayDefinition> Parameters
- patient Patient
- The patient for which the enrolled care plans should be fetched
Return Value
IEnumerableCarePathwayDefinitionThe enrolled carepaths
Implements
ICarePathwayEnrollmentServiceGetEnrolledCarePaths(Patient)
See Also