 | DefaultCarepathEnrollmentServiceRecomputeOrEnroll Method |
Recompute the care plan for patient in pathway pathwayId
Namespace: SanteDB.Core.Services.ImplAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic CarePlan RecomputeOrEnroll(
Patient patient,
Guid pathwayId
)
Public Function RecomputeOrEnroll (
patient As Patient,
pathwayId As Guid
) As CarePlan
public:
virtual CarePlan^ RecomputeOrEnroll(
Patient^ patient,
Guid pathwayId
) sealed
abstract RecomputeOrEnroll :
patient : Patient *
pathwayId : Guid -> CarePlan
override 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
Implements
ICarePathwayEnrollmentServiceRecomputeOrEnroll(Patient, Guid)
See Also