riv.ehr.patientsummary._1.IVLWIDTHTSDATE 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 IVL.WIDTH_TS.DATE complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="IVL.WIDTH_TS.DATE">
* <complexContent>
* <restriction base="{urn:riv:ehr:patientsummary:1}IVL_TS.DATE">
* <sequence>
* <element name="originalText" type="{urn:riv:ehr:patientsummary:1}ED.TEXT" minOccurs="0"/>
* <element name="low" type="{urn:riv:ehr:patientsummary:1}TS.DATE" maxOccurs="0" minOccurs="0"/>
* <element name="high" type="{urn:riv:ehr:patientsummary:1}TS.DATE" maxOccurs="0" minOccurs="0"/>
* <element name="width" type="{urn:riv:ehr:patientsummary:1}QTY" minOccurs="0"/>
* <element name="any" type="{urn:riv:ehr:patientsummary:1}TS.DATE" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "IVL.WIDTH_TS.DATE")
public class IVLWIDTHTSDATE
extends IVLTSDATE
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy