 | SimpleDecisionSupportServiceCreateCarePlan(Patient) Method |
Create a care plan for the specified patient
Namespace: SanteDB.Core.CdssAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic CarePlan CreateCarePlan(
Patient p
)
Public Function CreateCarePlan (
p As Patient
) As CarePlan
public:
virtual CarePlan^ CreateCarePlan(
Patient^ p
) sealed
abstract CreateCarePlan :
p : Patient -> CarePlan
override CreateCarePlan :
p : Patient -> CarePlan Parameters
- p Patient
[Missing <param name="p"/> documentation for "M:SanteDB.Core.Cdss.SimpleDecisionSupportService.CreateCarePlan(SanteDB.Core.Model.Roles.Patient)"]
Return Value
CarePlan[Missing <returns> documentation for "M:SanteDB.Core.Cdss.SimpleDecisionSupportService.CreateCarePlan(SanteDB.Core.Model.Roles.Patient)"]
Implements
IDecisionSupportServiceCreateCarePlan(Patient)
See Also