Enum SupplyrequestReason
- java.lang.Object
-
- java.lang.Enum<SupplyrequestReason>
-
- org.hl7.fhir.r4.model.codesystems.SupplyrequestReason
-
- All Implemented Interfaces:
Serializable,Comparable<SupplyrequestReason>
public enum SupplyrequestReason extends Enum<SupplyrequestReason>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NULLadded to help the parsersPATIENTCAREThe supply has been requested for use in direct patient care.WARDSTOCKThe supply has been requested for creating or replenishing ward stock.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SupplyrequestReasonfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static SupplyrequestReasonvalueOf(String name)Returns the enum constant of this type with the specified name.static SupplyrequestReason[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PATIENTCARE
public static final SupplyrequestReason PATIENTCARE
The supply has been requested for use in direct patient care.
-
WARDSTOCK
public static final SupplyrequestReason WARDSTOCK
The supply has been requested for creating or replenishing ward stock.
-
NULL
public static final SupplyrequestReason NULL
added to help the parsers
-
-
Method Detail
-
values
public static SupplyrequestReason[] 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 (SupplyrequestReason c : SupplyrequestReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SupplyrequestReason 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 SupplyrequestReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-