public enum PractitionerSpecialtyEnum extends Enum<PractitionerSpecialtyEnum>
| Enum Constant and Description |
|---|
CARDIOLOGIST
Display: Cardiologist
Code Value: cardio |
DENTIST
Display: Dentist
Code Value: dent |
DIETARY_CONSULTANT
Display: Dietary consultant
Code Value: dietary |
MIDWIFE
Display: Midwife
Code Value: midw |
SYSTEMS_ARCHITECT
Display: Systems architect
Code Value: sysarch |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<PractitionerSpecialtyEnum> |
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:
PractitionerSpecialty
|
| Modifier and Type | Method and Description |
|---|---|
static PractitionerSpecialtyEnum |
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 PractitionerSpecialtyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PractitionerSpecialtyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PractitionerSpecialtyEnum CARDIOLOGIST
public static final PractitionerSpecialtyEnum DENTIST
public static final PractitionerSpecialtyEnum DIETARY_CONSULTANT
public static final PractitionerSpecialtyEnum MIDWIFE
public static final PractitionerSpecialtyEnum SYSTEMS_ARCHITECT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<PractitionerSpecialtyEnum> VALUESET_BINDER
public static PractitionerSpecialtyEnum[] values()
for (PractitionerSpecialtyEnum c : PractitionerSpecialtyEnum.values()) System.out.println(c);
public static PractitionerSpecialtyEnum 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 PractitionerSpecialtyEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.