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

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


     * The period during which the activity occurred
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here


     *
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

     * The time the dispense event occurred.
     * </p>
   */
  public PeriodDt getWhenPrepared() { 
    if (myWhenPrepared == null) {
      myWhenPrepared = new PeriodDt();
    }
    return myWhenPrepared;
  }
View Full Code Here

     * The time the dispensed item was sent or handed to the patient (or agent).
     * </p>
   */
  public PeriodDt getWhenHandedOver() { 
    if (myWhenHandedOver == null) {
      myWhenHandedOver = new PeriodDt();
    }
    return myWhenHandedOver;
  }
View Full Code Here

     * The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

     * The time period over which the service that is described by the document was provided
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

     * An interval of time during which the administration took place.  For many administrations, such as swallowing a tablet the lower and upper values of the interval will be the same.
     * </p>
   */
  public PeriodDt getWhenGiven() { 
    if (myWhenGiven == null) {
      myWhenGiven = new PeriodDt();
    }
    return myWhenGiven;
  }
View Full Code Here

     * Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

     * The period during which the person is authorized to act as a practitioner in these role(s) for the organization
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

     * Period during which the qualification is valid
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

TOP

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

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.