Enum Constant Summary
Enum Constants
Cap types for medication containers
A cap designed to be difficult to open for children.
A cap designed to be easily removed.
A non-reactive plastic film covering over the opening of a container.
A foil covering (type of foil not specified) over the opening of a container
added to help the parsers
A non-threaded cap that forms a tight-fitting closure on a container by
pushing the fitted end into the conatiner opening
A threaded cap that is screwed onto the opening of a container
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
_MEDICATIONCAP
Cap types for medication containers
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
A cap designed to be easily removed. For products intended to be opened by
persons with limited strength or dexterity.
FILM
A non-reactive plastic film covering over the opening of a container.
FOIL
A foil covering (type of foil not specified) over the opening of a container
PUSH
A non-threaded cap that forms a tight-fitting closure on a container by
pushing the fitted end into the conatiner opening
SCR
A threaded cap that is screwed onto the opening of a container
NULL
added to help the parsers
Method Details
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
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
Throws:
org.hl7.fhir.exceptions.FHIRException