Click or drag to resize

UpstreamDecisionSupportServiceCreateCarePlan(Patient, Boolean, IDictionaryString, Object, ICdssLibrary) Method

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

Namespace: SanteDB.Client.Upstream
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public CarePlan CreateCarePlan(
	Patient patient,
	bool groupAsEncounters,
	IDictionary<string, Object> parameters,
	params ICdssLibrary[] librariesToUse
)

Parameters

patient  Patient
The patient for which the care plan is being generated
groupAsEncounters  Boolean
True if the suggested actions are to be grouped into PatientEncounter instances
parameters  IDictionaryString, Object
The custom parameters that the caller is passing to the care-planner
librariesToUse  ICdssLibrary
The libraries from which the care plan should be restricted to

Return Value

CarePlan
The generated care plan

Implements

IDecisionSupportServiceCreateCarePlan(Patient, Boolean, IDictionaryString, Object, ICdssLibrary)
See Also