Click or drag to resize

ICarePlanServiceCreateCarePlan Method (Patient, Boolean, IDictionaryString, Object, IClinicalProtocol)

Creates a care plan for the specified patient, using only the protocols provided

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,
	params IClinicalProtocol[] protocols
)

Parameters

patient
Type: SanteDB.Core.Model.RolesPatient
The patient for which the care plan is being generated
groupAsEncounters
Type: SystemBoolean
True if the suggested actions are to be grouped into PatientEncounter instances
parameters
Type: System.Collections.GenericIDictionaryString, Object
The custom parameters that the caller is passing to the care-planner
protocols
Type: SanteDB.Core.ProtocolIClinicalProtocol
The protocols which the care plan should be restricted to

Return Value

Type: CarePlan
The generated care plan
See Also