Enum V3ContainerCap

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

public enum V3ContainerCap extends Enum<V3ContainerCap>
  • Enum Constant Details

    • _MEDICATIONCAP

      public static final V3ContainerCap _MEDICATIONCAP
      Cap types for medication containers
    • CHILD

      public static final V3ContainerCap CHILD
      A cap designed to be difficult to open for children. Generally requires multiple simultaneous actions (e.g. squeeze and twist) to open. Used for products that may be dangerous if ingested or overdosed by children.
    • EASY

      public static final V3ContainerCap EASY
      A cap designed to be easily removed. For products intended to be opened by persons with limited strength or dexterity.
    • FILM

      public static final V3ContainerCap FILM
      A non-reactive plastic film covering over the opening of a container.
    • FOIL

      public static final V3ContainerCap FOIL
      A foil covering (type of foil not specified) over the opening of a container
    • PUSH

      public static final V3ContainerCap PUSH
      A non-threaded cap that forms a tight-fitting closure on a container by pushing the fitted end into the conatiner opening
    • SCR

      public static final V3ContainerCap SCR
      A threaded cap that is screwed onto the opening of a container
    • NULL

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

    • values

      public static V3ContainerCap[] 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 V3ContainerCap 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 V3ContainerCap 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()