测试NoneDicom
parent
bdaf73095b
commit
fd8ad8e759
|
@ -217,9 +217,12 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
{
|
||||
var rootPath = Directory.GetParent(_hostEnvironment.ContentRootPath.TrimEnd('\\')).IfNullThrowException().FullName;
|
||||
|
||||
_logger.LogError(rootPath);
|
||||
|
||||
var _fileStorePath = Path.Combine(rootPath, relativePath.Replace('/', '\\'));
|
||||
var _fileStorePath = Path.Combine(rootPath, relativePath.Replace('/', '\\').Trim('\\'));
|
||||
|
||||
//_logger.LogError(rootPath);
|
||||
|
||||
//_logger.LogError(_fileStorePath);
|
||||
|
||||
var storePreviewPath = _fileStorePath + ".preview.jpeg";
|
||||
|
||||
|
|
Loading…
Reference in New Issue