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