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

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


     * 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

     *
     * </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 dates over which the procedure was performed. Allows a period to support complex procedures that span more that one date, and also allows for the length of the procedure to be captured.
     * </p>
   */
  public PeriodDt getDate() { 
    if (myDate == null) {
      myDate = new PeriodDt();
    }
    return myDate;
  }
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

     * Indicates when the plan did (or is intended to) come into effect and end.
     * </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

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.