 | ICarePathwayEnrollmentServiceUnEnroll(Patient, Guid) Method |
Un-enrols the patient from the carepathway having key carePathwayKey
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxCarePlan UnEnroll(
Patient patient,
Guid carePathwayKey
)
Function UnEnroll (
patient As Patient,
carePathwayKey As Guid
) As CarePlan
CarePlan^ UnEnroll(
Patient^ patient,
Guid carePathwayKey
)
abstract UnEnroll :
patient : Patient *
carePathwayKey : Guid -> CarePlan Parameters
- patient Patient
- The patient which is to be un-enroled in the care pathway
- carePathwayKey Guid
- The care pathway from which the patient is to be un-enroled
Return Value
CarePlanThe care plan that was removed (marked obsolete)
See Also