riv.ehr.patientsummary._1.QSETBOUNDEDPIVL 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 QSET.BOUNDEDPIVL complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="QSET.BOUNDEDPIVL">
* <complexContent>
* <restriction base="{urn:riv:ehr:patientsummary:1}QSI_TS">
* <sequence>
* <element name="originalText" type="{urn:riv:ehr:patientsummary:1}ED.TEXT" minOccurs="0"/>
* <element name="term" type="{urn:riv:ehr:patientsummary:1}QSET_TS" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "QSET.BOUNDEDPIVL")
public class QSETBOUNDEDPIVL
extends QSITS
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy