Click or drag to resize

ICarePathwayEnrollmentServiceEnroll(Patient, Guid) Method

Enrol the patient in the specified carePathwayKey

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

Parameters

patient  Patient
The patient to be enrolled
carePathwayKey  Guid
The care pathway which is to be enrolled in

Return Value

CarePlan
The care plan representing the registration into the care pathway
See Also