|
@@ -30,6 +30,8 @@ public class QcResultShortDTO {
|
|
|
*/
|
|
|
@Excel(name = "病历得分", width = 30, orderNum = "2")
|
|
|
private Double scoreRes;
|
|
|
+ @Excel(name = "病案首页得分", width = 30, orderNum = "2.5")
|
|
|
+ private Double scoreBn;
|
|
|
@Excel(name = "病人住院序号", width = 40, orderNum = "3")
|
|
|
private String behospitalCode;
|
|
|
@Excel(name = "病案号", width = 30, orderNum = "5")
|
|
@@ -119,4 +121,4 @@ public class QcResultShortDTO {
|
|
|
*/
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
private Date mrTime;
|
|
|
-}
|
|
|
+}
|