|
@@ -101,6 +101,14 @@ public class ChangxDocTrans extends DocTrans {
|
|
ChangxThreeLevelWardDocTrans threeLevelWardDocTrans = new ChangxThreeLevelWardDocTrans();
|
|
ChangxThreeLevelWardDocTrans threeLevelWardDocTrans = new ChangxThreeLevelWardDocTrans();
|
|
inputInfo.setThreeLevelWardDocs(threeLevelWardDocTrans.extract(i));
|
|
inputInfo.setThreeLevelWardDocs(threeLevelWardDocTrans.extract(i));
|
|
}
|
|
}
|
|
|
|
+ if (i.getTitle().equals("知情同意书")) {
|
|
|
|
+ ChangxInformedConsentDocTrans informedConsentDocTrans = new ChangxInformedConsentDocTrans();
|
|
|
|
+ inputInfo.setInformedConsentDocs(informedConsentDocTrans.extract(i));
|
|
|
|
+ }
|
|
|
|
+ if (i.getTitle().equals("谈话告知书")) {
|
|
|
|
+ ChangxNoticeOfConversationDocTrans noticeOfConversationDocTrans = new ChangxNoticeOfConversationDocTrans();
|
|
|
|
+ inputInfo.setNoticeOfConversationDocs(noticeOfConversationDocTrans.extract(i));
|
|
|
|
+ }
|
|
}
|
|
}
|
|
pageDataHandle(inputInfo);
|
|
pageDataHandle(inputInfo);
|
|
return inputInfo;
|
|
return inputInfo;
|