Examples of CodeableConceptDt


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

     * <b>Definition:</b>
     * Identifier for the category of event
     * </p>
   */
  public CodeableConceptDt addSubtype() {
    CodeableConceptDt newType = new CodeableConceptDt();
    getSubtype().add(newType);
    return newType;
  }
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.