public enum SurfaceCodesEnum extends Enum<SurfaceCodesEnum>
| Enum Constant and Description |
|---|
_0
Code Value: 0
|
_1
Display: 1
Code Value: 1 Permanent teeth Maxillary right. |
_11
Display: 11
Code Value: 11 Upper Right Tooth 1 from the central axis, permanent dentition. |
_12
Display: 12
Code Value: 12 Upper Right Tooth 2 from the central axis, permanent dentition. |
_13
Display: 13
Code Value: 13 Upper Right Tooth 3 from the central axis, permanent dentition. |
_14
Display: 14
Code Value: 14 Upper Right Tooth 4 from the central axis, permanent dentition. |
_15
Display: 15
Code Value: 15 Upper Right Tooth 5 from the central axis, permanent dentition. |
_16
Display: 16
Code Value: 16 Upper Right Tooth 6 from the central axis, permanent dentition. |
_17
Display: 17
Code Value: 17 Upper Right Tooth 7 from the central axis, permanent dentition. |
_18
Display: 18
Code Value: 18 Upper Right Tooth 1 from the central axis, permanent dentition. |
_2
Display: 2
Code Value: 2 Permanent teeth Maxillary left. |
_21
Display: 21
Code Value: 21 Upper Left Tooth 1 from the central axis, permanent dentition. |
_22
Display: 22
Code Value: 22 Upper Left Tooth 2 from the central axis, permanent dentition. |
_23
Display: 23
Code Value: 23 Upper Left Tooth 3 from the central axis, permanent dentition. |
_24
Display: 24
Code Value: 24 Upper Left Tooth 4 from the central axis, permanent dentition. |
_25
Display: 25
Code Value: 25 Upper Left Tooth 5 from the central axis, permanent dentition. |
_26
Display: 26
Code Value: 26 Upper Left Tooth 6 from the central axis, permanent dentition. |
_27
Display: 27
Code Value: 27 Upper Left Tooth 7 from the central axis, permanent dentition. |
_28
Display: 28
Code Value: 28 Upper Left Tooth 8 from the central axis, permanent dentition. |
_3
Display: 3
Code Value: 3 Permanent teeth Mandibular right. |
_31
Display: 31
Code Value: 31 Lower Left Tooth 1 from the central axis, permanent dentition. |
_32
Display: 32
Code Value: 32 Lower Left Tooth 2 from the central axis, permanent dentition. |
_33
Display: 33
Code Value: 33 Lower Left Tooth 3 from the central axis, permanent dentition. |
_34
Display: 34
Code Value: 34 Lower Left Tooth 4 from the central axis, permanent dentition. |
_35
Display: 35
Code Value: 35 Lower Left Tooth 5 from the central axis, permanent dentition. |
_36
Display: 36
Code Value: 36 Lower Left Tooth 6 from the central axis, permanent dentition. |
_37
Display: 37
Code Value: 37 Lower Left Tooth 7 from the central axis, permanent dentition. |
_38
Display: 38
Code Value: 38 Lower Left Tooth 8 from the central axis, permanent dentition. |
_4
Display: 4
Code Value: 4 Permanent teeth Mandibular left. |
_41
Display: 41
Code Value: 41 Lower Right Tooth 1 from the central axis, permanent dentition. |
_42
Display: 42
Code Value: 42 Lower Right Tooth 2 from the central axis, permanent dentition. |
_43
Display: 43
Code Value: 43 Lower Right Tooth 3 from the central axis, permanent dentition. |
_44
Display: 44
Code Value: 44 Lower Right Tooth 4 from the central axis, permanent dentition. |
_45
Display: 45
Code Value: 45 Lower Right Tooth 5 from the central axis, permanent dentition. |
_46
Display: 46
Code Value: 46 Lower Right Tooth 6 from the central axis, permanent dentition. |
_47
Display: 47
Code Value: 47 Lower Right Tooth 7 from the central axis, permanent dentition. |
_48
Display: 48
Code Value: 48 Lower Right Tooth 8 from the central axis, permanent dentition. |
_5
Display: 5
Code Value: 5 Deciduous teeth Maxillary right. |
_6
Display: 6
Code Value: 6 Deciduous teeth Maxillary left. |
_7
Display: 7
Code Value: 7 Deciduous teeth Mandibular right. |
_8
Display: 8
Code Value: 8 Deciduous teeth Mandibular left. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SurfaceCodesEnum> |
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:
Surface Codes
|
| Modifier and Type | Method and Description |
|---|---|
static SurfaceCodesEnum |
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 SurfaceCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurfaceCodesEnum _0
public static final SurfaceCodesEnum _1
public static final SurfaceCodesEnum _2
public static final SurfaceCodesEnum _3
public static final SurfaceCodesEnum _4
public static final SurfaceCodesEnum _5
public static final SurfaceCodesEnum _6
public static final SurfaceCodesEnum _7
public static final SurfaceCodesEnum _8
public static final SurfaceCodesEnum _11
public static final SurfaceCodesEnum _12
public static final SurfaceCodesEnum _13
public static final SurfaceCodesEnum _14
public static final SurfaceCodesEnum _15
public static final SurfaceCodesEnum _16
public static final SurfaceCodesEnum _17
public static final SurfaceCodesEnum _18
public static final SurfaceCodesEnum _21
public static final SurfaceCodesEnum _22
public static final SurfaceCodesEnum _23
public static final SurfaceCodesEnum _24
public static final SurfaceCodesEnum _25
public static final SurfaceCodesEnum _26
public static final SurfaceCodesEnum _27
public static final SurfaceCodesEnum _28
public static final SurfaceCodesEnum _31
public static final SurfaceCodesEnum _32
public static final SurfaceCodesEnum _33
public static final SurfaceCodesEnum _34
public static final SurfaceCodesEnum _35
public static final SurfaceCodesEnum _36
public static final SurfaceCodesEnum _37
public static final SurfaceCodesEnum _38
public static final SurfaceCodesEnum _41
public static final SurfaceCodesEnum _42
public static final SurfaceCodesEnum _43
public static final SurfaceCodesEnum _44
public static final SurfaceCodesEnum _45
public static final SurfaceCodesEnum _46
public static final SurfaceCodesEnum _47
public static final SurfaceCodesEnum _48
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SurfaceCodesEnum> VALUESET_BINDER
public static SurfaceCodesEnum[] values()
for (SurfaceCodesEnum c : SurfaceCodesEnum.values()) System.out.println(c);
public static SurfaceCodesEnum 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 SurfaceCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.