导入的标识修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d7e4a810f6
commit
03b5a01400
|
|
@ -45,7 +45,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
switch (readingImportType)
|
||||
{
|
||||
case ReadingImportType.IVUS_MatchingSegment:
|
||||
case ReadingImportType.ROI:
|
||||
await UploadIVUSTemplate();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
switch (readingImportType)
|
||||
{
|
||||
case ReadingImportType.OCT_FCT:
|
||||
case ReadingImportType.ROI:
|
||||
await UploadOCTFCTTemplate();
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,11 @@ namespace IRaCIS.Core.Domain.Share
|
|||
/// </summary>
|
||||
OCT_LipidAngle = 2,
|
||||
|
||||
/// <summary>
|
||||
/// ROI
|
||||
/// </summary>
|
||||
ROI = 3,
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue