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