| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Account |
JsonParser.parseAccount(com.google.gson.JsonObject json) |
protected Account |
XmlParser.parseAccount(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeAccount(String name,
Account element) |
protected void |
XmlParser.composeAccount(String name,
Account element) |
protected void |
RdfParser.composeAccount(Turtle.Complex parent,
String parentType,
String name,
Account element,
int index) |
protected void |
XmlParser.composeAccountElements(Account element) |
protected void |
JsonParser.composeAccountInner(Account element) |
protected boolean |
XmlParser.parseAccountContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Account res) |
protected Account.CoverageComponent |
JsonParser.parseAccountCoverageComponent(com.google.gson.JsonObject json,
Account owner) |
protected Account.CoverageComponent |
XmlParser.parseAccountCoverageComponent(org.xmlpull.v1.XmlPullParser xpp,
Account owner) |
protected boolean |
XmlParser.parseAccountCoverageComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Account owner,
Account.CoverageComponent res) |
protected void |
JsonParser.parseAccountCoverageComponentProperties(com.google.gson.JsonObject json,
Account owner,
Account.CoverageComponent res) |
protected Account.GuarantorComponent |
JsonParser.parseAccountGuarantorComponent(com.google.gson.JsonObject json,
Account owner) |
protected Account.GuarantorComponent |
XmlParser.parseAccountGuarantorComponent(org.xmlpull.v1.XmlPullParser xpp,
Account owner) |
protected boolean |
XmlParser.parseAccountGuarantorComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Account owner,
Account.GuarantorComponent res) |
protected void |
JsonParser.parseAccountGuarantorComponentProperties(com.google.gson.JsonObject json,
Account owner,
Account.GuarantorComponent res) |
protected void |
JsonParser.parseAccountProperties(com.google.gson.JsonObject json,
Account res) |
| Modifier and Type | Field and Description |
|---|---|
protected Account |
Invoice.accountTarget
The actual object that is the target of the reference (Account which is supposed to be balanced with this Invoice.)
|
protected Account |
Account.partOfTarget
The actual object that is the target of the reference (Reference to a parent Account.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Account> |
EpisodeOfCare.accountTarget
The actual objects that are the target of the reference (The set of accounts that may be used for billing for this EpisodeOfCare.)
|
protected List<Account> |
ChargeItem.accountTarget
The actual objects that are the target of the reference (Account into which this ChargeItems belongs.)
|
protected List<Account> |
Encounter.accountTarget
The actual objects that are the target of the reference (The set of accounts that may be used for billing for this Encounter.)
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
EpisodeOfCare.getAccountTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Account> |
ChargeItem.getAccountTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<Account> |
Encounter.getAccountTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.copyValues(Account dst) |
Invoice |
Invoice.setAccountTarget(Account value) |
Account |
Account.setPartOfTarget(Account value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.