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

ihe.iti.svs._2008.ActSpecimenTreatmentCode 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 ActSpecimenTreatmentCode. * *

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

*

 * <simpleType name="ActSpecimenTreatmentCode">
 *   <restriction base="{urn:ihe:iti:svs:2008}cs">
 *     <enumeration value="ACID"/>
 *     <enumeration value="ALK"/>
 *     <enumeration value="DEFB"/>
 *     <enumeration value="FILT"/>
 *     <enumeration value="LDLP"/>
 *     <enumeration value="NEUT"/>
 *     <enumeration value="RECA"/>
 *     <enumeration value="UFIL"/>
 *   </restriction>
 * </simpleType>
 * 
* */ @XmlType(name = "ActSpecimenTreatmentCode") @XmlEnum public enum ActSpecimenTreatmentCode { ACID, ALK, DEFB, FILT, LDLP, NEUT, RECA, UFIL; public String value() { return name(); } public static ActSpecimenTreatmentCode fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy