public enum ExRevenueCenter extends Enum<ExRevenueCenter>
| Enum Constant and Description |
|---|
_0010
Vision Clinic
|
_0370
Anaesthesia.
|
_0420
Physical Therapy.
|
_0421
Physical Therapy - visit charge.
|
_0440
Speech-Language Pathology.
|
_0441
Speech-Language Pathology- visit charge
|
_0450
Emergency Room
|
_0451
Emergency Room - EM/EMTALA
|
_0452
Emergency Room - beyond EMTALA
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ExRevenueCenter |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExRevenueCenter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExRevenueCenter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExRevenueCenter _0370
public static final ExRevenueCenter _0420
public static final ExRevenueCenter _0421
public static final ExRevenueCenter _0440
public static final ExRevenueCenter _0441
public static final ExRevenueCenter _0450
public static final ExRevenueCenter _0451
public static final ExRevenueCenter _0452
public static final ExRevenueCenter _0010
public static final ExRevenueCenter NULL
public static ExRevenueCenter[] values()
for (ExRevenueCenter c : ExRevenueCenter.values()) System.out.println(c);
public static ExRevenueCenter 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 ExRevenueCenter 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.