Click or drag to resize

PropertyAddActionEvaluate Method

Evaluate

Namespace:  SanteDB.Cdss.Xml.Model
Assembly:  SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.481-alpha
Syntax
public override Object Evaluate(
	Act act,
	CdssContext<Patient> context,
	IDictionary<string, Object> scopes
)

Parameters

act
Type: SanteDB.Core.Model.ActsAct

[Missing <param name="act"/> documentation for "M:SanteDB.Cdss.Xml.Model.PropertyAddAction.Evaluate(SanteDB.Core.Model.Acts.Act,SanteDB.Cdss.Xml.CdssContext{SanteDB.Core.Model.Roles.Patient},System.Collections.Generic.IDictionary{System.String,System.Object})"]

context
Type: SanteDB.Cdss.XmlCdssContextPatient

[Missing <param name="context"/> documentation for "M:SanteDB.Cdss.Xml.Model.PropertyAddAction.Evaluate(SanteDB.Core.Model.Acts.Act,SanteDB.Cdss.Xml.CdssContext{SanteDB.Core.Model.Roles.Patient},System.Collections.Generic.IDictionary{System.String,System.Object})"]

scopes
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="scopes"/> documentation for "M:SanteDB.Cdss.Xml.Model.PropertyAddAction.Evaluate(SanteDB.Core.Model.Acts.Act,SanteDB.Cdss.Xml.CdssContext{SanteDB.Core.Model.Roles.Patient},System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.Model.PropertyAddAction.Evaluate(SanteDB.Core.Model.Acts.Act,SanteDB.Cdss.Xml.CdssContext{SanteDB.Core.Model.Roles.Patient},System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also