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/PatArchive.java | 95 ++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 88 insertions(+), 7 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/PatArchive.java b/smartor/src/main/java/com/smartor/domain/PatArchive.java
index 31860dc..20725ab 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchive.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchive.java
@@ -31,6 +31,60 @@
private Long id;
/**
+ * 鐖禝D
+ */
+ @ApiModelProperty("鐖禝D")
+ private Long pid;
+
+ /**
+ * GUID
+ */
+ @ApiModelProperty("GUID")
+ private String guid;
+
+ /**
+ * 濮撳悕
+ */
+ @ApiModelProperty("鎮h�呯紪鍙�")
+ @Excel(name = " 鎮h�呯紪鍙� ")
+ private String patientno;
+
+ /**
+ * 鏈嶅姟鏍囪瘑锛�0锛岄渶瑕侊紝1锛屼笉闇�瑕�
+ */
+ @ApiModelProperty("鏈嶅姟鏍囪瘑锛�0锛岄渶瑕侊紝1锛屼笉闇�瑕�")
+ @Excel(name = " 鏈嶅姟鏍囪瘑锛�0锛岄渶瑕侊紝1锛屼笉闇�瑕� ")
+ private String notrequiredFlag;
+
+ /**
+ * 涓嶈鏈嶅姟鐨勫師鍥�
+ */
+ @ApiModelProperty("涓嶈鏈嶅姟鐨勫師鍥�")
+ @Excel(name = " 涓嶈鏈嶅姟鐨勫師鍥� ")
+ private String notrequiredreason;
+
+ /**
+ * 鏉ユ簮(1锛欻IS锛�2锛氭暟鎹钩鍙帮紱3锛氭枃浠跺鍏ワ級
+ */
+ @ApiModelProperty("鏉ユ簮(1锛欻IS锛�2锛氭暟鎹钩鍙帮紱3锛氭枃浠跺鍏ワ級")
+ @Excel(name = " 鏉ユ簮(1锛欻IS锛�2锛氭暟鎹钩鍙帮紱3锛氭枃浠跺鍏ワ級 ")
+ private Integer sourcefrom;
+
+ /**
+ * his绯荤粺鐨勬偅鑰卛d
+ */
+ @ApiModelProperty("his绯荤粺鐨勬偅鑰卛d")
+ @Excel(name = "his绯荤粺鐨勬偅鑰卛d")
+ private Integer patidHis;
+
+ /**
+ * his绯荤粺鐨勬偅鑰卛d
+ */
+ @ApiModelProperty("his绯荤粺鐨勬偅鑰卛d")
+ @Excel(name = "his绯荤粺鐨勬偅鑰卛d")
+ private String sdFlag;
+
+ /**
* 濮撳悕
*/
@ApiModelProperty("濮撳悕")
@@ -59,6 +113,11 @@
@Excel(name = " 绫嶈疮 ")
private String nativePlace;
+ /**
+ * 浣忛櫌鍙�
+ */
+ @ApiModelProperty(value = "浣忛櫌鍙�")
+ private String inhospno;
/**
* 璇佷欢鍙风爜
@@ -67,14 +126,12 @@
@Excel(name = " 灞呬綇鍦� ")
private String placeOfResidence;
-
/**
* 璇佷欢鍙风爜
*/
@ApiModelProperty("鍑虹敓鍦�")
@Excel(name = " 鍑虹敓鍦� ")
private String birthplace;
-
/**
* 璇佷欢鍙风爜
@@ -105,13 +162,12 @@
@ApiModelProperty("骞撮緞")
@Excel(name = " 骞撮緞 ")
private Long age;
-
/**
- * 鏉ユ簮
+ * 骞撮緞
*/
- @ApiModelProperty("鏉ユ簮")
- @Excel(name = " 鏉ユ簮 ")
- private Long sourcefrom;
+ @ApiModelProperty("骞撮緞鍗曚綅")
+ @Excel(name = " 骞撮緞鍗曚綅 ")
+ private String ageUnit;
/**
* 寤烘。鏃堕棿
@@ -220,6 +276,25 @@
@Excel(name = " 绉戝 ")
private String dept;
+ /**
+ * 閽夐拤鍙�
+ */
+ @ApiModelProperty("绉戝")
+ @Excel(name = " 绉戝 ")
+ private String deptcode;
+ /**
+ * 鍖荤敓濮撳悕
+ */
+ @ApiModelProperty("鍖荤敓濮撳悕")
+ @Excel(name = " 鍖荤敓濮撳悕 ")
+ private String drname;
+
+ /**
+ * 鍖荤敓缂栫爜
+ */
+ @ApiModelProperty("鍖荤敓缂栫爜")
+ @Excel(name = " 鍖荤敓缂栫爜 ")
+ private String drcode;
/**
* 閽夐拤鍙�
@@ -235,4 +310,10 @@
@Excel(name = " 浼氬憳灞炴��:0闈炰細鍛橈紝1涓�鑸細鍛樸��2閲嶈浼氬憳 ")
private String viptype;
+ @ApiModelProperty("鍑洪櫌鐥呭尯鍚嶇О")
+ private String leavehospitaldistrictname;
+
+ @ApiModelProperty("鍑洪櫌鐥呭尯缂栧彿")
+ private String leavehospitaldistrictcode;
+
}
--
Gitblit v1.9.3