예제 #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[] { };
 }