 | ICarePathwayEnrollmentServiceRecomputeOrEnroll Method |
Recompute the care plan for patient in pathway pathwayId
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxCarePlan RecomputeOrEnroll(
Patient patient,
Guid pathwayId
)
Function RecomputeOrEnroll (
patient As Patient,
pathwayId As Guid
) As CarePlan
CarePlan^ RecomputeOrEnroll(
Patient^ patient,
Guid pathwayId
)
abstract RecomputeOrEnroll :
patient : Patient *
pathwayId : Guid -> CarePlan Parameters
- patient Patient
- The patient for which the care pathway is to be re-computed
- pathwayId Guid
- The care pathways identifier to be re-computed
Return Value
CarePlanThe updated care plan
See Also