|
@@ -271,7 +271,7 @@ namespace fis.Win.Dev.Managers
|
|
|
{
|
|
|
isSingle = false;
|
|
|
}
|
|
|
- var pathDest = Path.Combine(patientScanTypePath, fileNameNoExtName);
|
|
|
+ var pathDest = Path.Combine(rootPath,patientScanTypePath, fileNameNoExtName);
|
|
|
converter.ConvertVidToImage(pathDest, imageType, videoType);
|
|
|
if (videoType == "1")
|
|
|
{
|