| | |
| | | @ApiModelProperty(value = "籍贯") |
| | | private String nativePlace; |
| | | |
| | | |
| | | @ApiModelProperty(value = "手环号") |
| | | private String wristband; |
| | | |
| | | @ApiModelProperty(value = "医疗类型") |
| | | private String medicalType; |
| | | |
| | | @ApiModelProperty(value = "医疗类型名称") |
| | | private String medicalTypeName; |
| | | |
| | | @ApiModelProperty(value = "医生组ID") |
| | | private Long doctorGroupId; |
| | | |
| | | @ApiModelProperty(value = "医生组名称") |
| | | private String doctorGroupName; |
| | | |
| | | @ApiModelProperty(value = "入院诊断编码") |
| | | private String admissionDiagnosisCode; |
| | | |
| | | @ApiModelProperty(value = "入院诊断名称") |
| | | private String admissionDiagnosisName; |
| | | |
| | | @ApiModelProperty(value = "费用金额") |
| | | private Double billAmount; |
| | | |
| | | @ApiModelProperty(value = "入院时间") |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty(value = "最近一次就诊时间") |
| | | private String lastEncounterTime; |
| | | |
| | | @ApiModelProperty(value = "预出院时间") |
| | | private String preOutHospitalDate; |
| | | |
| | | @ApiModelProperty(value = "出院结算时间") |
| | | private String outHospitalSettleDate; |
| | | |
| | | @ApiModelProperty(value = "病历文件状态") |
| | | private Integer medicalRecordFileStatus; |
| | | |
| | | @ApiModelProperty(value = "主要出院诊断") |
| | | private ServiceSLTDDiagnosisResDTO mainDischargeDiagnosis; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "联系人列表") |
| | | private List<ServiceSLTDContactsResDTO> residentContactInfos; |
| | | |