Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.Related
-
Packages that use ExplanationOfBenefit.Related Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExplanationOfBenefit.Related in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.Related Modifier and Type Method Description ExplanationOfBenefit.Related
ExplanationOfBenefit.Related.Builder. build()
Build theExplanationOfBenefit.Related
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.Related Modifier and Type Method Description java.util.List<ExplanationOfBenefit.Related>
ExplanationOfBenefit. getRelated()
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ExplanationOfBenefit.Related Modifier and Type Method Description protected ExplanationOfBenefit.Related.Builder
ExplanationOfBenefit.Related.Builder. from(ExplanationOfBenefit.Related related)
ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. related(ExplanationOfBenefit.Related... related)
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.protected void
ExplanationOfBenefit.Related.Builder. validate(ExplanationOfBenefit.Related related)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ExplanationOfBenefit.Related Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. related(java.util.Collection<ExplanationOfBenefit.Related> related)
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.
-