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