public static enum Claim.ClaimType extends Enum<Claim.ClaimType>
| Enum Constant and Description |
|---|
INSTITUTIONAL
A claim for Institution based, typically in-patient, goods and services.
|
NULL
added to help the parsers
|
ORAL
A claim for Oral Health (Dentist, Denturist, Hygienist) goods and services.
|
PHARMACY
A claim for Pharmacy based goods and services.
|
PROFESSIONAL
A claim for Professional, typically out-patient, goods and services.
|
VISION
A claim for Vision (Opthamologist, Optometrist and Optician) goods and services.
|
| Modifier and Type | Method and Description |
|---|---|
static Claim.ClaimType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Claim.ClaimType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Claim.ClaimType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Claim.ClaimType INSTITUTIONAL
public static final Claim.ClaimType ORAL
public static final Claim.ClaimType PHARMACY
public static final Claim.ClaimType PROFESSIONAL
public static final Claim.ClaimType VISION
public static final Claim.ClaimType NULL
public static Claim.ClaimType[] values()
for (Claim.ClaimType c : Claim.ClaimType.values()) System.out.println(c);
public static Claim.ClaimType 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 Claim.ClaimType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.