Package ca.uhn.fhir.model.dstu.composite

Examples of ca.uhn.fhir.model.dstu.composite.RatioDt


     * Identifies the speed with which the medication was introduced into the patient. Typically the rate for an infusion e.g. 200ml in 2 hours.  May also expressed as a rate per unit of time such as 100ml per hour - the duration is then not specified, or is specified in the quantity.
     * </p>
   */
  public RatioDt getRate() { 
    if (myRate == null) {
      myRate = new RatioDt();
    }
    return myRate;
  }
View Full Code Here


     * The maximum total quantity of a therapeutic substance that was administered to the patient over the specified period of time. E.g. 1000mg in 24 hours.
     * </p>
   */
  public RatioDt getMaxDosePerPeriod() { 
    if (myMaxDosePerPeriod == null) {
      myMaxDosePerPeriod = new RatioDt();
    }
    return myMaxDosePerPeriod;
  }
View Full Code Here

     * Identifies the speed with which the substance is introduced into the subject. Typically the rate for an infusion. 200ml in 2 hours.
     * </p>
   */
  public RatioDt getRate() { 
    if (myRate == null) {
      myRate = new RatioDt();
    }
    return myRate;
  }
View Full Code Here

     * The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time,  e.g. 1000mg in 24 hours.
     * </p>
   */
  public RatioDt getMaxDosePerPeriod() { 
    if (myMaxDosePerPeriod == null) {
      myMaxDosePerPeriod = new RatioDt();
    }
    return myMaxDosePerPeriod;
  }
View Full Code Here

     * Identifies the speed with which the substance is introduced into the subject. Typically the rate for an infusion. 200ml in 2 hours.
     * </p>
   */
  public RatioDt getRate() { 
    if (myRate == null) {
      myRate = new RatioDt();
    }
    return myRate;
  }
View Full Code Here

     * The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time. E.g. 1000mg in 24 hours.
     * </p>
   */
  public RatioDt getMaxDosePerPeriod() { 
    if (myMaxDosePerPeriod == null) {
      myMaxDosePerPeriod = new RatioDt();
    }
    return myMaxDosePerPeriod;
  }
View Full Code Here

     * The amount of the ingredient in the substance - a concentration ratio
     * </p>
   */
  public RatioDt getQuantity() { 
    if (myQuantity == null) {
      myQuantity = new RatioDt();
    }
    return myQuantity;
  }
View Full Code Here

     * Identifies the speed with which the substance is introduced into the subject. Typically the rate for an infusion. 200ml in 2 hours.
     * </p>
   */
  public RatioDt getRate() { 
    if (myRate == null) {
      myRate = new RatioDt();
    }
    return myRate;
  }
View Full Code Here

     * The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time. E.g. 1000mg in 24 hours.
     * </p>
   */
  public RatioDt getMaxDosePerPeriod() { 
    if (myMaxDosePerPeriod == null) {
      myMaxDosePerPeriod = new RatioDt();
    }
    return myMaxDosePerPeriod;
  }
View Full Code Here

     * Specifies how many (or how much) of the items there are in this Medication.  E.g. 250 mg per tablet
     * </p>
   */
  public RatioDt getAmount() { 
    if (myAmount == null) {
      myAmount = new RatioDt();
    }
    return myAmount;
  }
View Full Code Here

TOP

Related Classes of ca.uhn.fhir.model.dstu.composite.RatioDt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.