Click or drag to resize

ICarePathwayEnrollmentServiceTryGetEnrollment(Patient, Guid, CarePlan) Method

Determines if patient is enrolled in care pathway with key carePathwayKey

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

Parameters

patient  Patient
The patient to check for enrolment
carePathwayKey  Guid
The care pathway which enrolment is to be checked
carePlan  CarePlan
The care plan which is registered

Return Value

Boolean
True if patient is enrolled in carePathwayKey
See Also