| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ClaimResponse.NoteComponent |
JsonParser.parseClaimResponseNoteComponent(com.google.gson.JsonObject json,
ClaimResponse owner) |
protected ClaimResponse.NoteComponent |
XmlParser.parseClaimResponseNoteComponent(org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimResponse.NoteComponent> |
ClaimResponse.processNote
A note that describes or explains adjudication results in a human readable form.
|
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse.NoteComponent |
ClaimResponse.addProcessNote() |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.copy() |
ClaimResponse.NoteComponent |
ClaimResponse.getProcessNoteFirstRep() |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setLanguage(CodeableConcept value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setNumber(int value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setNumberElement(PositiveIntType value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setText(String value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setTextElement(StringType value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setType(Enumerations.NoteType value) |
ClaimResponse.NoteComponent |
ClaimResponse.NoteComponent.setTypeElement(Enumeration<Enumerations.NoteType> value) |
| Modifier and Type | Method and Description |
|---|---|
List<ClaimResponse.NoteComponent> |
ClaimResponse.getProcessNote() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.addProcessNote(ClaimResponse.NoteComponent t) |
void |
ClaimResponse.NoteComponent.copyValues(ClaimResponse.NoteComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setProcessNote(List<ClaimResponse.NoteComponent> theProcessNote) |
Copyright © 2014–2021 Health Level 7. All rights reserved.