| ICarePlanServiceCreateCarePlan Method (Patient) |
Create a new care plan (using all available protocols for which the patient is eligible)
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax CarePlan CreateCarePlan(
Patient patient
)
Function CreateCarePlan (
patient As Patient
) As CarePlan
CarePlan^ CreateCarePlan(
Patient^ patient
)
abstract CreateCarePlan :
patient : Patient -> CarePlan
Parameters
- patient
- Type: SanteDB.Core.Model.RolesPatient
The patient for which the care plan should be generated
Return Value
Type:
CarePlanThe generated care plan
See Also