Enum FeedingDevice
- java.lang.Object
-
- java.lang.Enum<FeedingDevice>
-
- org.hl7.fhir.r4.model.codesystems.FeedingDevice
-
- All Implemented Interfaces:
Serializable
,Comparable<FeedingDevice>
public enum FeedingDevice extends Enum<FeedingDevice>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANGLEDUTENSIL
Angled utensils definition:AUTOFEEDINGDEVICE
Automated feeding devices definition:BIGCUTNIPPLE
Enlarged, cross-cut nipple definition:FOAMHANDLE
Foam handle utensils definition:GLASSLID
Glass with lid/sippy cup definition:HABERMANBOTTLE
Haberman bottle definition:HANDHOLDCUP
Double handhold on glass/cup definition:MIDFLONIPPLE
Middle flow nipple definition:NOSECUP
Nose cup definition:NULL
added to help the parsersORTHONIPPLE
Orthodontic nipple definition:PREEMIENIPPLE
Preemie nipple definition:PROVALECUP
Provale Cup definition:ROCKERKNIFE
Rocker knife definition:RUBBERMAT
Rubber matting under tray definition:SCOOPPLATE
Scoop plate definition:SIPPYNOVALVE
Sippy cup without valve definition:SIPPYVALVE
Sippy cup with valve definition:SLOFLONIPPLE
Slow flow nipple definition:SPOUTCUP
Spout cup definition:STANDARDNIPPLE
Standard nipple definition:STRAW
Straw definition:UTENSILHOLDER
Hand wrap utensil holder definition:
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FeedingDevice
fromCode(String codeString)
String
getDefinition()
String
getDisplay()
String
getSystem()
String
toCode()
static FeedingDevice
valueOf(String name)
Returns the enum constant of this type with the specified name.static FeedingDevice[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STANDARDNIPPLE
public static final FeedingDevice STANDARDNIPPLE
Standard nipple definition:
-
PREEMIENIPPLE
public static final FeedingDevice PREEMIENIPPLE
Preemie nipple definition:
-
ORTHONIPPLE
public static final FeedingDevice ORTHONIPPLE
Orthodontic nipple definition:
-
SLOFLONIPPLE
public static final FeedingDevice SLOFLONIPPLE
Slow flow nipple definition:
-
MIDFLONIPPLE
public static final FeedingDevice MIDFLONIPPLE
Middle flow nipple definition:
-
BIGCUTNIPPLE
public static final FeedingDevice BIGCUTNIPPLE
Enlarged, cross-cut nipple definition:
-
HABERMANBOTTLE
public static final FeedingDevice HABERMANBOTTLE
Haberman bottle definition:
-
SIPPYVALVE
public static final FeedingDevice SIPPYVALVE
Sippy cup with valve definition:
-
SIPPYNOVALVE
public static final FeedingDevice SIPPYNOVALVE
Sippy cup without valve definition:
-
PROVALECUP
public static final FeedingDevice PROVALECUP
Provale Cup definition:
-
GLASSLID
public static final FeedingDevice GLASSLID
Glass with lid/sippy cup definition:
-
HANDHOLDCUP
public static final FeedingDevice HANDHOLDCUP
Double handhold on glass/cup definition:
-
RUBBERMAT
public static final FeedingDevice RUBBERMAT
Rubber matting under tray definition:
-
STRAW
public static final FeedingDevice STRAW
Straw definition:
-
NOSECUP
public static final FeedingDevice NOSECUP
Nose cup definition:
-
SCOOPPLATE
public static final FeedingDevice SCOOPPLATE
Scoop plate definition:
-
UTENSILHOLDER
public static final FeedingDevice UTENSILHOLDER
Hand wrap utensil holder definition:
-
FOAMHANDLE
public static final FeedingDevice FOAMHANDLE
Foam handle utensils definition:
-
ANGLEDUTENSIL
public static final FeedingDevice ANGLEDUTENSIL
Angled utensils definition:
-
SPOUTCUP
public static final FeedingDevice SPOUTCUP
Spout cup definition:
-
AUTOFEEDINGDEVICE
public static final FeedingDevice AUTOFEEDINGDEVICE
Automated feeding devices definition:
-
ROCKERKNIFE
public static final FeedingDevice ROCKERKNIFE
Rocker knife definition:
-
NULL
public static final FeedingDevice NULL
added to help the parsers
-
-
Method Detail
-
values
public static FeedingDevice[] 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 (FeedingDevice c : FeedingDevice.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FeedingDevice 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 FeedingDevice fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-