| 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
)
Function CreateCarePlan (
patient As Patient,
groupAsEncounters As Boolean,
parameters As IDictionary(Of String, Object)
) As CarePlan
CarePlan^ CreateCarePlan(
Patient^ patient,
bool groupAsEncounters,
IDictionary<String^, Object^>^ parameters
)
abstract CreateCarePlan :
patient : Patient *
groupAsEncounters : bool *
parameters : IDictionary<string, Object> -> CarePlan
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:
CarePlanThe generated care plan
See Also