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

ihe.iti.svs._2008.XDocumentEncounterMood Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version

package ihe.iti.svs._2008;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for x_DocumentEncounterMood. * *

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

*

 * <simpleType name="x_DocumentEncounterMood">
 *   <restriction base="{urn:ihe:iti:svs:2008}cs">
 *     <enumeration value="APT"/>
 *     <enumeration value="ARQ"/>
 *     <enumeration value="EVN"/>
 *     <enumeration value="INT"/>
 *     <enumeration value="PRMS"/>
 *     <enumeration value="PRP"/>
 *     <enumeration value="RQO"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "x_DocumentEncounterMood") @XmlEnum public enum XDocumentEncounterMood { APT, ARQ, EVN, INT, PRMS, PRP, RQO; public String value() { return name(); } public static XDocumentEncounterMood fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy