public enum ServiceUscls extends Enum<ServiceUscls>
| Enum Constant and Description |
|---|
_1101
Exam, comp, primary
|
_1102
Exam, comp, mixed
|
_1103
Exam, comp, permanent
|
_11101
Polishing, 1 unit
|
_11102
Polishing, 2 unit
|
_11103
Polishing, 3 unit
|
_11104
Polishing, 4 unit
|
_1201
Exam, recall
|
_1205
Exam, emergency
|
_2101
Radiograph, series (12)
|
_2102
Radiograph, series (16)
|
_21211
Amalgam, 1 surface
|
_21212
Amalgam, 2 surface
|
_2141
Radiograph, bitewing
|
_2601
Radiograph, panoramic
|
_27211
Crown, PFM
|
_67211
Maryland Bridge
|
_99111
Lab, commercial
|
_99333
Lab, in office
|
_99555
Expense
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceUscls |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ServiceUscls |
valueOf(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.
|
public static final ServiceUscls _1101
public static final ServiceUscls _1102
public static final ServiceUscls _1103
public static final ServiceUscls _1201
public static final ServiceUscls _1205
public static final ServiceUscls _2101
public static final ServiceUscls _2102
public static final ServiceUscls _2141
public static final ServiceUscls _2601
public static final ServiceUscls _11101
public static final ServiceUscls _11102
public static final ServiceUscls _11103
public static final ServiceUscls _11104
public static final ServiceUscls _21211
public static final ServiceUscls _21212
public static final ServiceUscls _27211
public static final ServiceUscls _67211
public static final ServiceUscls _99111
public static final ServiceUscls _99333
public static final ServiceUscls _99555
public static final ServiceUscls NULL
public static ServiceUscls[] values()
for (ServiceUscls c : ServiceUscls.values()) System.out.println(c);
public static ServiceUscls 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 ServiceUscls 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.