修改excel 临时提交
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user