riv.ehr.patientsummary._1.URGLOWCO Maven / Gradle / Ivy
package riv.ehr.patientsummary._1;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for URG.LOW_CO complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="URG.LOW_CO">
* <complexContent>
* <restriction base="{urn:riv:ehr:patientsummary:1}URG_CO">
* <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"/>
* <element name="low" type="{urn:riv:ehr:patientsummary:1}CO" minOccurs="0"/>
* <element name="high" type="{urn:riv:ehr:patientsummary:1}CO" maxOccurs="0" minOccurs="0"/>
* </sequence>
* <attribute name="nullFlavor" type="{urn:riv:ehr:patientsummary:1}NullFlavor" fixed="UNK" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "URG.LOW_CO")
public class URGLOWCO
extends URGCO
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy