Package org.hl7.v3

Enum Class RefillPartFillPharmacySupplyType

java.lang.Object
java.lang.Enum<RefillPartFillPharmacySupplyType>
org.hl7.v3.RefillPartFillPharmacySupplyType
All Implemented Interfaces:
Serializable, Comparable<RefillPartFillPharmacySupplyType>, Constable

public enum RefillPartFillPharmacySupplyType extends Enum<RefillPartFillPharmacySupplyType>

Java class for RefillPartFillPharmacySupplyType.

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

 <simpleType name="RefillPartFillPharmacySupplyType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="RFP"/>
     <enumeration value="RFPS"/>
   </restriction>
 </simpleType>