修改code
This commit is contained in:
@@ -34,13 +34,13 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public DateTime UploadTime { get; set; }
|
||||
|
||||
public string StudyCode => IsDicom ? DicomStudyCode : "NST" + NoneDicomCode.ToString("D5");
|
||||
public string StudyCode { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public string DicomStudyCode { get; set; } = string.Empty;
|
||||
[JsonIgnore]
|
||||
public int NoneDicomCode { get; set; }
|
||||
//[JsonIgnore]
|
||||
//public string DicomStudyCode { get; set; } = string.Empty;
|
||||
//[JsonIgnore]
|
||||
//public int NoneDicomCode { get; set; }
|
||||
|
||||
public bool IsDicom { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user