Click or drag to resize

UpstreamDecisionSupportServiceCreateCarePlan(Patient, Boolean) Method

Create a new care plan (using all available protocols which the patient is eligible) and group the instructions as PatientEncounter instances

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
)

Parameters

patient  Patient
The patient for which the care plan is being generated
groupAsEncounters  Boolean
True if the produced care plan instructions should be grouped into encounters

Return Value

CarePlan
The generated care plan

Implements

IDecisionSupportServiceCreateCarePlan(Patient, Boolean)
See Also