Click or drag to resize

MatchConfigurationLoad Method

Load match configuration from the specified stream

Namespace:  SanteDB.Matcher.Definition
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public static MatchConfiguration Load(
	Stream s
)

Parameters

s
Type: System.IOStream
The stream to load from

Return Value

Type: MatchConfiguration
The loaded match configuration
See Also