Enum MedicationknowledgeCharacteristic
- java.lang.Object
-
- java.lang.Enum<MedicationknowledgeCharacteristic>
-
- org.hl7.fhir.r4.model.codesystems.MedicationknowledgeCharacteristic
-
- All Implemented Interfaces:
Serializable
,Comparable<MedicationknowledgeCharacteristic>
public enum MedicationknowledgeCharacteristic extends Enum<MedicationknowledgeCharacteristic>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COATING
Description of the coating of the productCOLOR
Description of the color of the productIMPRINTCD
Identyifying marks on productLOGO
Description of the Logo of the productNULL
added to help the parsersSCORING
Description of the scoring of the productSHAPE
Description of the shape of the productSIZE
Description of size of the product
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MedicationknowledgeCharacteristic
fromCode(String codeString)
String
getDefinition()
String
getDisplay()
String
getSystem()
String
toCode()
static MedicationknowledgeCharacteristic
valueOf(String name)
Returns the enum constant of this type with the specified name.static MedicationknowledgeCharacteristic[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
IMPRINTCD
public static final MedicationknowledgeCharacteristic IMPRINTCD
Identyifying marks on product
-
SIZE
public static final MedicationknowledgeCharacteristic SIZE
Description of size of the product
-
SHAPE
public static final MedicationknowledgeCharacteristic SHAPE
Description of the shape of the product
-
COLOR
public static final MedicationknowledgeCharacteristic COLOR
Description of the color of the product
-
COATING
public static final MedicationknowledgeCharacteristic COATING
Description of the coating of the product
-
SCORING
public static final MedicationknowledgeCharacteristic SCORING
Description of the scoring of the product
-
LOGO
public static final MedicationknowledgeCharacteristic LOGO
Description of the Logo of the product
-
NULL
public static final MedicationknowledgeCharacteristic NULL
added to help the parsers
-
-
Method Detail
-
values
public static MedicationknowledgeCharacteristic[] 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 (MedicationknowledgeCharacteristic c : MedicationknowledgeCharacteristic.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MedicationknowledgeCharacteristic 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 MedicationknowledgeCharacteristic fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-