| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Enumerations.NoteType> |
PaymentReconciliation.NotesComponent.type
The business purpose of the note text.
|
protected Enumeration<Enumerations.NoteType> |
ExplanationOfBenefit.NoteComponent.type
The business purpose of the note text.
|
protected Enumeration<Enumerations.NoteType> |
ClaimResponse.NoteComponent.type
The business purpose of the note text.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.NoteType |
Enumerations.NoteType.fromCode(String codeString) |
Enumerations.NoteType |
Enumerations.NoteTypeEnumFactory.fromCode(String codeString) |
Enumerations.NoteType |
PaymentReconciliation.NotesComponent.getType() |
Enumerations.NoteType |
ExplanationOfBenefit.NoteComponent.getType() |
Enumerations.NoteType |
ClaimResponse.NoteComponent.getType() |
static Enumerations.NoteType |
Enumerations.NoteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.NoteType[] |
Enumerations.NoteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Enumerations.NoteType> |
Enumerations.NoteTypeEnumFactory.fromType(Base code) |
Enumeration<Enumerations.NoteType> |
PaymentReconciliation.NotesComponent.getTypeElement() |
Enumeration<Enumerations.NoteType> |
ExplanationOfBenefit.NoteComponent.getTypeElement() |
Enumeration<Enumerations.NoteType> |
ClaimResponse.NoteComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
PaymentReconciliation.NotesComponent |
PaymentReconciliation.NotesComponent.setType(Enumerations.NoteType value) |
ExplanationOfBenefit.NoteComponent |
ExplanationOfBenefit.NoteComponent.setType(Enumerations.NoteType value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setType(Enumerations.NoteType value) |
String |
Enumerations.NoteTypeEnumFactory.toCode(Enumerations.NoteType code) |
String |
Enumerations.NoteTypeEnumFactory.toSystem(Enumerations.NoteType code) |
| Modifier and Type | Method and Description |
|---|---|
PaymentReconciliation.NotesComponent |
PaymentReconciliation.NotesComponent.setTypeElement(Enumeration<Enumerations.NoteType> value) |
ExplanationOfBenefit.NoteComponent |
ExplanationOfBenefit.NoteComponent.setTypeElement(Enumeration<Enumerations.NoteType> value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setTypeElement(Enumeration<Enumerations.NoteType> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.