 | MatchReportDiagnostics Property |
Gets the diagnostics for this match report
Namespace: SanteDB.Matcher.ModelAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic MatchDiagnostics Diagnostics { get; set; }Public Property Diagnostics As MatchDiagnostics
Get
Set
public:
property MatchDiagnostics^ Diagnostics {
MatchDiagnostics^ get ();
void set (MatchDiagnostics^ value);
}member Diagnostics : MatchDiagnostics with get, set
Property Value
MatchDiagnostics
See Also