IDecision |
The IDecisionSupportService type exposes the following members.
| Name | Description | |
|---|---|---|
| Analyze | Instructs the implementation to analyze the data for collectedData according to the protocols specified in librariesToApply | |
| AnalyzeGlobal | Instructs the implementation to analyze the data provided in collectedData using every registered clinical protocol in the SanteDB instance. | |
| CreateCarePlan(Patient) | Create a new care plan (using all available protocols for which the patient is eligible) | |
| CreateCarePlan(Patient, Boolean) | Create a new care plan (using all available protocols which the patient is eligible) and group the instructions as PatientEncounter instances | |
| CreateCarePlan(Patient, Boolean, IDictionaryString, Object, ICdssLibrary) | Creates a care plan for the specified patient, using only the protocols provided |