 | UpstreamDecisionSupportServiceCreateCarePlan(Patient) Method |
Create a new care plan (using all available protocols for which the patient is eligible)
Namespace: SanteDB.Client.UpstreamAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic CarePlan CreateCarePlan(
Patient patient
)
Public Function CreateCarePlan (
patient As Patient
) As CarePlan
public:
virtual CarePlan^ CreateCarePlan(
Patient^ patient
) sealed
abstract CreateCarePlan :
patient : Patient -> CarePlan
override CreateCarePlan :
patient : Patient -> CarePlan Parameters
- patient Patient
- The patient for which the care plan should be generated
Return Value
CarePlanThe generated care plan
Implements
IDecisionSupportServiceCreateCarePlan(Patient)
See Also