Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RaceDetailedEthnicity"/> class.
 /// </summary>
 /// <param name="race">The race.</param>
 /// <param name="detailedEthnicity">The detailed ethnicity.</param>
 protected internal RaceDetailedEthnicity(Race race, DetailedEthnicity detailedEthnicity)
 {
     Race = race;
     DetailedEthnicity = detailedEthnicity;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RaceDetailedEthnicity"/> class.
 /// </summary>
 /// <param name="race">The race.</param>
 /// <param name="detailedEthnicity">The detailed ethnicity.</param>
 protected internal RaceDetailedEthnicity( Race race, DetailedEthnicity detailedEthnicity )
 {
     Race = race;
     DetailedEthnicity = detailedEthnicity;
 }
Beispiel #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PatientEthnicity"/> class.
 /// </summary>
 /// <param name="ethnicity">The ethnicity.</param>
 /// <param name="detailedEthnicity">The detailed ethnicity.</param>
 public PatientEthnicity(Ethnicity ethnicity, DetailedEthnicity detailedEthnicity)
 {
     Ethnicity         = ethnicity;
     DetailedEthnicity = detailedEthnicity;
 }