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

riv.ehr.patientsummary._1.EIVLTSBIRTH 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.XmlType;


/**
 * 

Java class for EIVL_TS.BIRTH complex type. * *

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

 * <complexType name="EIVL_TS.BIRTH">
 *   <complexContent>
 *     <extension base="{urn:riv:ehr:patientsummary:1}QSET_TS.BIRTH">
 *       <sequence>
 *         <element name="offset" type="{urn:riv:ehr:patientsummary:1}IVL_PQ" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="event" type="{urn:riv:ehr:patientsummary:1}TimingEvent" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EIVL_TS.BIRTH", propOrder = { "offset" }) public class EIVLTSBIRTH extends QSETTSBIRTH { protected IVLPQ offset; @XmlAttribute(name = "event") protected TimingEvent event; /** * Gets the value of the offset property. * * @return * possible object is * {@link IVLPQ } * */ public IVLPQ getOffset() { return offset; } /** * Sets the value of the offset property. * * @param value * allowed object is * {@link IVLPQ } * */ public void setOffset(IVLPQ value) { this.offset = value; } /** * Gets the value of the event property. * * @return * possible object is * {@link TimingEvent } * */ public TimingEvent getEvent() { return event; } /** * Sets the value of the event property. * * @param value * allowed object is * {@link TimingEvent } * */ public void setEvent(TimingEvent value) { this.event = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy