 | ICarePathwayEnrollmentServiceEnroll(Patient, CarePathwayDefinition) Method |
Enrol the patient in the specified carePathway
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxCarePlan Enroll(
Patient patient,
CarePathwayDefinition carePathway
)
Function Enroll (
patient As Patient,
carePathway As CarePathwayDefinition
) As CarePlan
CarePlan^ Enroll(
Patient^ patient,
CarePathwayDefinition^ carePathway
)
abstract Enroll :
patient : Patient *
carePathway : CarePathwayDefinition -> CarePlan Parameters
- patient Patient
- The patient to be enrolled
- carePathway CarePathwayDefinition
- The care pathway which is to be enrolled in
Return Value
CarePlanThe care plan representing the registration into the care pathway
See Also