コード例 #1
0
 public RecordTarget(PatientRole patientRole)
 {
     PatientRole = patientRole;
 }
コード例 #2
0
 public RecordTarget()
 {
     PatientRole = new PatientRole();
 }