 | IDecisionSupportServiceCreateCarePlan(Patient) Method |
Create a new care plan (using all available protocols for which the patient is eligible)
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxCarePlan CreateCarePlan(
Patient patient
)
Function CreateCarePlan (
patient As Patient
) As CarePlan
CarePlan^ CreateCarePlan(
Patient^ patient
)
abstract CreateCarePlan :
patient : Patient -> CarePlan Parameters
- patient Patient
- The patient for which the care plan should be generated
Return Value
CarePlanThe generated care plan
See Also