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

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


/**
 * 

Java class for ED.TEXT complex type. * *

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

 * <complexType name="ED.TEXT">
 *   <complexContent>
 *     <restriction base="{urn:riv:ehr:patientsummary:1}ED">
 *       <sequence>
 *         <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="0" minOccurs="0"/>
 *         <element name="xml" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="0" minOccurs="0"/>
 *         <element name="reference" type="{urn:riv:ehr:patientsummary:1}TEL.URL" minOccurs="0"/>
 *         <element name="integrityCheck" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="0" minOccurs="0"/>
 *         <element name="thumbnail" type="{urn:riv:ehr:patientsummary:1}ED" maxOccurs="0" minOccurs="0"/>
 *         <element name="description" type="{urn:riv:ehr:patientsummary:1}ST" minOccurs="0"/>
 *         <element name="translation" type="{urn:riv:ehr:patientsummary:1}ED" maxOccurs="0" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="mediaType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="text/plain" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ED.TEXT") public class EDTEXT extends ED { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy