public enum Surface extends Enum<Surface>
| Enum Constant and Description |
|---|
B
The surface of a posterior tooth facing the cheeks.
|
D
The surface of a tooth that faces away from the midline of the face.
|
DI
The Distoincisal surfaces of a tooth.
|
DO
The Distoclusal surfaces of a tooth.
|
I
The biting edge of anterior teeth.
|
L
The surface of a tooth facing the tongue.
|
M
The surface of a tooth that is closest to the midline (middle) of the face.
|
MO
The Mesioclusal surfaces of a tooth.
|
MOD
The Mesioclusodistal surfaces of a tooth.
|
NULL
added to help the parsers
|
O
The chewing surface of posterior teeth.
|
V
The surface of a tooth facing the lips.
|
| Modifier and Type | Method and Description |
|---|---|
static Surface |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Surface |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Surface[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Surface M
public static final Surface D
public static Surface[] values()
for (Surface c : Surface.values()) System.out.println(c);
public static Surface 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 Surface 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.