コード例 #1
0
ファイル: Claus.cs プロジェクト: mahitosh/HRA4
 public Claus(Patient proband)
 {
     RiskFactors = new ClausRiskFactors();
     OwningPatient = proband;
     constructor_args = new object[] { };
 }
コード例 #2
0
 public Claus(Patient proband)
 {
     RiskFactors      = new ClausRiskFactors();
     OwningPatient    = proband;
     constructor_args = new object[] { };
 }