Ejemplo n.º 1
0
 public CCRAT(Patient proband)
 {
     Details          = new CCRATDetails();
     OwningPatient    = proband;
     constructor_args = new object[] { };
 }
Ejemplo n.º 2
0
 public CCRAT(Patient proband)
 {
     Details = new CCRATDetails();
     OwningPatient = proband;
     constructor_args = new object[] { };
 }