示例#1
0
文件: CCRAT.cs 项目: mahitosh/HRA4
 public CCRAT(Patient proband)
 {
     Details          = new CCRATDetails();
     OwningPatient    = proband;
     constructor_args = new object[] { };
 }
示例#2
0
文件: CCRAT.cs 项目: mahitosh/HRA4
 public CCRAT(Patient proband)
 {
     Details = new CCRATDetails();
     OwningPatient = proband;
     constructor_args = new object[] { };
 }