public enum MedicationknowledgeCharacteristic extends Enum<MedicationknowledgeCharacteristic>
| Enum Constant and Description |
|---|
COATING
Description of the coating of the product
|
COLOR
Description of the color of the product
|
IMPRINTCD
Identyifying marks on product
|
LOGO
Description of the Logo of the product
|
NULL
added to help the parsers
|
SCORING
Description of the scoring of the product
|
SHAPE
Description of the shape of the product
|
SIZE
Description of size of the product
|
| Modifier and Type | Method and 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.
|
public static final MedicationknowledgeCharacteristic IMPRINTCD
public static final MedicationknowledgeCharacteristic SIZE
public static final MedicationknowledgeCharacteristic SHAPE
public static final MedicationknowledgeCharacteristic COLOR
public static final MedicationknowledgeCharacteristic COATING
public static final MedicationknowledgeCharacteristic SCORING
public static final MedicationknowledgeCharacteristic LOGO
public static final MedicationknowledgeCharacteristic NULL
public static MedicationknowledgeCharacteristic[] values()
for (MedicationknowledgeCharacteristic c : MedicationknowledgeCharacteristic.values()) System.out.println(c);
public static MedicationknowledgeCharacteristic 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 MedicationknowledgeCharacteristic 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.