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