| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Claim.ClaimType> |
Claim.type
The category of claim.
|
| Modifier and Type | Method and Description |
|---|---|
static Claim.ClaimType |
Claim.ClaimType.fromCode(String codeString) |
Claim.ClaimType |
Claim.ClaimTypeEnumFactory.fromCode(String codeString) |
Claim.ClaimType |
Claim.getType() |
static Claim.ClaimType |
Claim.ClaimType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Claim.ClaimType[] |
Claim.ClaimType.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.ClaimType> |
Claim.ClaimTypeEnumFactory.fromType(Base code) |
Enumeration<Claim.ClaimType> |
Claim.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setType(Claim.ClaimType value) |
String |
Claim.ClaimTypeEnumFactory.toCode(Claim.ClaimType code) |
String |
Claim.ClaimTypeEnumFactory.toSystem(Claim.ClaimType code) |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setTypeElement(Enumeration<Claim.ClaimType> value) |
| Constructor and Description |
|---|
Claim(Enumeration<Claim.ClaimType> type,
Type patient)
Constructor
|
Copyright © 2014–2018 University Health Network. All rights reserved.