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