=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
/// <remarks>
|
||||
/// This class is intended to be inherited by concrete result model types that provide specific prediction logic for medication-related ADAS assessments.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=43f9384 -->
|
||||
public abstract class ResultModelPredictMedicationAdas
|
||||
{
|
||||
public string MedicineIdentifier { get; set; } = string.Empty;
|
||||
@@ -28,6 +29,7 @@ public abstract class ResultModelPredictMedicationAdas
|
||||
/// Returns a string representation combining the medicine text and its degree of similarity, separated by a pipe character.
|
||||
/// </summary>
|
||||
/// <returns>A formatted string containing the <c>MedicineText</c> and <c>DegreeSimilarity</c> values joined by a pipe (<c>|</c>) separator.</returns>
|
||||
/// <!-- aidoc:v1 sig=d27f326 body=1c1a8a5 -->
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{MedicineText} | {DegreeSimilarity}";
|
||||
|
||||
Reference in New Issue
Block a user