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

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


     * Tooth surface(s) involved in the restoration.
     * </p>
   */
  public CodeableConceptDt getSurface() { 
    if (mySurface == null) {
      mySurface = new CodeableConceptDt();
    }
    return mySurface;
  }
View Full Code Here


     * Physical form of the location, e.g. building, room, vehicle, road
     * </p>
   */
  public CodeableConceptDt getPhysicalType() { 
    if (myPhysicalType == null) {
      myPhysicalType = new CodeableConceptDt();
    }
    return myPhysicalType;
  }
View Full Code Here

     * The reason code for the referral
     * </p>
   */
  public CodeableConceptDt getReason() { 
    if (myReason == null) {
      myReason = new CodeableConceptDt();
    }
    return myReason;
  }
View Full Code Here

     * Factors which may influence the appicability of coverage
     * </p>
   */
  public CodeableConceptDt getException() { 
    if (myException == null) {
      myException = new CodeableConceptDt();
    }
    return myException;
  }
View Full Code Here

     * The relationship of the patient to the subscriber
     * </p>
   */
  public CodeableConceptDt getRelationship() { 
    if (myRelationship == null) {
      myRelationship = new CodeableConceptDt();
    }
    return myRelationship;
  }
View Full Code Here

     * This code defines the purpose of the list - why it was created
     * </p>
   */
  public CodeableConceptDt getCode() { 
    if (myCode == null) {
      myCode = new CodeableConceptDt();
    }
    return myCode;
  }
View Full Code Here

     * If the list is empty, why the list is empty
     * </p>
   */
  public CodeableConceptDt getEmptyReason() { 
    if (myEmptyReason == null) {
      myEmptyReason = new CodeableConceptDt();
    }
    return myEmptyReason;
  }
View Full Code Here

     * <b>Definition:</b>
     * The flag allows the system constructing the list to make one or more statements about the role and significance of the item in the list
     * </p>
   */
  public CodeableConceptDt addFlag() {
    CodeableConceptDt newType = new CodeableConceptDt();
    getFlag().add(newType);
    return newType;
  }
View Full Code Here

     * Structured name for the question that identifies this question within the Questionnaire or Group
     * </p>
   */
  public CodeableConceptDt getName() { 
    if (myName == null) {
      myName = new CodeableConceptDt();
    }
    return myName;
  }
View Full Code Here

     * Kind of material that forms the specimen
     * </p>
   */
  public CodeableConceptDt getType() { 
    if (myType == null) {
      myType = new CodeableConceptDt();
    }
    return myType;
  }
View Full Code Here

TOP

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

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.