Examples of RangeDt


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

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

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

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
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.