| ICarePlanServiceCreateCarePlan Method (Patient, Boolean) |
Create a new care plan (using all available protocols which the patient is eligible) and group
the instructions as
PatientEncounter instances
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
)
Function CreateCarePlan (
patient As Patient,
groupAsEncounters As Boolean
) As CarePlan
CarePlan^ CreateCarePlan(
Patient^ patient,
bool groupAsEncounters
)
abstract CreateCarePlan :
patient : Patient *
groupAsEncounters : bool -> CarePlan
Parameters
- patient
- Type: SanteDB.Core.Model.RolesPatient
The patient for which the care plan is being generated - groupAsEncounters
- Type: SystemBoolean
True if the produced care plan instructions should be grouped into encounters
Return Value
Type:
CarePlanThe generated care plan
See Also