代码修改
parent
1f446ac60f
commit
75b5458c02
|
@ -1977,9 +1977,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public decimal? WL { get; set; }
|
||||
|
||||
public string? BlindName { get; set; }
|
||||
public string? BlindName { get; set; }
|
||||
|
||||
public bool? IsDicomReading { get; set; }
|
||||
public bool IsDicomReading { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// InstanceId
|
||||
|
|
Loading…
Reference in New Issue