| MatchReportDiagnostics Property |
Gets the diagnostics for this match report
Namespace:
SanteDB.Matcher.Model
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public 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
Type:
MatchDiagnosticsSee Also