This commit is contained in:
he
2022-03-31 09:56:40 +08:00
parent 91a8f855d6
commit b149922cc2
4 changed files with 35 additions and 20 deletions
@@ -4,7 +4,7 @@ namespace IRaCIS.Core.Application.Interfaces
{
public interface ISubjectVisitService
{
Task<IResponseOutput> AddOrUpdateSV(SubjectVisitCommand svCommand);
Task<IResponseOutput<string>> AddOrUpdateSV(SubjectVisitCommand svCommand);
Task<IResponseOutput> DeleteSV(Guid id);
Task<List<VisitStudyDTO>> GetVisitStudyList(Guid trialId, Guid sujectVisitId, int isReading);
Task<IResponseOutput> SetSVExecuted(Guid subjectVisitId);