Uses of Class
org.hl7.fhir.r4.model.Account
-
Packages that use Account Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Account in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Account Modifier and Type Method Description protected AccountJsonParser. parseAccount(com.google.gson.JsonObject json)protected AccountXmlParser. parseAccount(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Account Modifier and Type Method Description protected voidJsonParser. composeAccount(String name, Account element)protected voidRdfParser. composeAccount(Turtle.Complex parent, String parentType, String name, Account element, int index)protected voidXmlParser. composeAccount(String name, Account element)protected voidXmlParser. composeAccountElements(Account element)protected voidJsonParser. composeAccountInner(Account element)protected booleanXmlParser. parseAccountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account res)protected Account.CoverageComponentJsonParser. parseAccountCoverageComponent(com.google.gson.JsonObject json, Account owner)protected Account.CoverageComponentXmlParser. parseAccountCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner)protected booleanXmlParser. parseAccountCoverageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account owner, Account.CoverageComponent res)protected voidJsonParser. parseAccountCoverageComponentProperties(com.google.gson.JsonObject json, Account owner, Account.CoverageComponent res)protected Account.GuarantorComponentJsonParser. parseAccountGuarantorComponent(com.google.gson.JsonObject json, Account owner)protected Account.GuarantorComponentXmlParser. parseAccountGuarantorComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner)protected booleanXmlParser. parseAccountGuarantorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account owner, Account.GuarantorComponent res)protected voidJsonParser. parseAccountGuarantorComponentProperties(com.google.gson.JsonObject json, Account owner, Account.GuarantorComponent res)protected voidJsonParser. parseAccountProperties(com.google.gson.JsonObject json, Account res) -
Uses of Account in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Account Modifier and Type Field Description protected AccountInvoice. accountTargetThe actual object that is the target of the reference (Account which is supposed to be balanced with this Invoice.)protected AccountAccount. partOfTargetThe actual object that is the target of the reference (Reference to a parent Account.)Fields in org.hl7.fhir.r4.model with type parameters of type Account Modifier and Type Field Description protected List<Account>ChargeItem. accountTargetThe actual objects that are the target of the reference (Account into which this ChargeItems belongs.)protected List<Account>Encounter. accountTargetThe actual objects that are the target of the reference (The set of accounts that may be used for billing for this Encounter.)protected List<Account>EpisodeOfCare. accountTargetThe actual objects that are the target of the reference (The set of accounts that may be used for billing for this EpisodeOfCare.)Methods in org.hl7.fhir.r4.model that return types with arguments of type Account Modifier and Type Method Description List<Account>ChargeItem. getAccountTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Account>Encounter. getAccountTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Account>EpisodeOfCare. getAccountTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Account Modifier and Type Method Description voidAccount. copyValues(Account dst)InvoiceInvoice. setAccountTarget(Account value)AccountAccount. setPartOfTarget(Account value)
-