修改非dicom

This commit is contained in:
2022-04-21 17:36:36 +08:00
parent 943c44892a
commit 746d0ebc58
3 changed files with 69 additions and 59 deletions
@@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime ImageDate { get; set; }
public string Description { get; set; } = string.Empty;
public int? Code { get; set; }
public int Code { get; set; }
}