@@ -52,12 +52,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
|
||||
|
||||
public string BodyPart { get; set; }
|
||||
public string BodyPart { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string Modality { get; set; }
|
||||
|
||||
public DateTime ImageDate { get; set; }
|
||||
|
||||
public string Modality { get; set; } = string.Empty;
|
||||
|
||||
public DateTime ImageDate { get; set; }
|
||||
|
||||
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user