|
@@ -14,6 +14,8 @@ namespace fis.Win.Dev.Managers.Modules.Ultra3D
|
|
|
{
|
|
|
public string FilePath { get; set; }
|
|
|
|
|
|
+ public string FileUrl { get; set; }
|
|
|
+
|
|
|
public CarotidScanType CarotidScanType { get; set; }
|
|
|
|
|
|
public CarotidScanDirection CarotidScanDirection { get; set; }
|
|
@@ -97,7 +99,8 @@ namespace fis.Win.Dev.Managers.Modules.Ultra3D
|
|
|
MainMDFileReady?.Invoke(this, new MDFileArgs {
|
|
|
FilePath= workUnion.MdFileWorkItem.FilePath,
|
|
|
CarotidScanType = info.CarotidScanType,
|
|
|
- CarotidScanDirection=info.CarotidScanDirection
|
|
|
+ FileUrl= info.MdFileUrl,
|
|
|
+ CarotidScanDirection =info.CarotidScanDirection
|
|
|
});
|
|
|
}
|
|
|
}
|