| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Claim.Use> |
Claim.use
Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
|
| Modifier and Type | Method and Description |
|---|---|
static Claim.Use |
Claim.Use.fromCode(String codeString) |
Claim.Use |
Claim.UseEnumFactory.fromCode(String codeString) |
Claim.Use |
Claim.getUse() |
static Claim.Use |
Claim.Use.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Claim.Use[] |
Claim.Use.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Claim.Use> |
Claim.UseEnumFactory.fromType(Base code) |
Enumeration<Claim.Use> |
Claim.getUseElement() |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setUse(Claim.Use value) |
String |
Claim.UseEnumFactory.toCode(Claim.Use code) |
String |
Claim.UseEnumFactory.toSystem(Claim.Use code) |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setUseElement(Enumeration<Claim.Use> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.