=== 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:
@@ -5,6 +5,7 @@ namespace adas_core.Domain.Models;
|
||||
/// <summary>
|
||||
/// Represents a diagnosis associated with a patient, encapsulating the relevant diagnostic information.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=748a2da -->
|
||||
public class PatientDiagnosis
|
||||
{
|
||||
public ObjectId Id { get; set; }
|
||||
@@ -55,6 +56,7 @@ public class PatientDiagnosis
|
||||
/// </summary>
|
||||
/// <returns>A formatted string in the form <c>PatientDiagnosis[field1: value1, field2: value2, ...]</c>
|
||||
/// containing the diagnosis data; optional fields are omitted when null or empty.</returns>
|
||||
/// <!-- aidoc:v1 sig=d27f326 body=b5fea56 -->
|
||||
public override string ToString()
|
||||
{
|
||||
List<string> items =
|
||||
|
||||
Reference in New Issue
Block a user