コード例 #1
0
 public KnowledgeResource() {
     this.citationField = new ST();
     this.descriptionField = new ST();
     this.locationField = new TEL();
     this.titleField = new ST();
     this.templateIdsField = new KnowledgeResourceTemplateIds();
     this.identifiersField = new KnowledgeResourceIdentifiers();
 }
コード例 #2
0
ファイル: action.cs プロジェクト: suesse/healthedecisions
 public KnowledgeResource()
 {
     this.locationField = new TEL();
     this.templateIdsField = new KnowledgeResourceTemplateIds();
     this.identifiersField = new KnowledgeResourceIdentifiers();
 }