public enum PrescriberInstructionSourceEnum extends Enum<PrescriberInstructionSourceEnum>
| Enum Constant and Description |
|---|
MEDICAL_RECORD |
MEDICATION_CHART |
PROTOCOL |
STANDING_ORDER |
VERBAL_INSTRUCTION |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescriptor() |
static PrescriberInstructionSourceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrescriberInstructionSourceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrescriberInstructionSourceEnum STANDING_ORDER
public static final PrescriberInstructionSourceEnum PROTOCOL
public static final PrescriberInstructionSourceEnum MEDICAL_RECORD
public static final PrescriberInstructionSourceEnum MEDICATION_CHART
public static final PrescriberInstructionSourceEnum VERBAL_INSTRUCTION
public static PrescriberInstructionSourceEnum[] values()
for (PrescriberInstructionSourceEnum c : PrescriberInstructionSourceEnum.values()) System.out.println(c);
public static PrescriberInstructionSourceEnum 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 String getCode()
public String getDescriptor()
Copyright © 2021. All rights reserved.