public enum V3EducationLevel extends Enum<V3EducationLevel>
| Enum Constant and Description |
|---|
ASSOC
Associate's or technical degree complete
|
BD
College or baccalaureate degree complete
|
ELEM
Elementary School
|
GD
Graduate or professional Degree complete
|
HS
High School or secondary school degree complete
|
NULL
added to help the parsers
|
PB
Some post-baccalaureate education
|
POSTG
Doctoral or post graduate education
|
SCOL
Some College education
|
SEC
Some secondary or high school education
|
| Modifier and Type | Method and Description |
|---|---|
static V3EducationLevel |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EducationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EducationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EducationLevel ASSOC
public static final V3EducationLevel BD
public static final V3EducationLevel ELEM
public static final V3EducationLevel GD
public static final V3EducationLevel HS
public static final V3EducationLevel PB
public static final V3EducationLevel POSTG
public static final V3EducationLevel SCOL
public static final V3EducationLevel SEC
public static final V3EducationLevel NULL
public static V3EducationLevel[] values()
for (V3EducationLevel c : V3EducationLevel.values()) System.out.println(c);
public static V3EducationLevel 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 V3EducationLevel fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.