From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/PatArchiveReq.java | 124 ++++++++++++++++++++++++++++++++++++++++-
1 files changed, 121 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
index b0c86f9..86846e6 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
@@ -18,9 +18,22 @@
* @author ls
* @date 2023-06-14
*/
-@ApiModel(value = "PatArchiveReq", description = "鎮h�呮。妗堣姹傚璞�")
+@ApiModel(value = "PatArchiveReq" , description = "鎮h�呮。妗堣姹傚璞�")
@Data
public class PatArchiveReq {
+ /**
+ * 濮撳悕
+ */
+ @ApiModelProperty("鎮h�卛d")
+ @Excel(name = " 鎮h�卛d ")
+ private String pid;
+
+ /**
+ * 濮撳悕
+ */
+ @ApiModelProperty("鎮h�卛d闆嗗悎")
+ @Excel(name = " 鎮h�卛d闆嗗悎锛堝湪閫夋嫨鐥呬汉鏃讹紝杩囨护宸茬粡閫夋嫨鐨刾ids锛� ")
+ private List<Integer> pids;
/**
* 濮撳悕
@@ -30,11 +43,18 @@
private String name;
/**
+ * 鐤剧梾鍚嶇О
+ */
+ @ApiModelProperty("鐤剧梾鍚嶇О")
+ @Excel(name = " 鐤剧梾鍚嶇О ")
+ private String diagname;
+
+ /**
* 璇佷欢鍙风爜
*/
@ApiModelProperty("璇佷欢鍙风爜")
@Excel(name = " 璇佷欢鍙风爜 ")
- private String iccardno;
+ private String idcardno;
/**
@@ -45,10 +65,108 @@
private String telcode;
/**
+ * 鎵嬫満鍙风爜
+ */
+ @ApiModelProperty("鎵嬫満鍙风爜")
+ @Excel(name = " 鎵嬫満鍙风爜 ")
+ private String leaveicd10code;
+
+ /**
* 鏍囩ID
*/
@ApiModelProperty("鏍囩ID")
- private String tagId;
+ private List<String> tagIds;
+ /**
+ * 鏌ョ湅鍏ㄩ儴 0 鏌ョ湅浣忛櫌 1 鏌ョ湅闂ㄨ瘖 2 鏌ョ湅浣撴 3
+ */
+ @ApiModelProperty(value = " 鏌ョ湅浣忛櫌 1 鏌ョ湅闂ㄨ瘖 2 鏌ョ湅浣撴 3")
+ private Long allhosp;
+
+
+ /**
+ * 鍖婚櫌鍚嶇О
+ */
+ @ApiModelProperty(value = "鍖婚櫌鍚嶇О")
+ private String hospitalname;
+
+ /**
+ * 鍖婚櫌鍚嶇О
+ */
+ @ApiModelProperty(value = "绉戝/鐥呭尯")
+ private String deptname;
+
+ /**
+ * 鍖婚櫌鍚嶇О
+ */
+ @ApiModelProperty(value = "鍖荤敓")
+ private String drname;
+
+
+ /**
+ * 鍖婚櫌鍚嶇О
+ */
+ @ApiModelProperty(value = "鍖荤敓")
+ private Date endtime;
+
+ /**
+ * 灏辫瘖缂栧彿
+ */
+ @ApiModelProperty(value = "闂ㄨ瘖缂栧彿")
+ private String visitno;
+
+ /**
+ * 闄㈠尯鍚嶇О
+ */
+ @ApiModelProperty(value = " 闄㈠尯鍚嶇О ")
+ private String hospitaldistrictname;
+
+ /**
+ * pageNum
+ */
+ @ApiModelProperty(value = "pageNum")
+ @Excel(name = "pageNum")
+ private Integer pageNum;
+
+ /**
+ * pageSize
+ */
+ @ApiModelProperty(value = "pageSize")
+ @Excel(name = "pageSize")
+ private Integer pageSize;
+
+
+ /**
+ * 鏄惁杩囪檻
+ */
+ @ApiModelProperty(value = " 鏄惁杩囪檻,榛樿false ")
+ private boolean isFilter = false;
+
+
+ /**
+ * 鍑洪櫌鐥呭尯缂栧彿
+ */
+ @ApiModelProperty(value = "鍑洪櫌鐥呭尯缂栧彿")
+ private String leavehospitaldistrictcode;
+
+ /**
+ * 鍑洪櫌鐥呭尯鍚嶇О
+ */
+ @ApiModelProperty(value = "鍑洪櫌鐥呭尯鍚嶇О")
+ @Excel(name = " 鍑洪櫌鐥呭尯鍚嶇О ")
+ private String leavehospitaldistrictname;
+
+ /**
+ * 鐥呭尯缂栧彿
+ */
+ @ApiModelProperty(value = "鐥呭尯缂栧彿")
+ private List<String> leavehospitaldistrictcodes;
+
+ /**
+ * 绉戝缂栫爜
+ */
+ @ApiModelProperty(value = "绉戝缂栫爜")
+ @Excel(name = " 绉戝缂栫爜 ")
+ private List<String> leaveldeptcodes;
}
--
Gitblit v1.9.3