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

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


     * A name associated with the contact
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here


     * The name of the PolicyHolder
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     * The name of the PolicyHolder
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     * A name associated with the person
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     * A name associated with the person
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     * The name of the PolicyHolder
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     * <b>Definition:</b>
     * A name associated with the individual.
     * </p>
   */
  public HumanNameDt addName() {
    HumanNameDt newType = new HumanNameDt();
    getName().add(newType);
    return newType;
  }
View Full Code Here

     * A name associated with the person
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     *
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

     * A name associated with the contact
     * </p>
   */
  public HumanNameDt getName() { 
    if (myName == null) {
      myName = new HumanNameDt();
    }
    return myName;
  }
View Full Code Here

TOP

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

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.