From ce9f58ae542b8349389f03b55552a999874e0cf7 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 20 三月 2026 15:15:41 +0800
Subject: [PATCH] 【丽水】出院再次随访界面 统计增加visitDeptCodes条件

---
 smartor/src/main/java/com/smartor/service/IPatArchiveService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
index 0620bbc..036fcc9 100644
--- a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
@@ -97,4 +97,6 @@
     public List<PatArchiveOthreInfo> getPatientInfo(PatArchiveReq patArchiveReq);
 
     public List<PatArchiveOthreInfo> getPatientInfoQC(PatArchiveReq patArchiveReq);
+
+    public Long getPatientInfoQCCount(PatArchiveReq patArchiveReq);
 }

--
Gitblit v1.9.3