修改比例尺修改答案
This commit is contained in:
@@ -2446,6 +2446,39 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid VisitTaskId { get; set; }
|
||||
}
|
||||
|
||||
public class ChangePlottingScaleChangeAnswerInDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 标记id
|
||||
/// </summary>
|
||||
public Guid NoneDicomFileId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否移除比例关系
|
||||
/// </summary>
|
||||
public bool IsRemovePlottingScale { get; set; } = false;
|
||||
|
||||
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public string PicturePath { get; set; } = string.Empty;
|
||||
|
||||
public List<PlottingAnswerInfo> AnswerList { get; set; }
|
||||
}
|
||||
|
||||
public class PlottingAnswerInfo
|
||||
{
|
||||
public Guid? QuestionId { get; set; }
|
||||
public Guid? RowId { get; set; }
|
||||
|
||||
public Guid? TableQuestionId { get; set; }
|
||||
|
||||
public string Answer { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class GetNoneDicomMarkAndBindingInDto
|
||||
{
|
||||
public Guid VisitTaskId { get; set; }
|
||||
@@ -2479,10 +2512,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public string OrderMarkName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 比例
|
||||
/// </summary>
|
||||
public decimal? Proportion { get; set; }
|
||||
///// <summary>
|
||||
///// 比例
|
||||
///// </summary>
|
||||
//public decimal? Proportion { get; set; }
|
||||
|
||||
public Guid? MarkId { get; set; }
|
||||
public Guid? NoneDicomFileId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user