Package hdi.model.enumtype
Enum Class QuantityType
- All Implemented Interfaces:
hdi.edi.qualifier.EdiQualifier,Serializable,Comparable<QuantityType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiondesc()ediEltId()ediValue()static QuantityTypehdi.codeent.CodeEntitystatic QuantityTypeReturns the enum constant of this class with the specified name.static QuantityType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface hdi.edi.qualifier.EdiQualifier
codeSource, descAndCode, isMedicalCode, name, qualifierShortType, qualifierType, setDesc, shortDesc, toNameAndCode, toSummaryString
-
Enum Constant Details
-
COVERED
-
COINSURED
-
LIFE_TIME_ACTUAL
-
LIFE_TIME_ESTIMATED
-
NON_COVERED
-
NOT_REPLACED_BLOOD_UNITS
-
OUTLIER_DAYS
-
PATIENTS
-
UNITS
-
PRESCRIPTION
-
VISITS
-
MEDICARE_MEDICAID_CAT_1
-
MEDICARE_MEDICAID_CAT_2
-
MEDICARE_MEDICAID_CAT_3
-
MEDICARE_MEDICAID_CAT_4
-
MEDICARE_MEDICAID_CAT_5
-
DEPENDENT_TOTAL
-
EMPLOYEE_TOTAL
-
TOTAL
-
APPROVED
-
REJECTED
-
UNACKNOWLEDGED
-
ACKNOWLEDGED
-
NONE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromEdi
-
desc
- Specified by:
descin interfacehdi.edi.qualifier.EdiQualifier
-
ediEltId
- Specified by:
ediEltIdin interfacehdi.edi.qualifier.EdiQualifier
-
toCodeEntity
public hdi.codeent.CodeEntity toCodeEntity()- Specified by:
toCodeEntityin interfacehdi.edi.qualifier.EdiQualifier
-
ediValue
- Specified by:
ediValuein interfacehdi.edi.qualifier.EdiQualifier
-