コード例 #1
0
ファイル: AdministrationTimes.cs プロジェクト: odnodn/mscui
 /// <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);
 }
コード例 #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);
 }
コード例 #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);
 }
コード例 #4
0
ファイル: Frequency.cs プロジェクト: odnodn/mscui
 /// <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);
 }