コード例 #1
0
 public ActionGroup() {
     this.subElementsField = new ActionGroupSubElements();
     this.representedConceptsField = new List<CD>();
     this.descriptionField = new ST();
     this.titleField = new ST();
 }
コード例 #2
0
ファイル: action.cs プロジェクト: suesse/healthedecisions
 public ActionGroup()
 {
     this.subElementsField = new ActionGroupSubElements();
     this.representedConceptsField = new List<CD>();
 }