Click or drag to resize

UpstreamDecisionSupportServiceCreateCarePlan(Patient) Method

Create a new care plan (using all available protocols for which the patient is eligible)

Namespace: SanteDB.Client.Upstream
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public CarePlan CreateCarePlan(
	Patient patient
)

Parameters

patient  Patient
The patient for which the care plan should be generated

Return Value

CarePlan
The generated care plan

Implements

IDecisionSupportServiceCreateCarePlan(Patient)
See Also