Click or drag to resize

DefaultCarepathEnrollmentServiceRecomputeOrEnroll Method

Recompute the care plan for patient in pathway pathwayId

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public 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

Implements

ICarePathwayEnrollmentServiceRecomputeOrEnroll(Patient, Guid)
See Also