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