All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencds.cqf.tooling.vmr.EnteralFeedingProposal Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.06.24 at 08:44:29 AM MDT 
//


package org.opencds.cqf.tooling.vmr;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * A class representing enteral nutrition proposals for the delivery of enteral-fed substances (eg, Nutren, Ensure, RenalCal) for patients who are unable to consume diets orally; enteral feedings can be delivered to the stomach or varying parts of the small intestines using a variety of tube placement methods, depending on the clinical scenario. For instance, Nutren via nasogastric tube, 20 ml/hour, increase by 20 ml every 4 hours, goal of 75 ml/hour, water flushes 125 ml every shift.
 * 
 * 

Java class for EnteralFeedingProposal complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="EnteralFeedingProposal">
 *   <complexContent>
 *     <extension base="{urn:hl7-org:vmr:r2}SubstanceAdministrationProposal">
 *       <sequence>
 *         <element name="caloricDensity" type="{urn:hl7-org:cdsdt:r2}IVL_PQ" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EnteralFeedingProposal", propOrder = { "caloricDensity" }) public class EnteralFeedingProposal extends SubstanceAdministrationProposal { protected IVLPQ caloricDensity; /** * Gets the value of the caloricDensity property. * * @return * possible object is * {@link IVLPQ } * */ public IVLPQ getCaloricDensity() { return caloricDensity; } /** * Sets the value of the caloricDensity property. * * @param value * allowed object is * {@link IVLPQ } * */ public void setCaloricDensity(IVLPQ value) { this.caloricDensity = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy