Click or drag to resize

ICarePlanServiceCreateCarePlan Method (Patient, Boolean, IDictionaryString, Object)

Creates a care plan for the patient providing custom parameters (such as reference data)

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
CarePlan CreateCarePlan(
	Patient patient,
	bool groupAsEncounters,
	IDictionary<string, Object> parameters
)

Parameters

patient
Type: SanteDB.Core.Model.RolesPatient
The patient for which the care plan is being generated
groupAsEncounters
Type: SystemBoolean
When true, instructs the care plan service to group suggested actions into PatientEncounter
parameters
Type: System.Collections.GenericIDictionaryString, Object
Custom parameters which the caller wishes to pass to the planner

Return Value

Type: CarePlan
The generated care plan
See Also