Click or drag to resize

MatchVector Constructor (MatchAttribute, String, Double, Boolean, Object, Object)

Creates a new assertion result

Namespace:  SanteDB.Matcher.Matchers
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public MatchVector(
	MatchAttribute attribute,
	string name,
	double score,
	bool evaluated,
	Object aValue,
	Object bValue
)

Parameters

attribute
Type: SanteDB.Matcher.DefinitionMatchAttribute

[Missing <param name="attribute"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

score
Type: SystemDouble

[Missing <param name="score"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

evaluated
Type: SystemBoolean

[Missing <param name="evaluated"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

aValue
Type: SystemObject

[Missing <param name="aValue"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

bValue
Type: SystemObject

[Missing <param name="bValue"/> documentation for "M:SanteDB.Matcher.Matchers.MatchVector.#ctor(SanteDB.Matcher.Definition.MatchAttribute,System.String,System.Double,System.Boolean,System.Object,System.Object)"]

See Also