Click or drag to resize

ICarePathwayEnrollmentServiceEnroll(Patient, CarePathwayDefinition) Method

Enrol the patient in the specified carePathway

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

Parameters

patient  Patient
The patient to be enrolled
carePathway  CarePathwayDefinition
The care pathway which is to be enrolled in

Return Value

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