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