导入的标识修改
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)
|
switch (readingImportType)
|
||||||
{
|
{
|
||||||
case ReadingImportType.IVUS_MatchingSegment:
|
case ReadingImportType.ROI:
|
||||||
await UploadIVUSTemplate();
|
await UploadIVUSTemplate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
switch (readingImportType)
|
switch (readingImportType)
|
||||||
{
|
{
|
||||||
case ReadingImportType.OCT_FCT:
|
case ReadingImportType.ROI:
|
||||||
await UploadOCTFCTTemplate();
|
await UploadOCTFCTTemplate();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,11 @@ namespace IRaCIS.Core.Domain.Share
|
||||||
/// </summary>
|
/// </summary>
|
||||||
OCT_LipidAngle = 2,
|
OCT_LipidAngle = 2,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// ROI
|
||||||
|
/// </summary>
|
||||||
|
ROI = 3,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue