Click or drag to resize

ICdssProtocolComputeProposals Method

Calculate the clinical protocol for the given target data

Namespace: SanteDB.Core.Cdss
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<Object> ComputeProposals(
	Patient target,
	IDictionary<string, Object> parameters
)

Parameters

target  Patient

[Missing <param name="target"/> documentation for "M:SanteDB.Core.Cdss.ICdssProtocol.ComputeProposals(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]

parameters  IDictionaryString, Object

[Missing <param name="parameters"/> documentation for "M:SanteDB.Core.Cdss.ICdssProtocol.ComputeProposals(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

IEnumerableObject

[Missing <returns> documentation for "M:SanteDB.Core.Cdss.ICdssProtocol.ComputeProposals(SanteDB.Core.Model.Roles.Patient,System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also