Uses of Class
com.ibm.fhir.model.resource.Account.Coverage
-
Packages that use Account.Coverage Package Description com.ibm.fhir.model.resource -
-
Uses of Account.Coverage in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Account.Coverage Modifier and Type Method Description Account.Coverage
Account.Coverage.Builder. build()
Build theAccount.Coverage
Methods in com.ibm.fhir.model.resource that return types with arguments of type Account.Coverage Modifier and Type Method Description 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 com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Account.Coverage Modifier and Type Method Description Account.Builder
Account.Builder. coverage(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.
-