Click or drag to resize

ICarePathwayEnrollmentServiceRecomputeOrEnroll Method

Recompute the care plan for patient in pathway pathwayId

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
CarePlan RecomputeOrEnroll(
	Patient patient,
	Guid pathwayId
)

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

CarePlan
The updated care plan
See Also