Enum MedicationknowledgePackageType
- java.lang.Object
-
- java.lang.Enum<MedicationknowledgePackageType>
-
- org.hl7.fhir.r4.model.codesystems.MedicationknowledgePackageType
-
- All Implemented Interfaces:
Serializable,Comparable<MedicationknowledgePackageType>
public enum MedicationknowledgePackageType extends Enum<MedicationknowledgePackageType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMPnullBAGnullBLSTRPKnullBOTnullBOXnullCANnullCARTnullDISKnullDOSETnullJARnullJUGnullMINIMnullNEBAMPnullNULLadded to help the parsersOVULnullPCHnullPKTnullSASHnullSTRIPnullTINnullTUBnullTUBEnullVIALnull
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MedicationknowledgePackageTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static MedicationknowledgePackageTypevalueOf(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.
-
-
-
Enum Constant Detail
-
AMP
public static final MedicationknowledgePackageType AMP
null
-
BAG
public static final MedicationknowledgePackageType BAG
null
-
BLSTRPK
public static final MedicationknowledgePackageType BLSTRPK
null
-
BOT
public static final MedicationknowledgePackageType BOT
null
-
BOX
public static final MedicationknowledgePackageType BOX
null
-
CAN
public static final MedicationknowledgePackageType CAN
null
-
CART
public static final MedicationknowledgePackageType CART
null
-
DISK
public static final MedicationknowledgePackageType DISK
null
-
DOSET
public static final MedicationknowledgePackageType DOSET
null
-
JAR
public static final MedicationknowledgePackageType JAR
null
-
JUG
public static final MedicationknowledgePackageType JUG
null
-
MINIM
public static final MedicationknowledgePackageType MINIM
null
-
NEBAMP
public static final MedicationknowledgePackageType NEBAMP
null
-
OVUL
public static final MedicationknowledgePackageType OVUL
null
-
PCH
public static final MedicationknowledgePackageType PCH
null
-
PKT
public static final MedicationknowledgePackageType PKT
null
-
SASH
public static final MedicationknowledgePackageType SASH
null
-
STRIP
public static final MedicationknowledgePackageType STRIP
null
-
TIN
public static final MedicationknowledgePackageType TIN
null
-
TUB
public static final MedicationknowledgePackageType TUB
null
-
TUBE
public static final MedicationknowledgePackageType TUBE
null
-
VIAL
public static final MedicationknowledgePackageType VIAL
null
-
NULL
public static final MedicationknowledgePackageType NULL
added to help the parsers
-
-
Method Detail
-
values
public static MedicationknowledgePackageType[] 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 (MedicationknowledgePackageType c : MedicationknowledgePackageType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MedicationknowledgePackageType 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 MedicationknowledgePackageType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-