Examples of ResourceReferenceDt


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

     * <b>Definition:</b>
     * The device used in administering the medication to the patient.  E.g. a particular infusion pump
     * </p>
   */
  public ResourceReferenceDt addDevice() {
    ResourceReferenceDt newType = new ResourceReferenceDt();
    getDevice().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.