public enum ClaimModifiers extends Enum<ClaimModifiers>
Enum Constant and Description |
---|
A
Repair of prior service or installation.
|
B
Temporary service or installation.
|
C
Treatment associated with TMJ.
|
E
Implant or associated with an implant.
|
NULL
added to help the parsers
|
ROOH
A Rush service or service performed outside of normal office hours.
|
X
None.
|
Modifier and Type | Method and Description |
---|---|
static ClaimModifiers |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ClaimModifiers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimModifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaimModifiers A
public static final ClaimModifiers B
public static final ClaimModifiers C
public static final ClaimModifiers E
public static final ClaimModifiers ROOH
public static final ClaimModifiers X
public static final ClaimModifiers NULL
public static ClaimModifiers[] values()
for (ClaimModifiers c : ClaimModifiers.values()) System.out.println(c);
public static ClaimModifiers 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 ClaimModifiers fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.