 | MatchConfigurationLoad Method |
Load match configuration from the specified stream
Namespace: SanteDB.Matcher.DefinitionAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic 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 Stream
- The stream to load from
Return Value
MatchConfigurationThe loaded match configuration
See Also