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