Enum ExRevenueCenter
- java.lang.Object
-
- java.lang.Enum<ExRevenueCenter>
-
- org.hl7.fhir.r4.model.codesystems.ExRevenueCenter
-
- All Implemented Interfaces:
Serializable,Comparable<ExRevenueCenter>
public enum ExRevenueCenter extends Enum<ExRevenueCenter>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _0010Vision Clinic_0370Anaesthesia._0420Physical Therapy._0421Physical Therapy - visit charge._0440Speech-Language Pathology._0441Speech-Language Pathology- visit charge_0450Emergency Room_0451Emergency Room - EM/EMTALA_0452Emergency Room - beyond EMTALANULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExRevenueCenterfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ExRevenueCentervalueOf(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.
-
-
-
Enum Constant Detail
-
_0370
public static final ExRevenueCenter _0370
Anaesthesia.
-
_0420
public static final ExRevenueCenter _0420
Physical Therapy.
-
_0421
public static final ExRevenueCenter _0421
Physical Therapy - visit charge.
-
_0440
public static final ExRevenueCenter _0440
Speech-Language Pathology.
-
_0441
public static final ExRevenueCenter _0441
Speech-Language Pathology- visit charge
-
_0450
public static final ExRevenueCenter _0450
Emergency Room
-
_0451
public static final ExRevenueCenter _0451
Emergency Room - EM/EMTALA
-
_0452
public static final ExRevenueCenter _0452
Emergency Room - beyond EMTALA
-
_0010
public static final ExRevenueCenter _0010
Vision Clinic
-
NULL
public static final ExRevenueCenter NULL
added to help the parsers
-
-
Method Detail
-
values
public static ExRevenueCenter[] 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 (ExRevenueCenter c : ExRevenueCenter.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExRevenueCenter 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 ExRevenueCenter fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-