public enum Teeth extends Enum<Teeth>
| Enum Constant and Description |
|---|
_11
Upper Right Tooth 1 from the central axis, permanent dentition.
|
_12
Upper Right Tooth 2 from the central axis, permanent dentition.
|
_13
Upper Right Tooth 3 from the central axis, permanent dentition.
|
_14
Upper Right Tooth 4 from the central axis, permanent dentition.
|
_15
Upper Right Tooth 5 from the central axis, permanent dentition.
|
_16
Upper Right Tooth 6 from the central axis, permanent dentition.
|
_17
Upper Right Tooth 7 from the central axis, permanent dentition.
|
_18
Upper Right Tooth 8 from the central axis, permanent dentition.
|
_21
Upper Left Tooth 1 from the central axis, permanent dentition.
|
_22
Upper Left Tooth 2 from the central axis, permanent dentition.
|
_23
Upper Left Tooth 3 from the central axis, permanent dentition.
|
_24
Upper Left Tooth 4 from the central axis, permanent dentition.
|
_25
Upper Left Tooth 5 from the central axis, permanent dentition.
|
_26
Upper Left Tooth 6 from the central axis, permanent dentition.
|
_27
Upper Left Tooth 7 from the central axis, permanent dentition.
|
_28
Upper Left Tooth 8 from the central axis, permanent dentition.
|
_31
Lower Left Tooth 1 from the central axis, permanent dentition.
|
_32
Lower Left Tooth 2 from the central axis, permanent dentition.
|
_33
Lower Left Tooth 3 from the central axis, permanent dentition.
|
_34
Lower Left Tooth 4 from the central axis, permanent dentition.
|
_35
Lower Left Tooth 5 from the central axis, permanent dentition.
|
_36
Lower Left Tooth 6 from the central axis, permanent dentition.
|
_37
Lower Left Tooth 7 from the central axis, permanent dentition.
|
_38
Lower Left Tooth 8 from the central axis, permanent dentition.
|
_41
Lower Right Tooth 1 from the central axis, permanent dentition.
|
_42
Lower Right Tooth 2 from the central axis, permanent dentition.
|
_43
Lower Right Tooth 3 from the central axis, permanent dentition.
|
_44
Lower Right Tooth 4 from the central axis, permanent dentition.
|
_45
Lower Right Tooth 5 from the central axis, permanent dentition.
|
_46
Lower Right Tooth 6 from the central axis, permanent dentition.
|
_47
Lower Right Tooth 7 from the central axis, permanent dentition.
|
_48
Lower Right Tooth 8 from the central axis, permanent dentition.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Teeth |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Teeth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Teeth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Teeth[] values()
for (Teeth c : Teeth.values()) System.out.println(c);
public static Teeth 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 Teeth 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.