| MatchDiagnosticsConfiguration Property |
Gets the configuration used to diagnose the match
Namespace:
SanteDB.Matcher.Model
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public MatchConfiguration Configuration { get; set; }
Public Property Configuration As MatchConfiguration
Get
Set
public:
property MatchConfiguration^ Configuration {
MatchConfiguration^ get ();
void set (MatchConfiguration^ value);
}
member Configuration : MatchConfiguration with get, set
Property Value
Type:
MatchConfigurationSee Also