Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DrugAllergyInterResult"/> class.
 /// </summary>
 public DrugAllergyInterResult()
 {
     Drug1     = new Drug();
     Allergen1 = new Allergen();
 }