Examples of PeriodDt


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

     * 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
TOP
Copyright © 2018 www.massapi.com. 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.