Uses of Class
org.hl7.fhir.r4.model.Account.CoverageComponent
-
Packages that use Account.CoverageComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Account.CoverageComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Account.CoverageComponent Modifier and Type Method Description protected Account.CoverageComponentJsonParser. parseAccountCoverageComponent(com.google.gson.JsonObject json, Account owner)protected Account.CoverageComponentXmlParser. parseAccountCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner) -
Uses of Account.CoverageComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Account.CoverageComponent Modifier and Type Field Description protected List<Account.CoverageComponent>Account. coverageThe party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.Methods in org.hl7.fhir.r4.model that return Account.CoverageComponent Modifier and Type Method Description Account.CoverageComponentAccount. addCoverage()Account.CoverageComponentAccount.CoverageComponent. copy()Account.CoverageComponentAccount. getCoverageFirstRep()Account.CoverageComponentAccount.CoverageComponent. setCoverage(Reference value)Account.CoverageComponentAccount.CoverageComponent. setCoverageTarget(Coverage value)Account.CoverageComponentAccount.CoverageComponent. setPriority(int value)Account.CoverageComponentAccount.CoverageComponent. setPriorityElement(PositiveIntType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Account.CoverageComponent Modifier and Type Method Description List<Account.CoverageComponent>Account. getCoverage()Methods in org.hl7.fhir.r4.model with parameters of type Account.CoverageComponent Modifier and Type Method Description AccountAccount. addCoverage(Account.CoverageComponent t)voidAccount.CoverageComponent. copyValues(Account.CoverageComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Account.CoverageComponent Modifier and Type Method Description AccountAccount. setCoverage(List<Account.CoverageComponent> theCoverage)
-