public enum ServicePharmacy extends Enum<ServicePharmacy>
| Enum Constant and Description |
|---|
COMPOUNDFEE
The professional fee charged for compounding the medication.
|
DISPENSEFEE
The professional fee charged for dispensing the product or service.
|
DRUGCOST
The wholesale price of the medication.
|
FLUSHOT
Flu Shot
|
MARKUP
The additional cost assessed on the drug.
|
NULL
added to help the parsers
|
SMOKECESS
Smoking cessation
|
| Modifier and Type | Method and Description |
|---|---|
static ServicePharmacy |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ServicePharmacy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServicePharmacy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicePharmacy SMOKECESS
public static final ServicePharmacy FLUSHOT
public static final ServicePharmacy DRUGCOST
public static final ServicePharmacy MARKUP
public static final ServicePharmacy DISPENSEFEE
public static final ServicePharmacy COMPOUNDFEE
public static final ServicePharmacy NULL
public static ServicePharmacy[] values()
for (ServicePharmacy c : ServicePharmacy.values()) System.out.println(c);
public static ServicePharmacy 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 ServicePharmacy 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.