Uses of Class
org.linuxforhealth.fhir.model.resource.Account.Coverage
-
Packages that use Account.Coverage Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Account.Coverage in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Account.Coverage Modifier and Type Method Description Account.Coverage
Account.Coverage.Builder. build()
Build theAccount.Coverage
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Account.Coverage Modifier and Type Method Description java.util.List<Account.Coverage>
Account. getCoverage()
The 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.linuxforhealth.fhir.model.resource with parameters of type Account.Coverage Modifier and Type Method Description Account.Builder
Account.Builder. coverage(Account.Coverage... coverage)
The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.protected Account.Coverage.Builder
Account.Coverage.Builder. from(Account.Coverage coverage)
protected void
Account.Coverage.Builder. validate(Account.Coverage coverage)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Account.Coverage Modifier and Type Method Description Account.Builder
Account.Builder. coverage(java.util.Collection<Account.Coverage> coverage)
The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.
-