public enum ImmunizationRecommendationDateCriterionCodesEnum extends Enum<ImmunizationRecommendationDateCriterionCodesEnum>
| Enum Constant and Description |
|---|
DUE
Display: Due
Code Value: due Date the next dose is considered due. |
EARLIEST_DATE
Display: Earliest Date
Code Value: earliest As early as possible. |
LATEST
Display: Latest
Code Value: latest The latest date the next dose is to be given. |
PAST_DUE_DATE
Display: Past Due Date
Code Value: overdue Date the next dose is considered overdue. |
RECOMMENDED
Display: Recommended
Code Value: recommended At the recommended date. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ImmunizationRecommendationDateCriterionCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Immunization Recommendation Date Criterion Codes
|
| Modifier and Type | Method and Description |
|---|---|
static ImmunizationRecommendationDateCriterionCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ImmunizationRecommendationDateCriterionCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmunizationRecommendationDateCriterionCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImmunizationRecommendationDateCriterionCodesEnum DUE
public static final ImmunizationRecommendationDateCriterionCodesEnum RECOMMENDED
public static final ImmunizationRecommendationDateCriterionCodesEnum EARLIEST_DATE
public static final ImmunizationRecommendationDateCriterionCodesEnum PAST_DUE_DATE
public static final ImmunizationRecommendationDateCriterionCodesEnum LATEST
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ImmunizationRecommendationDateCriterionCodesEnum> VALUESET_BINDER
public static ImmunizationRecommendationDateCriterionCodesEnum[] values()
for (ImmunizationRecommendationDateCriterionCodesEnum c : ImmunizationRecommendationDateCriterionCodesEnum.values()) System.out.println(c);
public static ImmunizationRecommendationDateCriterionCodesEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ImmunizationRecommendationDateCriterionCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.