Example #1
0
 public TyrerCuzick(Patient proband)
 {
     RiskFactors      = new TcRiskFactors();
     OwningPatient    = proband;
     constructor_args = new object[] { };
 }
Example #2
0
 public TyrerCuzick(Patient proband)
 {
     RiskFactors = new TcRiskFactors();
     OwningPatient = proband;
     constructor_args = new object[] { };
 }