Click or drag to resize

MatchConfigurationCollectionLoad Method

Load match configuration from the specified stream

Namespace:  SanteDB.Matcher.Definition
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.481-alpha
Syntax
public static MatchConfigurationCollection Load(
	Stream s
)

Parameters

s
Type: System.IOStream
The stream to load from

Return Value

Type: MatchConfigurationCollection
The loaded match configuration
See Also