public enum MedicationKnowledgeCharacter extends Enum<MedicationKnowledgeCharacter>
| Enum Constant and Description |
|---|
COATING
Description of coating of the product.
|
COLOR
Description of color of the product.
|
IMPRINTCD
Identyifying marks on product.
|
LOGO
Description of logo of the product.
|
NULL
added to help the parsers
|
SCORING
Description of scoring of the product.
|
SHAPE
Description of shape of the product.
|
SIZE
Description of size of the product.
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationKnowledgeCharacter |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationKnowledgeCharacter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationKnowledgeCharacter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationKnowledgeCharacter IMPRINTCD
public static final MedicationKnowledgeCharacter SIZE
public static final MedicationKnowledgeCharacter SHAPE
public static final MedicationKnowledgeCharacter COLOR
public static final MedicationKnowledgeCharacter COATING
public static final MedicationKnowledgeCharacter SCORING
public static final MedicationKnowledgeCharacter LOGO
public static final MedicationKnowledgeCharacter NULL
public static MedicationKnowledgeCharacter[] values()
for (MedicationKnowledgeCharacter c : MedicationKnowledgeCharacter.values()) System.out.println(c);
public static MedicationKnowledgeCharacter 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 MedicationKnowledgeCharacter fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.