示例#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[] { };
 }