public enum MedicationKnowledgePackage extends Enum<MedicationKnowledgePackage>
| Enum Constant and Description |
|---|
AMP
null
|
BAG
null
|
BLSTRPK
null
|
BOT
null
|
BOX
null
|
CAN
null
|
CART
null
|
CNSTR
null
|
DISK
null
|
DOSET
null
|
JAR
null
|
JUG
null
|
MINIM
null
|
NEBAMP
null
|
NULL
added to help the parsers
|
OVUL
null
|
PCH
null
|
PKT
null
|
SASH
null
|
STRIP
null
|
TIN
null
|
TUB
null
|
TUBE
null
|
VIAL
null
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationKnowledgePackage |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationKnowledgePackage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationKnowledgePackage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationKnowledgePackage AMP
public static final MedicationKnowledgePackage BAG
public static final MedicationKnowledgePackage BLSTRPK
public static final MedicationKnowledgePackage BOT
public static final MedicationKnowledgePackage BOX
public static final MedicationKnowledgePackage CAN
public static final MedicationKnowledgePackage CART
public static final MedicationKnowledgePackage CNSTR
public static final MedicationKnowledgePackage DISK
public static final MedicationKnowledgePackage DOSET
public static final MedicationKnowledgePackage JAR
public static final MedicationKnowledgePackage JUG
public static final MedicationKnowledgePackage MINIM
public static final MedicationKnowledgePackage NEBAMP
public static final MedicationKnowledgePackage OVUL
public static final MedicationKnowledgePackage PCH
public static final MedicationKnowledgePackage PKT
public static final MedicationKnowledgePackage SASH
public static final MedicationKnowledgePackage STRIP
public static final MedicationKnowledgePackage TIN
public static final MedicationKnowledgePackage TUB
public static final MedicationKnowledgePackage TUBE
public static final MedicationKnowledgePackage VIAL
public static final MedicationKnowledgePackage NULL
public static MedicationKnowledgePackage[] values()
for (MedicationKnowledgePackage c : MedicationKnowledgePackage.values()) System.out.println(c);
public static MedicationKnowledgePackage 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 MedicationKnowledgePackage 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.