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

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


     * Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last. In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage) When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors.
     * </p>
   */
  public DurationDt getExpectedSupplyDuration() { 
    if (myExpectedSupplyDuration == null) {
      myExpectedSupplyDuration = new DurationDt();
    }
    return myExpectedSupplyDuration;
  }
View Full Code Here


     * Quantity of time the encounter lasted. This excludes the time during leaves of absence.
     * </p>
   */
  public DurationDt getLength() { 
    if (myLength == null) {
      myLength = new DurationDt();
    }
    return myLength;
  }
View Full Code Here

     * Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last. In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage) When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors.
     * </p>
   */
  public DurationDt getExpectedSupplyDuration() { 
    if (myExpectedSupplyDuration == null) {
      myExpectedSupplyDuration = new DurationDt();
    }
    return myExpectedSupplyDuration;
  }
View Full Code Here

     * Quantity of time the encounter lasted. This excludes the time during leaves of absence.
     * </p>
   */
  public DurationDt getLength() { 
    if (myLength == null) {
      myLength = new DurationDt();
    }
    return myLength;
  }
View Full Code Here

     * Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last. In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage) When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors.
     * </p>
   */
  public DurationDt getExpectedSupplyDuration() { 
    if (myExpectedSupplyDuration == null) {
      myExpectedSupplyDuration = new DurationDt();
    }
    return myExpectedSupplyDuration;
  }
View Full Code Here

     * Quantity of time the encounter lasted. This excludes the time during leaves of absence.
     * </p>
   */
  public DurationDt getLength() { 
    if (myLength == null) {
      myLength = new DurationDt();
    }
    return myLength;
  }
View Full Code Here

     * Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last. In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage) When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors.
     * </p>
   */
  public DurationDt getExpectedSupplyDuration() { 
    if (myExpectedSupplyDuration == null) {
      myExpectedSupplyDuration = new DurationDt();
    }
    return myExpectedSupplyDuration;
  }
View Full Code Here

     * Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last. In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage) When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors.
     * </p>
   */
  public DurationDt getExpectedSupplyDuration() { 
    if (myExpectedSupplyDuration == null) {
      myExpectedSupplyDuration = new DurationDt();
    }
    return myExpectedSupplyDuration;
  }
View Full Code Here

     * Quantity of time the encounter lasted. This excludes the time during leaves of absence.
     * </p>
   */
  public DurationDt getLength() { 
    if (myLength == null) {
      myLength = new DurationDt();
    }
    return myLength;
  }
View Full Code Here

TOP

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

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.