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

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


     * The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so
     * </p>
   */
  public RangeDt getAge() { 
    if (myAge == null) {
      myAge = new RangeDt();
    }
    return myAge;
  }
View Full Code Here


     * The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so
     * </p>
   */
  public RangeDt getAge() { 
    if (myAge == null) {
      myAge = new RangeDt();
    }
    return myAge;
  }
View Full Code Here

     * The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so
     * </p>
   */
  public RangeDt getAge() { 
    if (myAge == null) {
      myAge = new RangeDt();
    }
    return myAge;
  }
View Full Code Here

     * The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so
     * </p>
   */
  public RangeDt getAge() { 
    if (myAge == null) {
      myAge = new RangeDt();
    }
    return myAge;
  }
View Full Code Here

TOP

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

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.