Click or drag to resize

SimpleCarePlanServiceCreateCarePlan Method (Patient, Boolean)

Create a care plan

Namespace:  SanteDB.Core.Protocol
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public CarePlan CreateCarePlan(
	Patient p,
	bool asEncounters
)

Parameters

p
Type: SanteDB.Core.Model.RolesPatient
The patient to calculate the care plan for
asEncounters
Type: SystemBoolean
True if the data should be grouped as an encounter

Return Value

Type: CarePlan

[Missing <returns> documentation for "M:SanteDB.Core.Protocol.SimpleCarePlanService.CreateCarePlan(SanteDB.Core.Model.Roles.Patient,System.Boolean)"]

Implements

ICarePlanServiceCreateCarePlan(Patient, Boolean)
See Also