Browse Source

质控编号修改

wangyu 5 năm trước cách đây
mục cha
commit
591d43121b

+ 1 - 1
kernel/src/main/java/com/lantone/qc/kernel/catalogue/noticeinformedconsent/MEDI02882.java

@@ -1,4 +1,4 @@
-package com.lantone.qc.kernel.catalogue.noticeinformedconsent;
+package com.lantone.qc.kernel.catalogue.medicalwriting;
 
 import com.lantone.qc.kernel.catalogue.QCCatalogue;
 import com.lantone.qc.pub.model.InputInfo;

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/noticeinformedconsent/NOT0720.java

@@ -1,4 +1,4 @@
-package com.lantone.qc.kernel.catalogue.noticeinformedconsent;
+package com.lantone.qc.kernel.catalogue.medicalwriting;
 
 import com.lantone.qc.kernel.catalogue.QCCatalogue;
 import com.lantone.qc.pub.model.InputInfo;
@@ -19,7 +19,7 @@ import java.util.stream.Collectors;
  * @Date: 2020-04-21 18:40
  */
 @Component
-public class NOT0720 extends QCCatalogue {
+public class MEDI02888 extends QCCatalogue {
     public void start(InputInfo inputInfo, OutputInfo outputInfo) {
         status.set("0");
         NoticeOfConversationDoc noticeOfConversationDoc = inputInfo.getNoticeOfConversationDoc();

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/noticeinformedconsent/NOT0719.java

@@ -1,4 +1,4 @@
-package com.lantone.qc.kernel.catalogue.noticeinformedconsent;
+package com.lantone.qc.kernel.catalogue.medicalwriting;
 
 import com.lantone.qc.kernel.catalogue.QCCatalogue;
 import com.lantone.qc.pub.model.InputInfo;
@@ -16,7 +16,7 @@ import java.util.Map;
  * @Date: 2020-04-21 18:54
  */
 @Component
-public class NOT0719 extends QCCatalogue {
+public class MEDI02889 extends QCCatalogue {
     public void start(InputInfo inputInfo, OutputInfo outputInfo) {
         InformedConsentDoc informedConsentDoc = inputInfo.getInformedConsentDoc();
         if (informedConsentDoc == null){

+ 2 - 2
kernel/src/main/java/com/lantone/qc/kernel/catalogue/noticeinformedconsent/NOT0718.java

@@ -1,4 +1,4 @@
-package com.lantone.qc.kernel.catalogue.noticeinformedconsent;
+package com.lantone.qc.kernel.catalogue.medicalwriting;
 
 import com.lantone.qc.kernel.catalogue.QCCatalogue;
 import com.lantone.qc.pub.model.InputInfo;
@@ -15,7 +15,7 @@ import java.util.Map;
  * @Date: 2020-04-21 18:40
  */
 @Component
-public class NOT0718 extends QCCatalogue {
+public class MEDI02890 extends QCCatalogue {
     public void start(InputInfo inputInfo, OutputInfo outputInfo) {
         NoticeOfConversationDoc noticeOfConversationDoc = inputInfo.getNoticeOfConversationDoc();
         if (noticeOfConversationDoc == null){