代码提交

This commit is contained in:
he
2024-07-29 10:43:24 +08:00
parent 880525b015
commit 5175c857ec
5 changed files with 12 additions and 4 deletions
@@ -718,7 +718,7 @@ namespace IRaCIS.Application.Services
{ClinicalLevel.ImageRead,2 },
{ClinicalLevel.OncologyRead,3 },
{ClinicalLevel.Subject,4 },
{ClinicalLevel.Study,5 },
{ClinicalLevel.Study,5 },
};
result = result.OrderBy(x => keys[x.ClinicalDataLevel]).ToList();
@@ -1021,7 +1021,7 @@ namespace IRaCIS.Application.Services
}
#endregion
#region PDF
@@ -511,6 +511,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// CreateUserId
/// </summary>
public Guid CreateUserId { get; set; }
public int? NumberOfFrames { get; set; }
}
public class GetManualListInDto