| | |
| | | private String opId; |
| | | //修改操作的备注 |
| | | private String note; |
| | | /** 性别0未知1男2女 */ |
| | | private Integer gender; |
| | | |
| | | /**是否转诊*/ |
| | | private Integer isTransfer; |
| | | /**转诊信息*/ |
| | | private UserTransferDto transferRecord; |
| | | |
| | | /**主要诉求**/ |
| | | private String mainAppeal; |
| | | private String minorAppeal; |
| | | |
| | | /**是否处理科室*/ |
| | | private Integer isEditFamiliesRoom = 0; |
| | | /**是否发送修改科室通知*/ |
| | | private Integer isEditFRSentNotice = 0; |
| | | |
| | | public UserParamDto() { |
| | | } |
| | |
| | | public static final String CATEGORY_EMPLOYEE = "employee"; |
| | | /**渠道类别-自己来*/ |
| | | public static final String CATEGORY_ONESELF = "oneself"; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |