public enum FeedingDevice extends Enum<FeedingDevice>
| Enum Constant and 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 parsers
|
ORTHONIPPLE
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:
|
| Modifier and Type | Method and 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.
|
public static final FeedingDevice STANDARDNIPPLE
public static final FeedingDevice PREEMIENIPPLE
public static final FeedingDevice ORTHONIPPLE
public static final FeedingDevice SLOFLONIPPLE
public static final FeedingDevice MIDFLONIPPLE
public static final FeedingDevice BIGCUTNIPPLE
public static final FeedingDevice HABERMANBOTTLE
public static final FeedingDevice SIPPYVALVE
public static final FeedingDevice SIPPYNOVALVE
public static final FeedingDevice PROVALECUP
public static final FeedingDevice GLASSLID
public static final FeedingDevice HANDHOLDCUP
public static final FeedingDevice RUBBERMAT
public static final FeedingDevice STRAW
public static final FeedingDevice NOSECUP
public static final FeedingDevice SCOOPPLATE
public static final FeedingDevice UTENSILHOLDER
public static final FeedingDevice FOAMHANDLE
public static final FeedingDevice ANGLEDUTENSIL
public static final FeedingDevice SPOUTCUP
public static final FeedingDevice AUTOFEEDINGDEVICE
public static final FeedingDevice ROCKERKNIFE
public static final FeedingDevice NULL
public static FeedingDevice[] values()
for (FeedingDevice c : FeedingDevice.values()) System.out.println(c);
public static FeedingDevice 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 FeedingDevice 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.