Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the AdministrationTimes class with a drug attribute to copy.
 /// </summary>
 /// <param name="drugAttribute">The drug attribute to copy.</param>
 public AdministrationTimes(DrugElement drugAttribute)
 {
     this.Copy(drugAttribute);
 }
Exemplo n.º 2
0
 /// <summary>
 ///Initializes a new instance of the Route class with a drug attribute to copy.
 /// </summary>
 /// <param name="drugAttribute">The drug attribute to copy.</param>
 public Route(DrugElement drugAttribute)
 {
     this.Copy(drugAttribute);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the Strength class with a drug attribute to copy.
 /// </summary>
 /// <param name="drugAttribute">The drug attribute to copy.</param>
 public Strength(DrugElement drugAttribute)
 {
     this.Copy(drugAttribute);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the Frequency class with a drug attribute to copy.
 /// </summary>
 /// <param name="drugAttribute">The drug attribute to copy.</param>
 public Frequency(DrugElement drugAttribute)
 {
     this.Copy(drugAttribute);
 }