| | |
| | | private String encounterTime; |
| | | |
| | | @ApiModelProperty(value = "入院时间") |
| | | private String startTimex0; |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty(value = "出院时间") |
| | | private String preOutHospitalDatex0; |
| | | private String preOutHospitalDate; |
| | | |
| | | @ApiModelProperty(value = "结算时间") |
| | | private String outHospitalSettleDatex0; |
| | | private String outHospitalSettleDate; |
| | | |
| | | @ApiModelProperty(value = "诊断编码: 本次就诊患者所有诊断对应的icd编码,通过“、”分隔") |
| | | private String diagnosisCode; |
| | |
| | | @ApiModelProperty(value = "诊疗周期ID") |
| | | private Long healthcarePeriodId; |
| | | |
| | | @ApiModelProperty(value = "最新一次入院时间 与创建时间一致x0") |
| | | private String lastEncounterTimex0; |
| | | @ApiModelProperty(value = "最新一次入院时间 与创建时间一致") |
| | | private String lastEncounterTime; |
| | | |
| | | @ApiModelProperty(value = "主管护士ID") |
| | | private Long chiefNurseId; |
| | |
| | | @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 Integer medicalRecordFileStatus; |
| | | |
| | | @ApiModelProperty(value = "主要出院诊断") |
| | | private ServiceSLTDDiagnosisResDTO mainDischargeDiagnosis; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "联系人列表") |
| | | private List<ServiceSLTDContactsResDTO> residentContactInfos; |
| | | |