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 Summary
Enum Constants Enum Constant Description _MEDICATIONCAPCap types for medication containersCHILDA cap designed to be difficult to open for children.EASYA cap designed to be easily removed.FILMA non-reactive plastic film covering over the opening of a container.FOILA foil covering (type of foil not specified) over the opening of a containerNULLadded to help the parsersPUSHA non-threaded cap that forms a tight-fitting closure on a container by pushing the fitted end into the conatiner openingSCRA threaded cap that is screwed onto the opening of a container
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3ContainerCapfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3ContainerCapvalueOf(String name)Returns the enum constant of this type with the specified name.static V3ContainerCap[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_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 Detail
-
values
public static V3ContainerCap[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (V3ContainerCap c : V3ContainerCap.values()) System.out.println(c);
- 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 nameNullPointerException- if the argument is null
-
fromCode
public static V3ContainerCap fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-