java.lang.Object
java.lang.Enum<Teeth>
org.hl7.fhir.dstu3.model.codesystems.Teeth
All Implemented Interfaces:
Serializable, Comparable<Teeth>

public enum Teeth extends Enum<Teeth>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Upper Right Tooth 1 from the central axis, permanent dentition.
    Upper Right Tooth 2 from the central axis, permanent dentition.
    Upper Right Tooth 3 from the central axis, permanent dentition.
    Upper Right Tooth 4 from the central axis, permanent dentition.
    Upper Right Tooth 5 from the central axis, permanent dentition.
    Upper Right Tooth 6 from the central axis, permanent dentition.
    Upper Right Tooth 7 from the central axis, permanent dentition.
    Upper Right Tooth 8 from the central axis, permanent dentition.
    Upper Left Tooth 1 from the central axis, permanent dentition.
    Upper Left Tooth 2 from the central axis, permanent dentition.
    Upper Left Tooth 3 from the central axis, permanent dentition.
    Upper Left Tooth 4 from the central axis, permanent dentition.
    Upper Left Tooth 5 from the central axis, permanent dentition.
    Upper Left Tooth 6 from the central axis, permanent dentition.
    Upper Left Tooth 7 from the central axis, permanent dentition.
    Upper Left Tooth 8 from the central axis, permanent dentition.
    Lower Left Tooth 1 from the central axis, permanent dentition.
    Lower Left Tooth 2 from the central axis, permanent dentition.
    Lower Left Tooth 3 from the central axis, permanent dentition.
    Lower Left Tooth 4 from the central axis, permanent dentition.
    Lower Left Tooth 5 from the central axis, permanent dentition.
    Lower Left Tooth 6 from the central axis, permanent dentition.
    Lower Left Tooth 7 from the central axis, permanent dentition.
    Lower Left Tooth 8 from the central axis, permanent dentition.
    Lower Right Tooth 1 from the central axis, permanent dentition.
    Lower Right Tooth 2 from the central axis, permanent dentition.
    Lower Right Tooth 3 from the central axis, permanent dentition.
    Lower Right Tooth 4 from the central axis, permanent dentition.
    Lower Right Tooth 5 from the central axis, permanent dentition.
    Lower Right Tooth 6 from the central axis, permanent dentition.
    Lower Right Tooth 7 from the central axis, permanent dentition.
    Lower Right Tooth 8 from the central axis, permanent dentition.
    added to help the parsers
  • Method Summary

    Modifier and Type
    Method
    Description
    static Teeth
    fromCode(String codeString)
     
     
     
     
     
    static Teeth
    Returns the enum constant of this type with the specified name.
    static Teeth[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • _11

      public static final Teeth _11
      Upper Right Tooth 1 from the central axis, permanent dentition.
    • _12

      public static final Teeth _12
      Upper Right Tooth 2 from the central axis, permanent dentition.
    • _13

      public static final Teeth _13
      Upper Right Tooth 3 from the central axis, permanent dentition.
    • _14

      public static final Teeth _14
      Upper Right Tooth 4 from the central axis, permanent dentition.
    • _15

      public static final Teeth _15
      Upper Right Tooth 5 from the central axis, permanent dentition.
    • _16

      public static final Teeth _16
      Upper Right Tooth 6 from the central axis, permanent dentition.
    • _17

      public static final Teeth _17
      Upper Right Tooth 7 from the central axis, permanent dentition.
    • _18

      public static final Teeth _18
      Upper Right Tooth 8 from the central axis, permanent dentition.
    • _21

      public static final Teeth _21
      Upper Left Tooth 1 from the central axis, permanent dentition.
    • _22

      public static final Teeth _22
      Upper Left Tooth 2 from the central axis, permanent dentition.
    • _23

      public static final Teeth _23
      Upper Left Tooth 3 from the central axis, permanent dentition.
    • _24

      public static final Teeth _24
      Upper Left Tooth 4 from the central axis, permanent dentition.
    • _25

      public static final Teeth _25
      Upper Left Tooth 5 from the central axis, permanent dentition.
    • _26

      public static final Teeth _26
      Upper Left Tooth 6 from the central axis, permanent dentition.
    • _27

      public static final Teeth _27
      Upper Left Tooth 7 from the central axis, permanent dentition.
    • _28

      public static final Teeth _28
      Upper Left Tooth 8 from the central axis, permanent dentition.
    • _31

      public static final Teeth _31
      Lower Left Tooth 1 from the central axis, permanent dentition.
    • _32

      public static final Teeth _32
      Lower Left Tooth 2 from the central axis, permanent dentition.
    • _33

      public static final Teeth _33
      Lower Left Tooth 3 from the central axis, permanent dentition.
    • _34

      public static final Teeth _34
      Lower Left Tooth 4 from the central axis, permanent dentition.
    • _35

      public static final Teeth _35
      Lower Left Tooth 5 from the central axis, permanent dentition.
    • _36

      public static final Teeth _36
      Lower Left Tooth 6 from the central axis, permanent dentition.
    • _37

      public static final Teeth _37
      Lower Left Tooth 7 from the central axis, permanent dentition.
    • _38

      public static final Teeth _38
      Lower Left Tooth 8 from the central axis, permanent dentition.
    • _41

      public static final Teeth _41
      Lower Right Tooth 1 from the central axis, permanent dentition.
    • _42

      public static final Teeth _42
      Lower Right Tooth 2 from the central axis, permanent dentition.
    • _43

      public static final Teeth _43
      Lower Right Tooth 3 from the central axis, permanent dentition.
    • _44

      public static final Teeth _44
      Lower Right Tooth 4 from the central axis, permanent dentition.
    • _45

      public static final Teeth _45
      Lower Right Tooth 5 from the central axis, permanent dentition.
    • _46

      public static final Teeth _46
      Lower Right Tooth 6 from the central axis, permanent dentition.
    • _47

      public static final Teeth _47
      Lower Right Tooth 7 from the central axis, permanent dentition.
    • _48

      public static final Teeth _48
      Lower Right Tooth 8 from the central axis, permanent dentition.
    • NULL

      public static final Teeth NULL
      added to help the parsers
  • Method Details

    • values

      public static Teeth[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Teeth valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static Teeth fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()