| 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
)
Public Shared Function Load (
s As Stream
) As MatchConfiguration
public:
static MatchConfiguration^ Load(
Stream^ s
)
static member Load :
s : Stream -> MatchConfiguration
Parameters
- s
- Type: System.IOStream
The stream to load from
Return Value
Type:
MatchConfigurationThe loaded match configuration
See Also