コード例 #1
0
 public void Init()
 {
     Recommendations = new List <string>();
     DataNotice      = new DataVacancy();
     DataNotice.Init();
     InterChoices = new Options();
     InterChoices.Init();
     lstInInterpretation = new List <Interpretation>();
     lstPreDiagnose      = new List <DiseaseCriterion>();
 }
コード例 #2
0
 public void Init()
 {
     Recommendations = new List<string>();
     DataNotice = new DataVacancy();
     DataNotice.Init();
     InterChoices = new Options();
     InterChoices.Init();
     lstInInterpretation = new List<Interpretation>();
     lstPreDiagnose = new List<DiseaseCriterion>();
 }