public enum V3ContainerCap extends Enum<V3ContainerCap>
| Enum Constant and Description |
|---|
_MEDICATIONCAP
Cap types for medication containers
|
CHILD
A cap designed to be difficult to open for children.
|
EASY
A cap designed to be easily removed.
|
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
|
NULL
added to help the parsers
|
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
|
| Modifier and Type | Method and Description |
|---|---|
static V3ContainerCap |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ContainerCap |
valueOf(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.
|
public static final V3ContainerCap _MEDICATIONCAP
public static final V3ContainerCap CHILD
public static final V3ContainerCap EASY
public static final V3ContainerCap FILM
public static final V3ContainerCap FOIL
public static final V3ContainerCap PUSH
public static final V3ContainerCap SCR
public static final V3ContainerCap NULL
public static V3ContainerCap[] values()
for (V3ContainerCap c : V3ContainerCap.values()) System.out.println(c);
public static V3ContainerCap 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 V3ContainerCap fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.