|
@@ -0,0 +1,20 @@
|
|
|
+package com.lantone.qc.kernel.catalogue.medicalwriting;
|
|
|
+
|
|
|
+import com.lantone.qc.kernel.catalogue.QCCatalogue;
|
|
|
+import com.lantone.qc.pub.model.InputInfo;
|
|
|
+import com.lantone.qc.pub.model.OutputInfo;
|
|
|
+
|
|
|
+import java.text.ParseException;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @ClassName : MEDI0667
|
|
|
+ * @Description :非执业医师书写的病历无执业医师审核签名
|
|
|
+ * @Author : 胡敬
|
|
|
+ * @Date: 2020-03-30 17:27
|
|
|
+ */
|
|
|
+public class MEDI0667 extends QCCatalogue {
|
|
|
+ @Override
|
|
|
+ protected void start(InputInfo inputInfo, OutputInfo outputInfo) throws ParseException {
|
|
|
+ status.set("-2");
|
|
|
+ }
|
|
|
+}
|