| | |
| | | package com.hz.his.dto.consultation; |
| | | |
| | | import com.hz.his.dto.PageDto; |
| | | import com.fasterxml.jackson.annotation.JsonInclude; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | |
| | | /** |
| | | * 咨询记录dto 新版 |
| | | */ |
| | | public class ConsultRecordDto extends PageDto { |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | public class ConsultRecordDto{ |
| | | |
| | | //用户id |
| | | private String userId; |
| | | //门店/诊所ID |
| | | private String shopId; |
| | | //咨询类型 0=标准(旧版) 1=初诊 2=疗程内/在消费/复诊 |
| | | //咨询类型 0=标准(旧版) 1=初诊 2=复诊 |
| | | private Integer consultType; |
| | | //基本信息 |
| | | private String content; |
| | | //满意度 0=不满意 1=一般 2=满意 |
| | | private Integer satisfie; |
| | | //面诊医生id |
| | | private String faceDoctorId; |
| | | //治疗医生id |
| | | private String treatDoctorId; |
| | | //基本信息 |
| | | private String content; |
| | | //主要诉求 |
| | | private String appealDetail; |
| | | //治疗方案&报价 |
| | |
| | | private String dosageParams; |
| | | //既往病史 |
| | | private String anamnesis; |
| | | //特殊信息说明 |
| | | private String specialInfo; |
| | | //来院前治疗过的项目(多个逗号拼接) |
| | | //来院前治疗过的项目 |
| | | private String hasTreatProjects; |
| | | //是否草稿 0=否 1=是 |
| | | private Integer isDraft; |
| | | //创建人类型 0 是员工 1 是后台 |
| | | //创建人类型 0=员工 1=后台 |
| | | private Integer adminType; |
| | | //创建人id |
| | | private String adminId; |
| | |
| | | private String adminName; |
| | | //面诊方案 |
| | | private String facePlan; |
| | | //满意度 0=不满意 1=一般 2=满意 |
| | | private Integer satisfie; |
| | | //创建时间 |
| | | private Date createTime; |
| | | |
| | | //本次治疗项目 多个逗号分割 |
| | | private String treatProjectIds; |
| | | //推荐项目 多个逗号分割 |
| | | private String recommendProjectIds; |
| | | //治疗医生名称 |
| | | private String treatDoctorName; |
| | | //上次治疗医生ID |
| | | private String lastTreatDoctorId; |
| | | //上次治疗项目json字符串 ["项目ID","项目ID"] |
| | | private String lastTreatProjects; |
| | | //咨询方式代码 |
| | | private String methodCode; |
| | | //咨询方式名称 |
| | | private String methodCodeName; |
| | | |
| | | |
| | | //修改传值 |
| | | //------------- 修改传值 |
| | | private String id; |
| | | |
| | | //详情返回值补充 |
| | | |
| | | //------------- 详情返回 |
| | | //治疗医生名称 |
| | | private String faceDoctorName; |
| | | //治疗医生名称 |
| | | private String treatDoctorName; |
| | | //上次治疗医生名称 |
| | | private String lastTreatDoctorName; |
| | | |
| | | //------------ 详情返回值补充 |
| | | //治疗项目 |
| | | private List<Map<String,Object>> treatProjectList; |
| | | //推荐项目 |
| | | private List<Map<String,Object>> recommendProjectList; |
| | | //上次治疗项目 |
| | | private List<Map<String,Object>> lastTreatProjectList; |
| | | |
| | | |
| | | //-------------- 搜索条件 |
| | | //小程序搜索时 有个页面是需要传时间的 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String startTime; |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String endTime; |
| | | //his助手 查询咨询记录按照创建人来查询 |
| | | private String employeeId; |
| | | |
| | | //搜索条件 |
| | | //用户名查找 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String userName; |
| | | //客户来源渠道分类 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String channelsTypeId; |
| | | //客户来源一级渠道 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String channelId; |
| | | //客户来源二级渠道 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String channel2Id; |
| | | //咨询师 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String hisCorpUserId; |
| | | //用户顾问名称 |
| | | private String hisCorpUserName; |
| | | //手机号 |
| | | private String tel; |
| | | //电网咨询师 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String internetCorpUserId; |
| | | //客服 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String chatCorpUserId; |
| | | //创建人 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String createEmployeeId; |
| | | //创建人部门 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String createEmployeePartId; |
| | | //关注活动 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String focusActivityId; |
| | | //到访类型 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String recentVisitType; |
| | | //到访状态 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private Integer recentVisitStatus; |
| | | //是否成交 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private Integer isMakeADeal; |
| | | |
| | | //列表接口 小程序也使用 区分是否是从用户详情进去的 |
| | | private Integer isDetail; |
| | | |
| | | /**当前页数*/ |
| | | private Integer pageNum = 1; |
| | | /**当前页显示条数*/ |
| | | private Integer pageSize = 20; |
| | | /**关键字*/ |
| | | private String keyWord; |
| | | /**查询方式*/ |
| | | private String useType; |
| | | public ConsultRecordDto() { |
| | | } |
| | | |
| | |
| | | this.anamnesis = anamnesis; |
| | | } |
| | | |
| | | public String getSpecialInfo() { |
| | | return specialInfo; |
| | | } |
| | | |
| | | public void setSpecialInfo(String specialInfo) { |
| | | this.specialInfo = specialInfo; |
| | | } |
| | | |
| | | public String getHasTreatProjects() { |
| | | return hasTreatProjects; |
| | | } |
| | |
| | | this.recommendProjectIds = recommendProjectIds; |
| | | } |
| | | |
| | | @Override |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | @Override |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public List<Map<String, Object>> getTreatProjectList() { |
| | | return treatProjectList; |
| | | } |
| | |
| | | this.satisfie = satisfie; |
| | | } |
| | | |
| | | public String getFaceDoctorName() { |
| | | return faceDoctorName; |
| | | } |
| | | |
| | | public void setFaceDoctorName(String faceDoctorName) { |
| | | this.faceDoctorName = faceDoctorName; |
| | | } |
| | | |
| | | public String getTreatDoctorName() { |
| | | return treatDoctorName; |
| | | } |
| | |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | public String getEmployeeId() { |
| | | return employeeId; |
| | | } |
| | | |
| | | public void setEmployeeId(String employeeId) { |
| | | this.employeeId = employeeId; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public void setUserName(String userName) { |
| | | this.userName = userName; |
| | | } |
| | | |
| | | public String getChannelsTypeId() { |
| | | return channelsTypeId; |
| | | } |
| | | |
| | | public void setChannelsTypeId(String channelsTypeId) { |
| | | this.channelsTypeId = channelsTypeId; |
| | | } |
| | | |
| | | public String getChannelId() { |
| | | return channelId; |
| | | } |
| | | |
| | | public void setChannelId(String channelId) { |
| | | this.channelId = channelId; |
| | | } |
| | | |
| | | public String getChannel2Id() { |
| | | return channel2Id; |
| | | } |
| | | |
| | | public void setChannel2Id(String channel2Id) { |
| | | this.channel2Id = channel2Id; |
| | | } |
| | | |
| | | public String getHisCorpUserId() { |
| | | return hisCorpUserId; |
| | | } |
| | | |
| | | public void setHisCorpUserId(String hisCorpUserId) { |
| | | this.hisCorpUserId = hisCorpUserId; |
| | | } |
| | | |
| | | public String getHisCorpUserName() { |
| | | return hisCorpUserName; |
| | | } |
| | | |
| | | public void setHisCorpUserName(String hisCorpUserName) { |
| | | this.hisCorpUserName = hisCorpUserName; |
| | | } |
| | | |
| | | public String getTel() { |
| | | return tel; |
| | | } |
| | | |
| | | public void setTel(String tel) { |
| | | this.tel = tel; |
| | | } |
| | | |
| | | public String getInternetCorpUserId() { |
| | | return internetCorpUserId; |
| | | } |
| | | |
| | | public void setInternetCorpUserId(String internetCorpUserId) { |
| | | this.internetCorpUserId = internetCorpUserId; |
| | | } |
| | | |
| | | public String getChatCorpUserId() { |
| | | return chatCorpUserId; |
| | | } |
| | | |
| | | public void setChatCorpUserId(String chatCorpUserId) { |
| | | this.chatCorpUserId = chatCorpUserId; |
| | | } |
| | | |
| | | public String getCreateEmployeeId() { |
| | | return createEmployeeId; |
| | | } |
| | | |
| | | public void setCreateEmployeeId(String createEmployeeId) { |
| | | this.createEmployeeId = createEmployeeId; |
| | | } |
| | | |
| | | public String getCreateEmployeePartId() { |
| | | return createEmployeePartId; |
| | | } |
| | | |
| | | public void setCreateEmployeePartId(String createEmployeePartId) { |
| | | this.createEmployeePartId = createEmployeePartId; |
| | | } |
| | | |
| | | public String getFocusActivityId() { |
| | | return focusActivityId; |
| | | } |
| | | |
| | | public void setFocusActivityId(String focusActivityId) { |
| | | this.focusActivityId = focusActivityId; |
| | | } |
| | | |
| | | public String getRecentVisitType() { |
| | | return recentVisitType; |
| | | } |
| | | |
| | | public void setRecentVisitType(String recentVisitType) { |
| | | this.recentVisitType = recentVisitType; |
| | | } |
| | | |
| | | public Integer getRecentVisitStatus() { |
| | | return recentVisitStatus; |
| | | } |
| | | |
| | | public void setRecentVisitStatus(Integer recentVisitStatus) { |
| | | this.recentVisitStatus = recentVisitStatus; |
| | | } |
| | | |
| | | public Integer getIsMakeADeal() { |
| | | return isMakeADeal; |
| | | } |
| | | |
| | | public void setIsMakeADeal(Integer isMakeADeal) { |
| | | this.isMakeADeal = isMakeADeal; |
| | | } |
| | | |
| | | public String getLastTreatDoctorId() { |
| | | return lastTreatDoctorId; |
| | | } |
| | | |
| | | public void setLastTreatDoctorId(String lastTreatDoctorId) { |
| | | this.lastTreatDoctorId = lastTreatDoctorId; |
| | | } |
| | | |
| | | public String getLastTreatProjects() { |
| | | return lastTreatProjects; |
| | | } |
| | | |
| | | public void setLastTreatProjects(String lastTreatProjects) { |
| | | this.lastTreatProjects = lastTreatProjects; |
| | | } |
| | | |
| | | public String getLastTreatDoctorName() { |
| | | return lastTreatDoctorName; |
| | | } |
| | | |
| | | public void setLastTreatDoctorName(String lastTreatDoctorName) { |
| | | this.lastTreatDoctorName = lastTreatDoctorName; |
| | | } |
| | | |
| | | public List<Map<String, Object>> getLastTreatProjectList() { |
| | | return lastTreatProjectList; |
| | | } |
| | | |
| | | public void setLastTreatProjectList(List<Map<String, Object>> lastTreatProjectList) { |
| | | this.lastTreatProjectList = lastTreatProjectList; |
| | | } |
| | | |
| | | public String getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getPageNum() { |
| | | return pageNum; |
| | | } |
| | | |
| | | public void setPageNum(Integer pageNum) { |
| | | this.pageNum = pageNum; |
| | | } |
| | | |
| | | public Integer getPageSize() { |
| | | return pageSize; |
| | | } |
| | | |
| | | public void setPageSize(Integer pageSize) { |
| | | this.pageSize = pageSize; |
| | | } |
| | | |
| | | public String getKeyWord() { |
| | | return keyWord; |
| | | } |
| | | |
| | | public void setKeyWord(String keyWord) { |
| | | this.keyWord = keyWord; |
| | | } |
| | | |
| | | public String getMethodCode() { |
| | | return methodCode; |
| | | } |
| | | |
| | | public void setMethodCode(String methodCode) { |
| | | this.methodCode = methodCode; |
| | | } |
| | | |
| | | public String getMethodCodeName() { |
| | | return methodCodeName; |
| | | } |
| | | |
| | | public void setMethodCodeName(String methodCodeName) { |
| | | this.methodCodeName = methodCodeName; |
| | | } |
| | | |
| | | public String getUseType() { |
| | | return useType; |
| | | } |
| | | |
| | | public void setUseType(String useType) { |
| | | this.useType = useType; |
| | | } |
| | | |
| | | public Integer getIsDetail() { |
| | | return isDetail; |
| | | } |
| | | |
| | | public void setIsDetail(Integer isDetail) { |
| | | this.isDetail = isDetail; |
| | | } |
| | | } |