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

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


     *
     * </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 start and end time of the encounter
     * </p>
   */
  public PeriodDt getPeriod() { 
    if (myPeriod == null) {
      myPeriod = new PeriodDt();
    }
    return myPeriod;
  }
View Full Code Here

     * The interval of time during which it is being asserted that the patient was taking the medication.
     * </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

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.