Exemple #1
0
 public RecordTarget(PatientRole patientRole)
 {
     PatientRole = patientRole;
 }
Exemple #2
0
 public RecordTarget()
 {
     PatientRole = new PatientRole();
 }