 | 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.UpstreamAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic CarePlan CreateCarePlan(
Patient patient,
bool groupAsEncounters
)
Public Function CreateCarePlan (
patient As Patient,
groupAsEncounters As Boolean
) As CarePlan
public:
virtual CarePlan^ CreateCarePlan(
Patient^ patient,
bool groupAsEncounters
) sealed
abstract CreateCarePlan :
patient : Patient *
groupAsEncounters : bool -> CarePlan
override CreateCarePlan :
patient : Patient *
groupAsEncounters : bool -> CarePlan 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
CarePlanThe generated care plan
Implements
IDecisionSupportServiceCreateCarePlan(Patient, Boolean)
See Also