public enum SubstanceAdminCategoryCode extends Enum<SubstanceAdminCategoryCode>
Act Class Code | Act Mood Code | Supported Category Code |
---|---|---|
SBADM | EVN | GENERAL_MEDICATION |
SBADM | EVN | IMMUNIZATION |
SBADM | RMD | IMMUNIZATION_RECOMMENDATION |
SBADM | EVN | MEDICATION_STATEMENT |
Enum Constant and Description |
---|
IMMUNIZATION
Describes the event of a patient being administered a vaccination or a
record of a vaccination
as reported by a patient, a clinician or another party and may include
vaccine reaction information
and what vaccination protocol was followed
|
IMMUNIZATION_RECOMMENDATION
A patient's point-in-time immunization and recommendation with optional
supporting justification.
|
MEDICATION_STATEMENT
A record of a medication that is being consumed by a patient.
|
Modifier and Type | Method and Description |
---|---|
static SubstanceAdminCategoryCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstanceAdminCategoryCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceAdminCategoryCode IMMUNIZATION
public static final SubstanceAdminCategoryCode MEDICATION_STATEMENT
public static final SubstanceAdminCategoryCode IMMUNIZATION_RECOMMENDATION
public static SubstanceAdminCategoryCode[] values()
for (SubstanceAdminCategoryCode c : SubstanceAdminCategoryCode.values()) System.out.println(c);
public static SubstanceAdminCategoryCode 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 nullHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved