@@ -24,12 +24,12 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public Guid SubjectVisitId { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public string FileName { get; set; }
|
||||
|
||||
public string Path { get; set; } = string.Empty;
|
||||
|
||||
public bool? IsVisist { get; set; }
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public bool? IsVisist { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 临床级别
|
||||
|
||||
Reference in New Issue
Block a user