Uses of Class
org.hl7.fhir.r4.model.Account
-
Uses of Account in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Account
JsonParser.parseAccount
(com.google.gson.JsonObject json) protected Account
XmlParser.parseAccount
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAccount
(String name, Account element) protected void
RdfParser.composeAccount
(Turtle.Complex parent, String parentType, String name, Account element, int index) protected void
XmlParser.composeAccount
(String name, Account element) 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) -
Uses of Account in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected 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 TypeFieldDescriptionChargeItem.accountTarget
The actual objects that are the target of the reference (Account into which this ChargeItems belongs.)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.)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.)Modifier and TypeMethodDescriptionChargeItem.addAccountTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEncounter.addAccountTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEpisodeOfCare.addAccountTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAccount.addCoverage
(Account.CoverageComponent t) Account.addGuarantor
(Account.GuarantorComponent t) Account.addIdentifier
(Identifier t) Account.addSubject
(Reference t) Account.copy()
Invoice.getAccountTarget()
Account.getPartOfTarget()
Account.setCoverage
(List<Account.CoverageComponent> theCoverage) Account.setDescription
(String value) Account.setDescriptionElement
(StringType value) Account.setGuarantor
(List<Account.GuarantorComponent> theGuarantor) Account.setIdentifier
(List<Identifier> theIdentifier) Account.setNameElement
(StringType value) Account.setOwnerTarget
(Organization value) Account.setPartOfTarget
(Account value) Account.setServicePeriod
(Period value) Account.setStatus
(Account.AccountStatus value) Account.setStatusElement
(Enumeration<Account.AccountStatus> value) Account.setSubject
(List<Reference> theSubject) Account.setType
(CodeableConcept value) protected Account
Account.typedCopy()
Modifier and TypeMethodDescriptionChargeItem.getAccountTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEncounter.getAccountTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEpisodeOfCare.getAccountTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionvoid
Account.copyValues
(Account dst) Invoice.setAccountTarget
(Account value) Account.setPartOfTarget
(Account value)