|
@@ -13,7 +13,7 @@ import java.util.Date;
|
|
|
* </p>
|
|
|
*
|
|
|
* @author zhoutg
|
|
|
- * @since 2021-05-11
|
|
|
+ * @since 2022-03-03
|
|
|
*/
|
|
|
@Data
|
|
|
public class KlDisease implements Serializable {
|
|
@@ -66,6 +66,21 @@ public class KlDisease implements Serializable {
|
|
|
*/
|
|
|
private String icd10Code;
|
|
|
|
|
|
+ /**
|
|
|
+ * 国临名称
|
|
|
+ */
|
|
|
+ private String guoname;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 国临编码
|
|
|
+ */
|
|
|
+ private String guocode;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 国临拼音
|
|
|
+ */
|
|
|
+ private String guospell;
|
|
|
+
|
|
|
/**
|
|
|
* 病程
|
|
|
*/
|
|
@@ -167,14 +182,14 @@ public class KlDisease implements Serializable {
|
|
|
private String enName;
|
|
|
|
|
|
/**
|
|
|
- * 肿瘤细胞类型
|
|
|
+ * 形态学分类代码
|
|
|
*/
|
|
|
- private String tumorCellType;
|
|
|
+ private String morphology;
|
|
|
|
|
|
/**
|
|
|
- * 形态学分类代码
|
|
|
+ * 肿瘤细胞类型
|
|
|
*/
|
|
|
- private String morphology;
|
|
|
+ private String tumorCellType;
|
|
|
|
|
|
/**
|
|
|
* 备注
|