修改一版
This commit is contained in:
@@ -120,7 +120,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// <summary>
|
||||
/// 阅片平台
|
||||
/// </summary>
|
||||
public ImagePlatform ImagePlatform { get; set; } = ImagePlatform.MINT;
|
||||
public ImagePlatform ImagePlatform { get; set; } = ImagePlatform.PACS;
|
||||
|
||||
/// <summary>
|
||||
/// 阅片工具
|
||||
@@ -154,7 +154,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// <summary>
|
||||
/// 仲裁对象
|
||||
/// </summary>
|
||||
public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.None;
|
||||
public ArbitrationRule ArbitrationRule { get; set; } = ArbitrationRule.Reading;
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user