Class ResultModelPredictMedicationAdas
Represents an abstract base class for result models used to predict medication outcomes based on the ADAS (Alzheimer's Disease Assessment Scale).
public abstract class ResultModelPredictMedicationAdas
- Inheritance
-
ResultModelPredictMedicationAdas
- Inherited Members
- Extension Methods
Remarks
This class is intended to be inherited by concrete result model types that provide specific prediction logic for medication-related ADAS assessments.
Properties
BirthDate
public string BirthDate { get; set; }
Property Value
CodingSystem
public string CodingSystem { get; set; }
Property Value
DegreeSimilarity
public double DegreeSimilarity { get; set; }
Property Value
Gender
public string Gender { get; set; }
Property Value
MedicineIdentifier
public string MedicineIdentifier { get; set; }
Property Value
MedicineText
public string MedicineText { get; set; }
Property Value
PatientNumber
public string PatientNumber { get; set; }
Property Value
TreatmentPatientId
public string TreatmentPatientId { get; set; }
Property Value
Methods
ToString()
Returns a string representation combining the medicine text and its degree of similarity, separated by a pipe character.
public override string ToString()
Returns
- string
A formatted string containing the
MedicineTextandDegreeSimilarityvalues joined by a pipe (|) separator.