|
@@ -0,0 +1,17 @@
|
|
|
+package com.lantone.qc.kernel.catalogue.reasonablediagnosis;
|
|
|
+
|
|
|
+import com.lantone.qc.kernel.catalogue.QCCatalogue;
|
|
|
+import com.lantone.qc.pub.model.InputInfo;
|
|
|
+import com.lantone.qc.pub.model.OutputInfo;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @ClassName : REAS0623
|
|
|
+ * @Description : 诊疗合理性-诊疗措施严重违反医疗原则规范
|
|
|
+ * @Author : 楼辉荣
|
|
|
+ * @Date: 2020-03-28 17:30
|
|
|
+ */
|
|
|
+public class REAS0623 extends QCCatalogue {
|
|
|
+ public void start(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
|
+ status.set("-2");
|
|
|
+ }
|
|
|
+}
|