Enum ServiceUscls
- java.lang.Object
-
- java.lang.Enum<ServiceUscls>
-
- org.hl7.fhir.r4.model.codesystems.ServiceUscls
-
- All Implemented Interfaces:
Serializable,Comparable<ServiceUscls>
public enum ServiceUscls extends Enum<ServiceUscls>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1101Exam, comp, primary_1102Exam, comp, mixed_1103Exam, comp, permanent_11101Polishing, 1 unit_11102Polishing, 2 unit_11103Polishing, 3 unit_11104Polishing, 4 unit_1201Exam, recall_1205Exam, emergency_2101Radiograph, series (12)_2102Radiograph, series (16)_21211Amalgam, 1 surface_21212Amalgam, 2 surface_2141Radiograph, bitewing_2601Radiograph, panoramic_27211Crown, PFM_67211Maryland Bridge_99111Lab, commercial_99333Lab, in office_99555ExpenseNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceUsclsfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ServiceUsclsvalueOf(String name)Returns the enum constant of this type with the specified name.static ServiceUscls[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1101
public static final ServiceUscls _1101
Exam, comp, primary
-
_1102
public static final ServiceUscls _1102
Exam, comp, mixed
-
_1103
public static final ServiceUscls _1103
Exam, comp, permanent
-
_1201
public static final ServiceUscls _1201
Exam, recall
-
_1205
public static final ServiceUscls _1205
Exam, emergency
-
_2101
public static final ServiceUscls _2101
Radiograph, series (12)
-
_2102
public static final ServiceUscls _2102
Radiograph, series (16)
-
_2141
public static final ServiceUscls _2141
Radiograph, bitewing
-
_2601
public static final ServiceUscls _2601
Radiograph, panoramic
-
_11101
public static final ServiceUscls _11101
Polishing, 1 unit
-
_11102
public static final ServiceUscls _11102
Polishing, 2 unit
-
_11103
public static final ServiceUscls _11103
Polishing, 3 unit
-
_11104
public static final ServiceUscls _11104
Polishing, 4 unit
-
_21211
public static final ServiceUscls _21211
Amalgam, 1 surface
-
_21212
public static final ServiceUscls _21212
Amalgam, 2 surface
-
_27211
public static final ServiceUscls _27211
Crown, PFM
-
_67211
public static final ServiceUscls _67211
Maryland Bridge
-
_99111
public static final ServiceUscls _99111
Lab, commercial
-
_99333
public static final ServiceUscls _99333
Lab, in office
-
_99555
public static final ServiceUscls _99555
Expense
-
NULL
public static final ServiceUscls NULL
added to help the parsers
-
-
Method Detail
-
values
public static ServiceUscls[] 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 (ServiceUscls c : ServiceUscls.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ServiceUscls 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 ServiceUscls fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-