修改excel 临时提交

This commit is contained in:
2022-11-21 10:49:43 +08:00
parent 21c9f4a82a
commit 595ba030e6
6 changed files with 173 additions and 19 deletions
@@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using IRaCIS.Core.Application.Contracts.Dicom.DTO;
using IRaCIS.Core.Infrastructure.Extention;
namespace IRaCIS.Core.Application.Contracts.Image
{
public interface IStudyDTFService
{
IResponseOutput AddStudyDTF(StudyDTFAddOrUpdateCommand studyDtfAddOrUpdate);
IResponseOutput DeleteStudyDTF(Guid studyDTFId );
List<StudyDTFDTO> GetStudyDtfdtos(Guid triaId, string studyInstanceUid);
}
}