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

riv.ehr.patientsummary._1.QTY Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version

package riv.ehr.patientsummary._1;

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


/**
 * 

Java class for QTY complex type. * *

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

 * <complexType name="QTY">
 *   <complexContent>
 *     <extension base="{urn:riv:ehr:patientsummary:1}ANY">
 *       <sequence>
 *         <element name="expression" type="{urn:riv:ehr:patientsummary:1}ED" minOccurs="0"/>
 *         <element name="originalText" type="{urn:riv:ehr:patientsummary:1}ED.TEXT" minOccurs="0"/>
 *         <element name="uncertainty" type="{urn:riv:ehr:patientsummary:1}QTY" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="uncertaintyType" type="{urn:riv:ehr:patientsummary:1}UncertaintyType" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "QTY", propOrder = { "expression", "originalText", "uncertainty" }) @XmlSeeAlso({ CO.class, MO.class, URGRTO.class, URGTS.class, URGTSBIRTH.class, URGTSDATEFULL.class, URGINTNONNEG.class, URGINTPOS.class, URGTSDATE.class, REAL.class, URGCO.class, URGPQ.class, URGREAL.class, URGINT.class, URGPQTIME.class, URGMO.class, PQV.class, TS.class, RTO.class, INT.class, URGTSDATETIMEFULL.class, URGTSDATETIME.class }) public abstract class QTY extends ANY { protected ED expression; protected EDTEXT originalText; protected QTY uncertainty; @XmlAttribute(name = "uncertaintyType") protected UncertaintyType uncertaintyType; /** * Gets the value of the expression property. * * @return * possible object is * {@link ED } * */ public ED getExpression() { return expression; } /** * Sets the value of the expression property. * * @param value * allowed object is * {@link ED } * */ public void setExpression(ED value) { this.expression = value; } /** * Gets the value of the originalText property. * * @return * possible object is * {@link EDTEXT } * */ public EDTEXT getOriginalText() { return originalText; } /** * Sets the value of the originalText property. * * @param value * allowed object is * {@link EDTEXT } * */ public void setOriginalText(EDTEXT value) { this.originalText = value; } /** * Gets the value of the uncertainty property. * * @return * possible object is * {@link QTY } * */ public QTY getUncertainty() { return uncertainty; } /** * Sets the value of the uncertainty property. * * @param value * allowed object is * {@link QTY } * */ public void setUncertainty(QTY value) { this.uncertainty = value; } /** * Gets the value of the uncertaintyType property. * * @return * possible object is * {@link UncertaintyType } * */ public UncertaintyType getUncertaintyType() { return uncertaintyType; } /** * Sets the value of the uncertaintyType property. * * @param value * allowed object is * {@link UncertaintyType } * */ public void setUncertaintyType(UncertaintyType value) { this.uncertaintyType = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy