Uses of Class
org.linuxforhealth.fhir.model.resource.Coverage.CostToBeneficiary.Exception
-
Packages that use Coverage.CostToBeneficiary.Exception Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Coverage.CostToBeneficiary.Exception in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Coverage.CostToBeneficiary.Exception Modifier and Type Method Description Coverage.CostToBeneficiary.Exception
Coverage.CostToBeneficiary.Exception.Builder. build()
Build theCoverage.CostToBeneficiary.Exception
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Coverage.CostToBeneficiary.Exception Modifier and Type Method Description java.util.List<Coverage.CostToBeneficiary.Exception>
Coverage.CostToBeneficiary. getException()
A suite of codes indicating exceptions or reductions to patient costs and their effective periods.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Coverage.CostToBeneficiary.Exception Modifier and Type Method Description Coverage.CostToBeneficiary.Builder
Coverage.CostToBeneficiary.Builder. exception(Coverage.CostToBeneficiary.Exception... exception)
A suite of codes indicating exceptions or reductions to patient costs and their effective periods.protected Coverage.CostToBeneficiary.Exception.Builder
Coverage.CostToBeneficiary.Exception.Builder. from(Coverage.CostToBeneficiary.Exception exception)
protected void
Coverage.CostToBeneficiary.Exception.Builder. validate(Coverage.CostToBeneficiary.Exception exception)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Coverage.CostToBeneficiary.Exception Modifier and Type Method Description Coverage.CostToBeneficiary.Builder
Coverage.CostToBeneficiary.Builder. exception(java.util.Collection<Coverage.CostToBeneficiary.Exception> exception)
A suite of codes indicating exceptions or reductions to patient costs and their effective periods.
-