|
@@ -26,11 +26,11 @@ public class EntryStatisticsDTO {
|
|
|
/**
|
|
|
* 未在24小时内完成会诊条目id
|
|
|
*/
|
|
|
- private Long consultationEntryId;
|
|
|
+ private Long consultationEntryId = 2511L;
|
|
|
/**
|
|
|
* 未在24小时内完成会诊条目名称
|
|
|
*/
|
|
|
- private String consultationEntryName;
|
|
|
+ private String consultationEntryName = "普通会诊未在24小时内完成";
|
|
|
/**
|
|
|
* 未在24小时内完成会诊率
|
|
|
*/
|
|
@@ -46,11 +46,11 @@ public class EntryStatisticsDTO {
|
|
|
/**
|
|
|
* 手术记录名称不匹配条目id
|
|
|
*/
|
|
|
- private Long operationNameEntryId;
|
|
|
+ private Long operationNameEntryId = 2594L;
|
|
|
/**
|
|
|
* 手术记录名称不匹配条目名称
|
|
|
*/
|
|
|
- private String operationNameEntryName;
|
|
|
+ private String operationNameEntryName = "首页手术名称与手术记录不一致";
|
|
|
/**
|
|
|
* 手术记录名称不匹配数
|
|
|
*/
|
|
@@ -66,11 +66,11 @@ public class EntryStatisticsDTO {
|
|
|
/**
|
|
|
* 术后首程未在15分钟内完成条目id
|
|
|
*/
|
|
|
- private Long operation15MinuteEntryId;
|
|
|
+ private Long operation15MinuteEntryId = 2166L;
|
|
|
/**
|
|
|
* 术后首程未在15分钟内完成条目名称
|
|
|
*/
|
|
|
- private String operation15MinuteEntryName;
|
|
|
+ private String operation15MinuteEntryName = "术后首程未在手术结束1小时内完成";
|
|
|
/**
|
|
|
* 术后首程未在15分钟内完成数
|
|
|
*/
|
|
@@ -86,11 +86,11 @@ public class EntryStatisticsDTO {
|
|
|
/**
|
|
|
* 病案首页手术时间不匹配条目id
|
|
|
*/
|
|
|
- private Long operationTimeEntryId;
|
|
|
+ private Long operationTimeEntryId = 2973L;
|
|
|
/**
|
|
|
* 病案首页手术时间不匹配条目名称
|
|
|
*/
|
|
|
- private String operationTimeEntryName;
|
|
|
+ private String operationTimeEntryName = "手术日期与手术记录中手术日期不一致";
|
|
|
/**
|
|
|
* 病案首页手术时间不匹配数
|
|
|
*/
|
|
@@ -110,11 +110,11 @@ public class EntryStatisticsDTO {
|
|
|
/**
|
|
|
* 未在6小时内书写危急值条目id
|
|
|
*/
|
|
|
- private Long crisisEntryId;
|
|
|
+ private Long crisisEntryId = 2419L;
|
|
|
/**
|
|
|
* 未在6小时内书写危急值条目名称
|
|
|
*/
|
|
|
- private String crisisEntryName;
|
|
|
+ private String crisisEntryName = "危急值记录未在接到危急值报告后6小时内完成";
|
|
|
/**
|
|
|
* 未在6小时内书写危急值记录数
|
|
|
*/
|
|
@@ -134,11 +134,11 @@ public class EntryStatisticsDTO {
|
|
|
/**
|
|
|
* 阶段小节未书写条目id
|
|
|
*/
|
|
|
- private Long stageSummaryEntryId;
|
|
|
+ private Long stageSummaryEntryId = 2495L;
|
|
|
/**
|
|
|
* 阶段小节未书写条目名称
|
|
|
*/
|
|
|
- private String stageSummaryEntryName;
|
|
|
+ private String stageSummaryEntryName = "无阶段小结";
|
|
|
/**
|
|
|
* 阶段小节未书写数
|
|
|
*/
|