Click or drag to resize

SimpleDecisionSupportServiceCreateCarePlan(Patient) Method

Create a care plan for the specified patient

Namespace: SanteDB.Core.Cdss
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public CarePlan CreateCarePlan(
	Patient p
)

Parameters

p  Patient

[Missing <param name="p"/> documentation for "M:SanteDB.Core.Cdss.SimpleDecisionSupportService.CreateCarePlan(SanteDB.Core.Model.Roles.Patient)"]

Return Value

CarePlan

[Missing <returns> documentation for "M:SanteDB.Core.Cdss.SimpleDecisionSupportService.CreateCarePlan(SanteDB.Core.Model.Roles.Patient)"]

Implements

IDecisionSupportServiceCreateCarePlan(Patient)
See Also