Package ca.uhn.fhir.model.primitive

Examples of ca.uhn.fhir.model.primitive.IdrefDt


     * <b>Definition:</b>
     * Internal reference that identifies the goals that this activity is intended to contribute towards meeting
     * </p>
   */
  public IdrefDt addGoal() {
    IdrefDt newType = new IdrefDt();
    getGoal().add(newType);
    return newType;
  }
View Full Code Here


     *
     * </p>
   */
  public IdrefDt getIdrefSingle() { 
    if (myIdrefSingle == null) {
      myIdrefSingle = new IdrefDt();
    }
    return myIdrefSingle;
  }
View Full Code Here

     * <b>Definition:</b>
     * Internal reference that identifies the goals that this activity is intended to contribute towards meeting
     * </p>
   */
  public IdrefDt addGoal() {
    IdrefDt newType = new IdrefDt();
    getGoal().add(newType);
    return newType;
  }
View Full Code Here

     *
     * </p>
   */
  public IdrefDt getIdrefSingle() { 
    if (myIdrefSingle == null) {
      myIdrefSingle = new IdrefDt();
    }
    return myIdrefSingle;
  }
View Full Code Here

     * <b>Definition:</b>
     * Internal reference that identifies the goals that this activity is intended to contribute towards meeting
     * </p>
   */
  public IdrefDt addGoal() {
    IdrefDt newType = new IdrefDt();
    getGoal().add(newType);
    return newType;
  }
View Full Code Here

     * <b>Definition:</b>
     * Internal reference that identifies the goals that this activity is intended to contribute towards meeting
     * </p>
   */
  public IdrefDt addGoal() {
    IdrefDt newType = new IdrefDt();
    getGoal().add(newType);
    return newType;
  }
View Full Code Here

     *
     * </p>
   */
  public IdrefDt getIdrefSingle() { 
    if (myIdrefSingle == null) {
      myIdrefSingle = new IdrefDt();
    }
    return myIdrefSingle;
  }
View Full Code Here

     * <b>Definition:</b>
     * Internal reference that identifies the goals that this activity is intended to contribute towards meeting
     * </p>
   */
  public IdrefDt addGoal() {
    IdrefDt newType = new IdrefDt();
    getGoal().add(newType);
    return newType;
  }
View Full Code Here

TOP

Related Classes of ca.uhn.fhir.model.primitive.IdrefDt

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.