修改一版
This commit is contained in:
@@ -113,19 +113,24 @@ namespace IRaCIS.Core.Domain.Share.Reading
|
||||
ImageQuality = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 一致性核查及分配
|
||||
/// 一致性核查
|
||||
/// </summary>
|
||||
ConsistencyCheck = 2,
|
||||
|
||||
/// <summary>
|
||||
/// 任务分配
|
||||
/// </summary>
|
||||
TaskAllocation = 3,
|
||||
|
||||
/// <summary>
|
||||
/// 影像阅片
|
||||
/// </summary>
|
||||
ImageRead = 3,
|
||||
ImageRead = 4,
|
||||
|
||||
/// <summary>
|
||||
/// 阅片完成
|
||||
/// </summary>
|
||||
ReadComplete = 4,
|
||||
ReadComplete = 5,
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user